All Versions
124
Latest Version
Avg Release Cycle
20 days
Latest Release
925 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v1.0.233 Changes
August 01, 2020- ๐ New: Add support for AWS S3 synchronisation (Beta) (#2815 by @alexchee)
- ๐ Security: Fixed a path traversal vulnerability in clipper server API that could allow an attacker to read or write an arbitrary file (CVE-2020-15844). Vulnerability found by Benjamin Harris.
- ๐ Improved: Improved GotoAnything speed and made it safer
- ๐ Improved: Enable searching in editor rather than the viewer for CodeMirror (#3360 by @CalebJohn)
- ๐ Improved: Enforce that whitespace check for unindent checks the begining of a (#3515 by @CalebJohn)
- ๐ Improved: Load more CodeMirror modes for syntax highlighting (#3401 by @CalebJohn)
- ๐ Improved: Split Codemirror setOptions into different effects (#3522 by @CalebJohn)
- ๐ Fixed: Fix filename when exporting notebook as Markdown (#3473)
- ๐ Fixed: Fixed alarms on macOS
- ๐ Fixed: Improve Markdown rendering in CodeMirror, in particular for math expressions (#3448) (#3440 by @CalebJohn)
- ๐ Fixed: Crash when applying tags to multiple notes from within another tag (#3481)
- ๐ Fixed: Fixed regression when moving note to notebook from menu (#3482)
- ๐ Fixed: Editor window was no longer being resized with the main window (#3503)
- ๐ Fixed: Fixed attachments being out of order when importing Enex file
- ๐ Fixed: Fixed save issue in Rich Text editor when making a change to a note and quickly switching to a different notebook
- ๐ Fixed: Fixed style caching (#3449)
- ๐ Fixed: In some cases, changes made to an attachment would not be saved. Also added banner to show that an attachment is being edited (#3407)
- ๐ Fixed: Note links would be broken after saving a note in Rich Text editor (#3510)
- ๐ Fixed: Regression: Fix sort tags alphabetically in side-menu (#3489 by Vaidotas ล imkus)
- ๐ Fixed: Regression: Fixed adding a new sub-notebook to a notebook
- ๐ Fixed: Revealing file in Windows did not work (#3366)
- ๐ Fixed: Undoing changes multiple time on an existing note could result in a blank note (#3534)
- ๐ Fixed: Fixed potential crash when notebook does not have a title
- ๐ Fixed: Fixed toolbar button state when going from setting screen to main screen
-
v1.0.232 Changes
July 28, 2020๐ This release is to remove the hierarchical/nested tags feature for now, as it has a performance issue.
- ๐ New: Add support for AWS S3 synchronisation (Beta) (#2815 by @alexchee)
- ๐ Security: Fixed a path traversal vulnerability in clipper server API that could allow an attacker to read or write an arbitrary file (CVE-2020-15844). Vulnerability found by Benjamin Harris.
- ๐ Improved: Improved GotoAnything speed and made it safer
- ๐ Improved: Enable searching in editor rather than the viewer for CodeMirror (#3360 by @CalebJohn)
- ๐ Improved: Enforce that whitespace check for unindent checks the begining of a (#3515 by @CalebJohn)
- ๐ Improved: Load more CodeMirror modes for syntax highlighting (#3401 by @CalebJohn)
- ๐ Improved: Split Codemirror setOptions into different effects (#3522 by @CalebJohn)
- ๐ Fixed: Fix filename when exporting notebook as Markdown (#3473)
- ๐ Fixed: Fixed alarms on macOS
- ๐ Fixed: Improve Markdown rendering in CodeMirror, in particular for math expressions (#3448) (#3440 by @CalebJohn)
- ๐ Fixed: Crash when applying tags to multiple notes from within another tag (#3481)
- ๐ Fixed: Fixed regression when moving note to notebook from menu (#3482)
- ๐ Fixed: Api: Fixes nested tag API to handle calls with no 'fields' query key (#3539 by Vaidotas ล imkus)
- ๐ Fixed: Editor window was no longer being resized with the main window (#3503)
- ๐ Fixed: Fixed attachments being out of order when importing Enex file
- ๐ Fixed: Fixed save issue in Rich Text editor when making a change to a note and quickly switching to a different notebook
- ๐ Fixed: Fixed style caching (#3449)
- ๐ Fixed: In some cases, changes made to an attachment would not be saved. Also added banner to show that an attachment is being edited (#3407)
- ๐ Fixed: Note links would be broken after saving a note in Rich Text editor (#3510)
- ๐ Fixed: Regression: Fix sort tags alphabetically in side-menu (#3489 by Vaidotas ล imkus)
- ๐ Fixed: Regression: Fixed adding a new sub-notebook to a notebook
- ๐ Fixed: Revealing file in Windows did not work (#3366)
- ๐ Fixed: Undoing changes multiple time on an existing note could result in a blank note (#3534)
-
v1.0.231
July 24, 2020 -
v1.0.230
July 24, 2020 -
v1.0.229
July 14, 2020 -
v1.0.199 Changes
April 10, 2020- ๐ New: Added new Aritim-Dark theme (#2997 by @TobiasDev)
- ๐ New: WYSIWYG: Added support for code blocks edition and creation
- ๐ New: WYSIWYG: Added support for tables
- ๐ New: WYSIWYG: Apply theme to toolbar
- ๐ New: WYSIWYG: Better handling of links on macOS and inside Katex block
- ๐ New: WYSIWYG: Do not display target list in link dialog
- ๐ New: WYSIWYG: Handle internal note links
- ๐ New: WYSIWYG: Handle resource download mode
- ๐ New: WYSIWYG: Improved documentation on what plugins are compatible with WYSIWYG editor
- ๐ New: WYSIWYG: Preserve HTML code in Markdown when editing from wysiwyg editor
- ๐ New: Add "Retry All" option to synchronisation page (#2688)
- ๐ New: Add friendly default filenames to export options (#2749 by @CalebJohn)
- ๐ New: Add message box to ask confirmation when resizing image
- ๐ Improved: Clear provisional flag as soon as note is modified to avoid data loss (#2681)
- ๐ Improved: Close
Goto Anything
modal on outside click (#2940 by Siddhant Sehgal) - ๐ Improved: Moved all themes out into their own .js theme files (#2951 by @TobiasDev)
- ๐ Improved: Resource screen improvements (#2850) (#2639)
- ๐ Improved: Right-click to move note to notebook (#2566) (#2296 by Siddhant Sehgal)
- ๐ Improved: Update it_IT.po (#2978 by @abonte)
- ๐ Improved: Update ko.po (#2986 by @xmlangel)
- ๐ Improved: Update nb_NO.po (#2973 by Mats Estensen)
- ๐ Improved: Update zh_CN.po (#2971 by @troilus)
- ๐ Improved: Wait for note to be saved before closing the app
- ๐ Fixed: Fixed iOS and macOS icons and created script to automate icon creation (#2604)
- ๐ Fixed: Fixed regression when drag and dropping files
- ๐ Fixed: Fixed styling issues with rendered Markdown
- ๐ Fixed: Prevent decryption loop when a resource cannot be decrypted (#2257)
- ๐ Fixed: When modifying a conflicted note, it would disappear from the view (#2709)
-
v1.0.198
April 10, 2020 -
v1.0.197 Changes
March 30, 2020- ๐ New: Added support for checkboxes and fixed various issues with WYSIWYG editor
- ๐ New: Added Vietnamese translation
- ๐ Improved: Go To Anything by body (#2686) (#2683 by Anjula Karunarathne)
- ๐ Improved: Cleaning up the install / update script (#2719 by Brandon Wulf)
- ๐ Fixed: MD importer handle special chars in linked image name (#2346) (#2334 by @bart)
- ๐ Fixed: Prevent title overflow on small windows (#2918) (#2917 by anirudh murali)
- ๐ Fixed: Fixed top margin of toolbar (#2828) (#2824 by Siddhant Sehgal)
-
v1.0.196
March 29, 2020 -
v1.0.194 Changes
March 14, 2020๐ The main purpose of this pre-release is to allow evaluating the WYSIWYG editor.
- ๐ New: Added experimental WYSIWYG editor (#2556) (#176)
- ๐ New: Added way to upgrade master key encryption and sync target encryption
- ๐ New: Add button to About box to copy Joplin's information to the clipboard (#2711 by Helmut K. C. Tessarek)
- ๐ New: Api: Add support for "tags" property for note PUT request (#2649) (#941 by @jyuvaraj03)
- ๐ Improved: Enhance notelist focus behaviour (#2520 by @mic704b)
- ๐ Improved: Indent lists by pressing tab when caret is after bullet (#2713) (#498 by Shotaro Yamada)
- ๐ Fixed: Expand notebook tree when clicking on notebook in search results (#2620) (#2616 by Mohammed Rabeeh)