Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
leenzhu committed Oct 3, 2023
1 parent 794a7de commit d734154
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 217 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.1.0

1. support calendar theme
2. support time selection in name template

## v1.0.10

1. update version number. Version numbers in package.json & manifest.json are realy anoing, I'm always forgetting to update them.
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ Create or open a note for today, or for another date selected from a date picker

You can customize the keyboard shortcuts via `Tools` -> `Options` -> `Keyboard shortcuts`, and then using `journal` in the search box to filter the keyboard shortcuts for the Journal plugin.

## Important

Use the **insert note link** feature carefully, because it will mean that the editor is NOT able to **UNDO**.

## Known issues

If you create the same note (a note with the same title and in the same folder) too quickly, a duplicate note will be created with the same name.
Expand Down
211 changes: 2 additions & 209 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-journal",
"version": "1.0.15",
"version": "1.1.0",
"scripts": {
"dist": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "export NODE_OPTIONS=--openssl-legacy-provider && npm run dist",
Expand All @@ -15,11 +15,9 @@
"@uvarov.frontend/vanilla-calendar": "^2.6.6",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^6.8.1",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"on-build-webpack": "^0.1.0",
"style-loader": "^3.3.3",
"tar": "^6.0.5",
"ts-loader": "^7.0.5",
"typescript": "^5.2.2",
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": "com.leenzhu.journal",
"app_min_version": "2.7",
"version": "1.0.15",
"version": "1.1.0",
"name": "Journal",
"description": "A simple journal. Create or open a note for today, or any selected date.",
"author": "Leen Zhu",
Expand Down

0 comments on commit d734154

Please sign in to comment.