Skip to content

Releases: benji300/joplin-favorites

v1.3.2

19 Nov 21:41
Compare
Choose a tag to compare

Fixed

  • Plugin version in manifest.json

v1.3.1

19 Nov 16:27
Compare
Choose a tag to compare

Fixed

v1.3.0

12 Aug 20:07
9bd4f85
Compare
Choose a tag to compare

⚠️ CAUTION - Requires Joplin v2.1.5 or newer

Changed

  • Plugin API to version v1.8.2 (registerSettings) to support app version v2.2.4 or newer
  • Do not trim search queries (whitespaces before or after won't be removed)

Removed

  • Bundled font packages (FontAwesome, Roboto)
    • Use built-in versions to decrease plugin size
  • External copy-to-clipboard package
    • Use of clipboard functionality provided by plugin API v2.1.5

v1.2.1

23 Feb 22:34
Compare
Choose a tag to compare

⚠️ CAUTION - Requires Joplin v1.6.5 or newer

Fixed

  • Issue that caused infinite message loop between plugin and app (#7)
  • Ability to drag note favorites onto note-tabs plugin panel

v1.2.0

17 Feb 22:14
5e93e82
Compare
Choose a tag to compare

⚠️ CAUTION - Requires Joplin v1.6.5 or newer

Added

  • Ability to drag & drop notes from note-tabs plugin to add as favorite
  • Ability to rename and delete favorites directly in panel (vertical layout only)
    • Via new hover buttons on the right side

Changed

  • Drag & drop behavior to add notebooks, notes or to-dos
    • Move them onto the panel to add new favorite at the dropped position
  • Scroll horizontally without holding Shift key in horizontal layout
  • Command labels (Removed Favs: prefix)

Fixed

  • Search favorites with phrases in query cannot be opened, edited or deleted (#4)

v1.1.0

20 Jan 22:34
8d981c7
Compare
Choose a tag to compare

⚠️ CAUTION - Requires Joplin v1.6.5 or newer

Changed

  • Improve style of scrollbar in vertical layout

Fixed

  • Edited search queries not saved
  • Reduced opactiy of dragging favorite

v1.0.0

18 Jan 22:11
Compare
Choose a tag to compare

⚠️ CAUTION - Requires Joplin v1.6.5 or newer

  • Initial Release