Fixed: Switching a note using Sidebar is slow and grayed out (#6430) (#6416 by Kenichi Kobayashi)
Security: Fix XSS when a specially crafted string is passed to the renderer (762b4e8) (PoC by @Alise)
diff --git a/docs/download/index.html b/docs/download/index.html
index a7557546034..ebedc70dab8 100644
--- a/docs/download/index.html
+++ b/docs/download/index.html
@@ -173,7 +173,7 @@ Your download of Joplin is in progress.
On Windows, you may also use the Portable version. The 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 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:
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Joplin Cloud now supports publishing a note "recursively", which means the notes and all the notes it is linked to. This allows easily publishing a simple website made of multiples and images.
To make use of this feature, simply select Also publish linked notes when publishing a note.
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.
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!
diff --git a/docs/rss.xml b/docs/rss.xml
index 5773e1ef955..9d401b2ccad 100644
--- a/docs/rss.xml
+++ b/docs/rss.xml
@@ -1,4 +1,42 @@
-https://joplinapp.orgRSS for NodeFri, 09 Dec 2022 00:00:00 GMTFri, 09 Dec 2022 00:00:00 GMTJoplin is an open source note-taking app. Capture your thoughts and securely access them from any device.
+https://joplinapp.orgRSS for NodeFri, 16 Dec 2022 00:00:00 GMTFri, 16 Dec 2022 00:00:00 GMTProxy 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.
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.
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.
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.
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.
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.
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.
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.9Joplin 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 GMTThe 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