Skip to content

Releases: e-alizadeh/Zotero2Readwise

v0.2.4

24 Apr 06:08
Compare
Choose a tag to compare

Fix

  • Update iPython to resolve a security bug. (12b1908)
  • Remove category from Readwise source_url (0ed6118)

v0.2.3

07 Jan 00:42
Compare
Choose a tag to compare

Fix

  • Use alternate link Zotero (https://www.zotero.org/username/items/<itemKey>) that has a html content instead of self link (https://api.zotero.org/users/<userID>/items/<itemKey>) that contains a JSON content and calls the API. (3310ad1)

v0.2.2

03 Jan 03:01
Compare
Choose a tag to compare

Fix

  • An oversight in Zotero2Readwise class method run() (previously run_all()) (e2b1336)

v0.2.1

03 Jan 02:12
Compare
Choose a tag to compare

Fix

  • Get non-empty objects from ZoteroItem (so that we have a JSON serializable object) (6b79fc9)
  • Ignore highlights more than 8191 characters (readwise limit for a highlight.) (7503324)

Documentation

  • Improve printouts for both Zotero and Readwise operations (5a22717)
  • Define Zotero2ReadwiseError exception object. (7d5022a)

v0.2.0

01 Jan 21:45
Compare
Choose a tag to compare

Feature

  • Refactor Zotero2Readwise.run() to pass a custom number of Zotero annotations and notes instead of running all. (7c8a337)

Fix

  • Remove filtering zotero items upto 5 items. (4f3e5e0)

v0.1.1

01 Jan 02:48
Compare
Choose a tag to compare

Fix

v0.1.0

01 Jan 02:37
Compare
Choose a tag to compare

Feature

  • Define Zotero2Readwise class that runs everything. (8361426)

Documentation

  • Add instructions to README. (925ecf9)