Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

70 lines (37 loc) · 1.75 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

[2.2.0] - 2021-09-26

Added

  • Previous selection to user option Default editor layout

Fixed

[2.1.0] - 2021-08-10

Changed

  • Updated plugin API to version v1.8.2 (registerSettings) to support app version v2.2.4 or newer

[2.0.0] - 2021-03-29

Added

  • Ability to specify custom tags to force a specific editor layout

Removed

  • Command persistEditorLayout

[1.1.3] - 2021-03-19

Changed

  • Menu location of persistEditorLayout command to Note

Fixed

  • Issue that might cause infinite loop in case a note has a lot of tags

[1.1.2] - 2021-02-10

Added

  • Command persistEditorLayout to editor context menu

[1.1.1] - 2021-02-02

Fixed

  • Default layout not considered at startup (#6)

[1.1.0] - 2021-02-01

Added

  • User option to specify default editor layout (#3)
  • Support to persist rich text editor layout (#4)

[1.0.0] - 2021-01-29

  • Initial Release