Skip to content

Latest commit

 

History

History
174 lines (91 loc) · 5.81 KB

CHANGELOG.md

File metadata and controls

174 lines (91 loc) · 5.81 KB

1.9.3 (2023-10-18)

Bug Fixes

  • 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)

Bug Fixes

  • fix crash on repeated export with long filenames (692a93a), closes #26

1.9.1 (2022-08-20)

Bug Fixes

  • limit export filename length to 255 bytes (33cfe1b), closes #15

1.9.0 (2022-05-17)

Features

  • add --overwrite flag to export mode (5a88b76), closes #19

1.8.1 (2022-05-10)

Bug Fixes

  • hide current item name on progress to avoid glitches (19925b4), closes #18

1.8.0 (2022-04-22)

Features

  • add --oauth-host option (0b6b8a6)

1.7.1 (2022-02-14)

Bug Fixes

  • add index to speed up download with >10k notes DB (2dbb599), closes #14

1.7.0 (2022-01-31)

Features

  • add --no-export-date option (030ddfc)

1.6.8 (2022-01-02)

Bug Fixes

  • prevent memory leak on export (19e9430)

1.6.7 (2021-12-31)

Bug Fixes

  • add support for long filenames on export (8bea1e6)

1.6.6 (2021-10-15)

Bug Fixes

  • add support for notes from the distant future (d352455), closes #4

1.6.5 (2021-09-09)

Fix

  • add download retry on bad data from server

1.6.4 (2021-08-30)

Fix

  • add support for shared notebooks with tags

1.6.3 (2021-08-28)

Fix

  • add memory limit when downloading notes
  • improve handling exceptions when downloading notes
  • add more log messages
  • add more log messages

Refactor

  • move default config into single import

1.6.2 (2021-08-24)

Fix

  • fix support for linked notebooks

1.6.1 (2021-08-23)

Fix

  • add support for linked notebooks

1.6.0 (2021-08-09)

Feat

  • add debug logging on sync & export
  • add --verbose output option

Fix

  • typos

1.5.1 (2021-06-09)

Fix

  • improve performance on big sync, e.g. >1k notes

1.5.0 (2021-06-07)

Feat

  • convert hardcoded config variables into cli options

1.4.1 (2021-05-08)

Fix

  • make init-db return early if database exists

1.4.0 (2021-05-01)

Feat

  • add Docker support

1.3.1 (2021-04-30)

Fix

  • improve logger compatability

1.3.0 (2021-04-29)

Feat

  • make exported notes sorted

Refactor

  • add type hints
  • dedicate network_retry decorator to store functions

1.2.0 (2021-04-28)

Feat

  • add database update routine
  • change notes storage mechanism

Refactor

  • move parameters into config

1.1.0 (2021-04-27)

Feat

  • add OAuth login option

1.0.0 (2021-04-24)