- 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