This repository was archived by the owner on Apr 7, 2025. It is now read-only.
Releases: wsw70/note
Releases · wsw70/note
2.1
NEW
- volatile files (a specific tag such as
#1d
will have the note deleted after 1 day, see README for details) - AutoHotKey information added
- by adding
started_from_autohotkey
at the end of the command,note
will wait for a final Enter key before exiting (useful whennote
is started in a non-interactive mode such as via AutoHotKey
CORRECTED
NOTE_LOGLEVEL
is now correctly setting the logging level
2.0
BREAKING CHANGES
- there is no more
q
, it was merged into a new note to make it more natural - the
tags
key was removed in the database. You need to either create a new one, or modify the existing one by- removing the key
tags
with its content - remove the key
files
but leave the content
You will then have a dict of dicts, see the Technical section in the README for an example
- removing the key
Sorry for the breaking changes, there should not be more of them, or at least I will provide an upgrade path.