Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 1.11 KB

Change Log

1.2.0 - 2024-07-05

Added

  • Added a read-only mode for users with DB-locking issues

1.1.0 - 2023-08-30

Added

  • Added .str_update and .num_update methods for type-checking ease
  • Added integration tests and CI workflow for them

Changed

  • Made .restore_backup more customizable
  • Included poetry.lock to pin dependencies

Fixed

  • Ensured moz_places is updated on commit

1.0.0 - 2023-07-30

Added

  • Added Bookmark model and its initializer
  • Added FirefoxBookmarks class (and thus, high level API)

Changed

  • Added new examples and improved old examples
  • Removed shortcut imports to mid- and low-level API

0.2.0 - 2023-07-23

Added

  • Added peewee models and an initializer for them

0.1.0 - 2023-07-23

Initial release