diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd2cc4..0774e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,29 @@ All notable changes to this project will be documented in this file. +## [1.2.0] - 2024-03-03 + +### Bug Fixes + +- Show journals in lexicographic order in journal selection menu +- Typo + +### Features + +- Open note on pick date and today buttons click +- Controll visibility of weeks in calendar view by settings +- Highlight current intervals similar to today +- Use context menu for journal selection in calendar view +- Add context menu to calendar view +- Add setting to show intervals in reverse order in calendar view +- Command to connect node to a journal + ## [1.1.0] - 2024-02-25 ### Bug Fixes - Clarify section folder setting to be relative to root folder +- Fix type error ### Features diff --git a/manifest.json b/manifest.json index 7c5b2ba..e84429e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "journals", "name": "Journals", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "1.0.0", "description": "Manage your journals in Obsidian", "author": "Sergii Kostyrko", diff --git a/package.json b/package.json index baad1c2..6996d33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-journal", - "version": "1.1.0", + "version": "1.2.0", "description": "Journal plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 687f413..32bc9f1 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "1.0.0", "1.0.0": "1.0.0", "1.0.1": "1.0.0", - "1.1.0": "1.0.0" + "1.1.0": "1.0.0", + "1.2.0": "1.0.0" } \ No newline at end of file