Skip to content

Commit

Permalink
Desktop release v2.14.22
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed May 22, 2024
1 parent 36aaf5a commit e579eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joplin/app-desktop",
"version": "2.14.21",
"version": "2.14.22",
"description": "Joplin for Desktop",
"main": "main.js",
"private": true,
Expand Down

1 comment on commit e579eb9

@personalizedrefrigerator
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manual testing

  • Ubuntu 24.04
    • AppImage starts when run with ./Joplin-2.14.22.AppImage --profile /tmp/foo --no-sandbox.
    • Searching for text in a PDF (using Joplin's search) works after enabling OCR and attaching a new PDF.
  • MacOS (x86_64)
    • After install, Joplin can be launched.
    • Searching for text in a PDF (using Joplin's search) works after enabling OCR and attaching a new PDF.
  • Windows 11 (Installer)
    • After installing, Joplin launches.
    • Searching for text in a PDF (using Joplin's search) works after enabling OCR and attaching a new PDF.
  • Windows 11 (JoplinPortable.exe)
    • Can be launched after downloading and copying to Documents.

Please sign in to comment.