Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

77 lines (45 loc) · 2.13 KB

Changelog

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.

[Unreleased]

  • None

[1.3.2] - 2023-11-19

Fixed

  • Plugin version in manifest.json

[1.3.1] - 2023-11-19

Fixed

[1.3.0] - 2021-08-12

Changed

  • 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)

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

[1.2.1] - 2021-02-23

Fixed

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

[1.2.0] - 2021-02-17

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
  • Plugin command labels (Removed Favs: prefix)

Fixed

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

[1.1.0] - 2021-01-21

Changed

  • Improve style of scrollbar in vertical layout

Fixed

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

[1.0.0] - 2020-01-18

  • Initial Release