All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- None
- Plugin version in
manifest.json
- Opening a favorited item often doesn't work with Electron 26 (#26 by @personalizedrefrigerator)
- Updated 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)
- 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
- Issue that caused infinite message loop between plugin and app (#7)
- Ability to drag note favorites onto note-tabs plugin panel
- 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
- 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 - Plugin command labels (Removed
Favs:
prefix)
- Search favorites with phrases in query cannot be opened, edited or deleted (#4)
- Improve style of scrollbar in vertical layout
- Edited search queries not saved
- Reduced opactiy of dragging favorite
- Initial Release