From 871190b7ee8de870c7848611a3df7b27669f889c Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Fri, 16 Dec 2022 12:19:04 +0000 Subject: [PATCH] Doc: Auto-update documentation Auto-updated using release-website.sh --- Assets/WebsiteAssets/rss.xml | 50 +++++++++++++++++++++++------ README.md | 8 ++--- readme/changelog.md | 2 +- readme/download.md | 2 +- readme/news/20221216-release-2-9.md | 1 + 5 files changed, 47 insertions(+), 16 deletions(-) diff --git a/Assets/WebsiteAssets/rss.xml b/Assets/WebsiteAssets/rss.xml index 5773e1ef9..9d401b2cc 100644 --- a/Assets/WebsiteAssets/rss.xml +++ b/Assets/WebsiteAssets/rss.xml @@ -1,4 +1,42 @@ -<![CDATA[Joplin]]>https://joplinapp.orgRSS for NodeFri, 09 Dec 2022 00:00:00 GMTFri, 09 Dec 2022 00:00:00 GMT<![CDATA[Joplin is hiring!]]>Joplin is an open source note-taking app. Capture your thoughts and securely access them from any device.

+<![CDATA[Joplin]]>https://joplinapp.orgRSS for NodeFri, 16 Dec 2022 00:00:00 GMTFri, 16 Dec 2022 00:00:00 GMT<![CDATA[What's new in Joplin 2.9]]>Proxy support🔗 +

Both the desktop and mobile application now support proxies thanks to the work of Jason Williams. This will allow you to use the apps in particular when you are behind a company proxy.

+

+

New PDF viewer🔗

+

The desktop application now features a new PDF viewer thanks to the work of Asrient during GSoC.

+

The main advantage for now is that this viewer preserves the last PDF page that was read. In the next version, the viewer will also include a way to annotate PDF files.

+

Multi-language spell checking🔗

+

The desktop app include a multi-language spell checking features, which allows you, for example, to spell-check notes in your native language and in English.

+

New mobile text editor🔗

+

Writing formatted notes on mobile has always been cumbersome due to the need to enter special format characters like * or [, etc.

+

Thanks to the work of Henry Heino during GSoC, writing notes on the go is now easier thanks to an improved Markdown editor.

+

+

The most visible feature is the addition of a toolbar, which helps input those special characters, like on desktop.

+

Moreover Henry made a lot of subtle but useful improvements to the editor, for example to improve the note appearance, to improve list continuation, etc. Search within a note is now also supported as well as spell-checking.

+

At a more technical level, Henry also added many test units to ensure that the editor remains robust and reliable.

+

To enable the feature, go to the configuration screen and selected "Opt-in to the editor beta". It is already very stable so we will probably promote it to be the main editor from the next version.

+

Improved alignment of notebook icons🔗

+

Previously, when you would assign an icon to a notebook, it would shift the title to the right, but notebook without an icon would not. It means that notebooks with and without an icon would not be vertically aligned.

+

To tidy things up, this new version adds a default icons to notebooks without an explicitly assigned icon. This result in the notebook titles being correctly vertically aligned.

+

Note that this feature is only enabled if you use custom icons - otherwise it will simply display the notebook titles without any default icons, as before.

+

+

Improved handling of file attachments🔗

+

Self Not Found made a number of small but useful improvements to attachment handling, including increasing the maximum size to 200MB, adding support for attaching multiple files, and fixing issues with synchronising attachments via proxy.

+

Fixed filesystem sync on mobile🔗

+

This was a long and complex change due to the need to support new Android APIs but hopefully that should now be working again, thanks to the work of jd1378.

+

So you can now sync again your notes with Syncthing and other file-based synchronisation systems.

+

And more...🔗

+

In total this new desktop version includes 36 improvements, bug fixes, and security fixes.

+

As always, a lot of work went into the Android and iOS app too, which include 37 improvements, bug fixes, and security fixes.

+

See here for the changelogs:

+ +

About the Android version🔗

+

Unfortunately we cannot publish the Android version because it is based on a framework version that Google does not accept. To upgrade the app a lot of changes are needed and another round of pre-releases, and therefore there will not be a 2.9 version for Google Play. You may however download the official APK directly from there: Android 2.9 Official Release

+

This is the reality of app stores in general - small developers being imposed never ending new requirements by all-powerful companies, and by the time a version is finally ready we can't even publish it because yet more requirements are in place.

+

For the record the current 2.9 app works perfectly fine. It targets Android 11, which is only 2 years old and is still supported (and installed on millions of phones). Google requires us to target Android 12 which only came out last year.

+]]>
https://joplinapp.org/news/20221216-release-2-9/20221216-release-2-9Fri, 16 Dec 2022 00:00:00 GMTWhat's new in Joplin 2.9
<![CDATA[Joplin is hiring!]]>Joplin is an open source note-taking app. Capture your thoughts and securely access them from any device.

We are looking to hire two JavaScript software developers to work on the desktop, mobile, and server applications. All those are built using modern technologies, including React, React Native and Electron with a strong focus on test units.

You need to demonstrate some experience with at least some of these technologies, and willing to learn more and touch various different projects.

You will be part of a small team, so you will have an opportunity for a high-impact role, targeting hundreds of thousands of users.

@@ -241,12 +279,4 @@

If you click on it you will be sent to the Plans page via a special link. Then once you click on "Buy now" you will be sent to the Stripe page where you can start the subscription.

As mentioned in the message, the process takes into account your remaining beta trial days. So for example, if your beta account expires in 60 days, the subscription will have a free 60 days trial period. This is so you don't lose any of the beta trial days no matter when you start the subscription.

If you have any question about it, please let me know.

-]]>
https://joplinapp.org/news/20210804-085003/20210804-085003Wed, 04 Aug 2021 08:50:03 GMT
<![CDATA[New beta editor for the mobile app]]>The latest Android pre-release 24 features an improved beta editor, which I hope could become a replacement for the very basic editor we have at the moment.

-

It's still experimental because it's based on the equally experimental CodeMirror 6, however for simple editing tasks it seems to work fine. At the moment the improvements are:

-

- Syntax highlighting for various tags such as bold, italic and headings.

-

- List continuation for ordered and unordered lists (I didn't try checklists but I assume it doesn't work)

-

- Improved undo/redo

-

- Maybe better handling of large documents? CodeMirror 6 has a demo that loads a document with millions of lines, so maybe that will solve the performance issues that some users were having

-

If everything works well, later on we should be able to add things like a toolbar, spellchecking and other features that are impossible with the current editor.

-

If you find any bug, feel free to report here. Also make sure you backup your notes regularly in case there's an issue!

-]]>
https://joplinapp.org/news/20210729-103234/20210729-103234Thu, 29 Jul 2021 10:32:34 GMT
\ No newline at end of file +]]>
https://joplinapp.org/news/20210804-085003/20210804-085003Wed, 04 Aug 2021 08:50:03 GMT
\ No newline at end of file diff --git a/README.md b/README.md index 5174cedbe..c17165b13 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ Three types of applications are available: for **desktop** (Windows, macOS and L Operating System | Download ---|--- -Windows (32 and 64-bit) | Get it on Windows -macOS | Get it on macOS -Linux | Get it on Linux +Windows (32 and 64-bit) | Get it on Windows +macOS | Get it on macOS +Linux | Get it on Linux -**On Windows**, you may also use the Portable version. The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file. +**On Windows**, you may also use the Portable version. The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file. **On Linux**, the recommended way is to use the following installation script as it will handle the desktop icon too: diff --git a/readme/changelog.md b/readme/changelog.md index c246aaa5a..27601084f 100644 --- a/readme/changelog.md +++ b/readme/changelog.md @@ -1,6 +1,6 @@ # Joplin changelog -## [v2.9.17](https://github.com/laurent22/joplin/releases/tag/v2.9.17) (Pre-release) - 2022-11-15T10:28:37Z +## [v2.9.17](https://github.com/laurent22/joplin/releases/tag/v2.9.17) - 2022-11-15T10:28:37Z - Fixed: Switching a note using Sidebar is slow and grayed out ([#6430](https://github.com/laurent22/joplin/issues/6430)) ([#6416](https://github.com/laurent22/joplin/issues/6416) by Kenichi Kobayashi) - Security: Fix XSS when a specially crafted string is passed to the renderer ([762b4e8](https://github.com/laurent22/joplin/commit/762b4e8)) (PoC by [@Alise](https://github.com/a1ise)) diff --git a/readme/download.md b/readme/download.md index 63b3188e2..9f0372ffe 100644 --- a/readme/download.md +++ b/readme/download.md @@ -10,7 +10,7 @@ Your download of Joplin is in progress. Access your notes on Windows, macOS or Linux. -Get it on Windows Get it on macOS Get it on Linux +Get it on Windows Get it on macOS Get it on Linux diff --git a/readme/news/20221216-release-2-9.md b/readme/news/20221216-release-2-9.md index 395be15ca..6f93bf3d7 100644 --- a/readme/news/20221216-release-2-9.md +++ b/readme/news/20221216-release-2-9.md @@ -1,5 +1,6 @@ --- tweet: What's new in Joplin 2.9 +forum_url: https://discourse.joplinapp.org/t/28661 --- # What's new in Joplin 2.9