Skip to content

Commit

Permalink
CLI v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Feb 25, 2023
1 parent 1bbf065 commit 667b796
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -34,7 +34,7 @@
],
"owner": "Laurent Cozic"
},
"version": "2.10.0",
"version": "2.10.1",
"bin": "./main.js",
"engines": {
"node": ">=10.0.0"
Expand Down
9 changes: 9 additions & 0 deletions readme/changelog_cli.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Joplin terminal app changelog

## [cli-v2.10.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.10.1) - 2023-02-25T16:49:17Z

- Improved: Stop synchronization with unsupported WebDAV providers (#7819) (#7661 by [@julien](https://github.com/julien))
- Improved: Switch license to AGPL-3.0 (faf0a4e)
- Improved: Validate required flags (42cef1e)
- Fixed: Custom sort order not synchronized (#7729) (#6956 by Tao Klerks)
- Fixed: Support non-ASCII characters in OneDrive (#6916) (#6838 by Self Not Found)
- Security: Fix XSS when a specially crafted string is passed to the renderer (762b4e8)

## [cli-v2.9.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.9.1) - 2022-10-12T14:49:48Z

- Improved: Added note count indicator per notebook (#6526) (#6478 by Eduardo Esparza)
Expand Down

0 comments on commit 667b796

Please sign in to comment.