From 871190b7ee8de870c7848611a3df7b27669f889c Mon Sep 17 00:00:00 2001
From: Joplin Bot
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.
+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:
+ +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.
+]]>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.
-]]>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!
-]]>