Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benji300 committed Mar 19, 2021
1 parent 1eaf82e commit 17eb3ad
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- None

## [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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This plugin provides additional commands as described in the following table.

| Command Label | Command ID | Description | Menu contexts |
| --------------------- | --------------------- | ----------------------------------------------------------------- | -------------------------------------------------------------- |
| Persist editor layout | `persistEditorLayout` | Persist the current active editor layout for the selected note(s) | `Tools`, `NoteListContext`, `EditorContext`, `Command palette` |
| Persist editor layout | `persistEditorLayout` | Persist the current active editor layout for the selected note(s) | `Note`, `NoteListContext`, `EditorContext`, `Command palette` |

### Keyboard shortcuts

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-persistent-editor-layout",
"version": "1.1.2",
"version": "1.1.3",
"description": "Save the editor layout (editor/split view/viewer/rich text) for each note separately with special tags.",
"author": "Benji300",
"homepage": "https://github.com/benji300/joplin-persistent-layout",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "joplin.plugin.benji.persistentLayout",
"app_min_version": "1.7.4",
"version": "1.1.2",
"version": "1.1.3",
"name": "Persistent Editor Layout",
"description": "Save the editor layout (editor/split view/viewer/rich text) for each note separately with special tags.",
"author": "Benji300",
Expand Down

0 comments on commit 17eb3ad

Please sign in to comment.