1.9.3 (2023-10-18)
- add support for negative timestamps (close #38) (#48) (244440d)
- change notebooks export log message to avoid confusion (0a5840d), closes #52
1.9.2 (2022-08-23)
1.9.1 (2022-08-20)
1.9.0 (2022-05-17)
1.8.1 (2022-05-10)
1.8.0 (2022-04-22)
- add --oauth-host option (0b6b8a6)
1.7.1 (2022-02-14)
1.7.0 (2022-01-31)
- add --no-export-date option (030ddfc)
1.6.8 (2022-01-02)
- prevent memory leak on export (19e9430)
1.6.7 (2021-12-31)
- add support for long filenames on export (8bea1e6)
1.6.6 (2021-10-15)
1.6.5 (2021-09-09)
- add download retry on bad data from server
1.6.4 (2021-08-30)
- add support for shared notebooks with tags
1.6.3 (2021-08-28)
- add memory limit when downloading notes
- improve handling exceptions when downloading notes
- add more log messages
- add more log messages
- move default config into single import
1.6.2 (2021-08-24)
- fix support for linked notebooks
1.6.1 (2021-08-23)
- add support for linked notebooks
1.6.0 (2021-08-09)
- add debug logging on sync & export
- add --verbose output option
- typos
1.5.1 (2021-06-09)
- improve performance on big sync, e.g. >1k notes
1.5.0 (2021-06-07)
- convert hardcoded config variables into cli options
1.4.1 (2021-05-08)
- make init-db return early if database exists
1.4.0 (2021-05-01)
- add Docker support
1.3.1 (2021-04-30)
- improve logger compatability
1.3.0 (2021-04-29)
- make exported notes sorted
- add type hints
- dedicate network_retry decorator to store functions
1.2.0 (2021-04-28)
- add database update routine
- change notes storage mechanism
- move parameters into config
1.1.0 (2021-04-27)
- add OAuth login option