Skip to content

Commit

Permalink
CLI v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Jul 2, 2024
1 parent 8679cc5 commit 4a475f1
Show file tree
Hide file tree
Showing 2 changed files with 20 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 @@ -35,7 +35,7 @@
],
"owner": "Laurent Cozic"
},
"version": "3.0.0",
"version": "3.0.1",
"bin": "./main.js",
"engines": {
"node": ">=10.0.0"
Expand Down
19 changes: 19 additions & 0 deletions readme/about/changelog/cli.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Joplin Terminal App Changelog

## [cli-v3.0.1](https://github.com/laurent22/joplin/releases/tag/cli-v3.0.1) - 2024-07-02T18:42:44Z

- Improved: Add trash folder (#9671) (#483)
- Improved: Allow deleting notes and notebooks permanently (#10107) (#10090 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Avoid unnecessary requests if Joplin Cloud credentials are empty (#10256 by [@pedr](https://github.com/pedr))
- Improved: Bump @codemirror/view version. (#10174 by [@itzTheMeow](https://github.com/itzTheMeow))
- Improved: Change Joplin Cloud login process (#9722 by [@pedr](https://github.com/pedr))
- Improved: Clarify that the "restore" command is to restore items from the trash (8cb9c08)
- Improved: Do not repeat failed requests with ENOTFOUND error (#6173)
- Improved: Don't render empty title page for Fountain (#10631 by [@XPhyro](https://github.com/XPhyro))
- Improved: Improved log formatting and allow saving last lines of log to memory (74bc9b3)
- Improved: Improves formatting of log statements (aac8d58)
- Improved: Log user actions (deletions) (#9585) (#9465 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Set min version for synchronising to 3.0.0 (e4b8976)
- Improved: Updated packages @adobe/css-tools (v4.3.3), chokidar (v3.6.0), follow-redirects (v1.15.6), jsdom (v23), react, sass (v1.71.0), style-to-js (v1.1.11), terminal-kit (v3.0.2), tesseract.js (v5.0.5), turndown (v7.1.3)
- Fixed: After deleting the last note from the conflicts folder, the application state is invalid (#10189)
- Fixed: ENEX does not import correctly when title of note matches the name of the attachment (#10125)
- Fixed: English: Use the plural form of a localization for negative and zero items (#10582) (#10581 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))

## [cli-v2.14.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.14.1) - 2024-03-01T19:08:28Z

- Improved: Allow setting a minimum app version on the sync target (#9778)
Expand Down

0 comments on commit 4a475f1

Please sign in to comment.