Skip to content

Releases: Bubblbu/zotnote

0.3.5

15 Apr 05:41
Compare
Choose a tag to compare

0.3.3

01 Apr 09:10
Compare
Choose a tag to compare

Several hotfixes

0.3.0

01 Apr 08:18
Compare
Choose a tag to compare
  • Major redesign of how configuration, notes, and templates are managed
    • XDG_DATA_HOME is no longer used to store templates. User templates will be loaded from notes folder
    • Implemented a Note class to manage notes/templates related methods
  • Changes to CLI:
    • Added templates function to list all available templates
    • Added -t/--template option to zotnote add to choose between various formats
  • Improved python project management
    • Added bump2version to project
    • Added pre-commit running various hooks

0.2.2

01 Apr 03:44
Compare
Choose a tag to compare

Fixed the location of config.toml.example

0.2.1

29 Mar 10:05
Compare
Choose a tag to compare
  • Improved management of the config files
  • Several minor changes to the basic commands
  • Added docstrings
  • Updated README
  • Added demo.gif to README

0.2.0

28 Mar 02:46
Compare
Choose a tag to compare
  • Completely removed requirements to access local SQLite database. Now using the BBP search interface.
    • Will probably remove all sqlite3 dependencies in the future.
  • Modified "create" command to no longer overwrite files.
  • Added "edit" command to open notes in an editor
  • Added "remove" command to delete note

0.1.1

27 Mar 09:25
Compare
Choose a tag to compare

Just quickly updating the README for PyPI.

0.1.0

27 Mar 08:50
Compare
Choose a tag to compare

This is an initial version that is also pushed to PyPI.