Skip to content

Commit

Permalink
chore: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srg-kostyrko committed Mar 3, 2024
1 parent bc4b67a commit 8beabeb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 8beabeb

Please sign in to comment.