Skip to content

Releases: wsw70/note

2.1

26 Feb 17:18
Compare
Choose a tag to compare

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 when note is started in a non-interactive mode such as via AutoHotKey

CORRECTED

  • NOTE_LOGLEVEL is now correctly setting the logging level

2.0

23 Feb 22:33
Compare
Choose a tag to compare
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

Sorry for the breaking changes, there should not be more of them, or at least I will provide an upgrade path.

1.0

22 Feb 18:06
Compare
Choose a tag to compare
1.0

This is the initial release of note. Yay!

Any bugs or feature requests are very much welcome. Thanks!