Skip to content

Releases: stelzch/zotero.koplugin

1.0.0-rc.1

12 Oct 15:00
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Full Changelog: 0.2.1...1.0.0-rc.1

  • Use SQLite3 to store item metadata instead of dumping API responses into JSON file (issue #19). Feel free to delete items.json and collections.json after upgrading.
  • Support uploading annotations of PDF files via Zotero API (issue #13). Limitations as outlined in the README apply (one-way sync, no updates/deletes)
  • Collections can now be marked as offline collection. All attachments of offline-attachments are downloaded during synchronization, making them available without network connectivity.
  • Show sync progress
  • Support choosing from multiple attachments using tap-hold

This is a pre-release. Feedback and bug reports are highly appreciated before we can release it as final v1.0.

0.2.1

04 Oct 10:37
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Changelog

  • Add dispatcher action for browse and sync. Allows assigning gestures to these actions. (#7)
  • Make number of items per page in browse screen customizable (#8)
  • Display attachments that do not have a parent item with metadata (#14)
  • Also show EPUBs (#10)

0.2 beta

03 Nov 16:37
Compare
Choose a tag to compare
0.2 beta Pre-release
Pre-release

In this version, support for Zoteros web API is added.
PDFs are downloaded ad-hoc.

It also supports WebDAV attachment storage.