mirror of https://github.com/laurent22/joplin.git
parent
e1195f7370
commit
5603900fc2
|
@ -35,7 +35,7 @@
|
|||
],
|
||||
"owner": "Laurent Cozic"
|
||||
},
|
||||
"version": "2.11.0",
|
||||
"version": "2.11.1",
|
||||
"bin": "./main.js",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Joplin terminal app changelog
|
||||
|
||||
## [cli-v2.11.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.11.1) - 2023-06-27T09:28:01Z
|
||||
|
||||
- Improved: Updated packages aws, buildTools, domutils (v3.1.0), fs-extra (v11.1.1), jsdom (v21.1.2), markdown-it-multimd-table (v4.2.2), nanoid (v3.3.6), node-persist (v3.1.3), open (v8.4.2), reselect (v4.1.8), sass (v1.62.1), sharp (v0.32.1), sqlite3 (v5.1.6), tar (v6.1.15), turndown (v7.1.2), yargs (v17.7.2)
|
||||
- Improved: Upgrade E2EE encryption method to AES-256 (#7686)
|
||||
- Improved: When resetting the master password, also create a new master key with that password (e647775)
|
||||
- Fixed: Allow certain HTML anchor tags (#8286)
|
||||
- Fixed: Encode the non-ASCII characters in OneDrive URI (#7868) (#7851 by Self Not Found)
|
||||
- Fixed: Fix OneDrive sync attempting to call method on `null` variable (#7987) (#7986 by Henry Heino)
|
||||
- Fixed: Improve selection of active E2EE key (#8254)
|
||||
|
||||
## [cli-v2.10.3](https://github.com/laurent22/joplin/releases/tag/cli-v2.10.3) - 2023-02-26T13:03:59Z
|
||||
|
||||
- Fixed: Fixed "sync" command when calling it in non-interactive mode (d157b9c)
|
||||
|
|
Loading…
Reference in New Issue