Feature
* feat(since): finish functionallity
- get_all_zotero_items use since
- refactor: retrieve_all_* to one function with item_type as parameter ([`349eaa6`](https://github.com/e-alizadeh/Zotero2Readwise/commit/349eaa6a6570e85ee6aea6121a8988f0c9d392e0))
* feat(since): only sync since last sync
Storing the last synchronization timestamp in a file allows for
incremental syncing, efficiently updating only the new highlights
since the last sync, ideal for large collections. ([`42b3449`](https://github.com/e-alizadeh/Zotero2Readwise/commit/42b3449d93f69f759c54a5bcb3ac82e18b463f19))
Fix
* fix: semantic release configs in pyproject.toml ([`50a844d`](https://github.com/e-alizadeh/Zotero2Readwise/commit/50a844d282dbb3fb773977cc0810354794c10c9a))
* fix: latest correct version. add debugging printouts ([`9089fe1`](https://github.com/e-alizadeh/Zotero2Readwise/commit/9089fe1adfe738ceffa6e9f6750feb62695c57be))
* fix: test a patch release ([`8ebb3c8`](https://github.com/e-alizadeh/Zotero2Readwise/commit/8ebb3c8f279e5d74ca57e691e154c702abd8af5f))
* fix(gha): try another fix for workflow ([`cb2f88f`](https://github.com/e-alizadeh/Zotero2Readwise/commit/cb2f88f8c295bcdfb926089e798c1f71467c288b))
* fix(gha): update the workflow for package release ([`b6cbda7`](https://github.com/e-alizadeh/Zotero2Readwise/commit/b6cbda71e79d4a75fcd507611e9507c01327962b))
* fix: creator/author field
If there are more than three authors, replace the rest with &34;et al.&34; ([`3053550`](https://github.com/e-alizadeh/Zotero2Readwise/commit/305355066773e2009f2c865cc53fee56d2dd9211))
Refactor
* refactor: change if condition in the GHA. ([`ff27c6f`](https://github.com/e-alizadeh/Zotero2Readwise/commit/ff27c6fb0760025a97434e7f16d808ef32f8798e))