Skip to content

Commit

Permalink
CLI v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed May 18, 2022
1 parent 2cbe7be commit d4c209e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"owner": "Laurent Cozic"
},
"version": "2.8.0",
"version": "2.8.1",
"bin": "./main.js",
"engines": {
"node": ">=10.0.0"
Expand Down
14 changes: 14 additions & 0 deletions readme/changelog_cli.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Joplin terminal app changelog

## [cli-v2.8.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.8.1) - 2022-05-18T13:02:48Z

- New: Add additional time format HH.mm (#6086 by [@vincentjocodes](https://github.com/vincentjocodes))
- Improved: Do no duplicate resources when duplicating a note (721d008)
- Improved: Handle invalid revision patches (#6209)
- Improved: Improve error message when revision metadata cannot be decoded, to improve debugging (a325bf6)
- Improved: Make search engine filter keywords case insensitive (#6267) (#6266 by [@JackGruber](https://github.com/JackGruber))
- Improved: Show login prompt for OneDrive (#5933 by Jonathan Heard)
- Fixed: Ensure that note revision markup type is set correctly (#6261)
- Fixed: Fixed creation of empty notebooks when importing directory of files (#6274) (#6197 by [@Retrove](https://github.com/Retrove))
- Fixed: Fixed issue where synchroniser would try to update a shared folder that is not longer accessible (667d642)
- Fixed: Note export could fail in some cases (regression) (#6203)
- Fixed: Shared resource was not encrypted with correct encryption key (#6092)

## [cli-v2.6.2](https://github.com/laurent22/joplin/releases/tag/cli-v2.6.2) - 2021-12-17T11:19:45Z

- New: Add date format YYYY/MM/DD (#5759 by Helmut K. C. Tessarek)
Expand Down

0 comments on commit d4c209e

Please sign in to comment.