Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 8, 2023
1 parent 3e204d2 commit 33da972
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v0.4.0 (2023-11-08)

### Unknown

* Merge pull request #59 from noeleont/master

Add --use_since feature flag ([`3e204d2`](https://github.com/e-alizadeh/Zotero2Readwise/commit/3e204d2863bc5aee64119fe4288af33715611245))


## v0.3.4 (2023-11-07)

### Fix
Expand Down Expand Up @@ -51,6 +60,19 @@ Fix/GitHub action pkg release ([`c89e8c1`](https://github.com/e-alizadeh/Zotero2

## v0.3.1 (2023-11-07)

### 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))
Expand Down

0 comments on commit 33da972

Please sign in to comment.