Skip to content

Releases: ravenscroftj/joplin-hypothesis

v0.1.1

13 Dec 19:57
Compare
Choose a tag to compare
  • Fix: issue #4 where new annotations were being created twice due to an issue with timestamp precision in the last run date being stored in joplin settings.

v0.1.0

11 Dec 12:43
Compare
Choose a tag to compare

Version 0.1.0 brings a small stability upgrade and marks the point at which I am more comfortable widely distributing the plugin.

  • Fix: the plugin will now defer to Joplin Sync on startup so there should not be a race condition where notes are duplicated by joplin and hypothesis sync which could generate conflicts.
  • The plugin will now start appearing in the joplin plugins store/list

v0.0.2

08 Dec 21:18
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

New minor release that addresses a couple of issues:

  • Fixed: #1 - start tracking timestamps of annotations that have been added to Joplin so that we don't try to re-import old annotations every run. user can now re-import all of their annotations via a new option in the tools menu which resets the timestamp tracking.
  • Fixed: #3 - by using the annotations search API instead of the RSS feed we can access all annotations created by a given user.

v0.0.1

04 Dec 15:08
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release

  • subscribe and poll a user's public hypothes.is atom feed
  • automatically create new annotation notes in Joplin for each new entry in the hypothes.is feed.