Skip to content

Releases: laurent22/joplin

v1.0.115

16 Nov 16:52
Compare
Choose a tag to compare

This is a rather large release which includes many of the pull requests that were submitted during Hacktoberfest, plus some extra improvements and bug fixes. Many thanks to all the contributors!

  • New: Adds functionality to display tags under the open note. (#893)
  • New: Joplin desktop Dark Mode (#921)
  • New: Add support for custom css across all notes (#925)
  • New: Show note title in pdf export (#890) (#937)
  • New: Display number of resources being fetched in side bar
  • New: Export notes to JSON (#912, issues/912). (#927)
  • New: Further (invisible) changes on how resources are downloaded to prepare for better resource handling.
  • Fix: Resolves #918: Skip properties that are on sync target but not handled by local client
  • Fix: Fixes #952: Upgraded Katex lib to fix bug
  • Fix: Fixes #953 (maybe): Improved the way internal links to notes are loaded to make it more reliable
  • Fix: Fix image fetching error for URLs that contain query parameters.
  • API: Allow setting the ID of newly created notes.
  • Renewed code signing certificate.

v1.0.114

24 Oct 20:14
Compare
Choose a tag to compare
  • Fixes #832: Enex import: Don't add extra line breaks at the beginning of list item when it contains a block element
  • Fixes #798: Enable Select All shortcut in macOS
  • API: Fixed handling of PUT method and log errors to file
  • Api: Fixes #843: Fixed regression that was preventing resource metadata from being downloaded
  • Fixes #847: Prevent view from scrolling to top when clicking checkbox and editor not visible
  • Resolves #751: Allow switching between todo and note when multiple notes are selected
  • Fixed potential crash that can happen if editor is not ready
  • Prevent URLs added via A tag from being opened inside app
  • Fixes #853: Replace characters to equivalent US-ASCII ones when exporting files
  • Improved the way resources are loaded to prepare to allow making downloading resources optional, and to make sync faster
  • Fixes #312 (maybe): Removed power saving feature, which wasn't doing anything and added a possible fix to the UI freezing issue on Linux
  • Improved: Handle internal anchors
  • Improved Linux install script

v1.0.111

30 Sep 20:15
Compare
Choose a tag to compare

This is mainly a release to fix a bug related to the new IMG tag support.

  • Electron: Resolves #820: Allow dragging and dropping a note in another note to create a link
  • Electron: Fixes resources being incorrectly auto-deleted when inside an IMG tag
  • API: Allow downloading a resource data via /resources/:id/file

v1.0.110

29 Sep 12:29
Compare
Choose a tag to compare

This is a release only to get the new API out. If you do not need the functionalities of this API or you don't know what it is, you can probably skip this version.

v1.0.109

27 Sep 18:01
Compare
Choose a tag to compare
  • New: Allow loading image resources in IMG html tags. For example, this is now possible: <img src=":/a92ac34387ff467a8c839d201dcd39aa" width="50"/>
  • Security: Fixed security issue by enabling contextIsolation and proxying IPC messages via preload script. Thank you Yaroslav Lobachevski for discovering the issue.
  • Fixes #801: Replaced freegeoip which is no longer free with ip-api to enable again geo-location for notes.
  • Fixes #802: Scale note text correctly when using zoom
  • Fixes #805: Fixed app freezing when opening note in external editor and then creating new note
  • Clipper: Fixes #809: Saves full URL with note, including query parameters
  • Clipper: Resolves #681: Allow adding tags from Web Clipper
  • Clipper: Fixes #672: Make sure selected notebook is saved and restored correctly
  • Clipper: Fixes #817: Added support for PICTURE tags, which will fix issues with certain pages from which images were not being imported
  • Clipper: Fixed importing certain images with sources that contain brackets
  • Improved: Mostly an invisible change at this point, but the REST API has been refactored to allow adding more calls and to support third-party applications.

v1.0.108

29 Sep 18:49
Compare
Choose a tag to compare
v1.0.108 Pre-release
Pre-release

To test the latest security fix only. Won't be released officially.

v1.0.107

16 Sep 19:51
Compare
Choose a tag to compare
  • New: Resolves #755: Added note properties dialog box to view and edit created time, updated time, source URL and geolocation
  • Added Dutch (Netherlands) translation
  • Added Romanian translation
  • Fixes #718: Allow recursively importing Markdown folder
  • Fix #764: Fix equation tag positioning
  • Fixes #710: Don't unwatch file when it is temporarily deleted
  • Resolves #781: Allow creating notebooks with duplicate titles to allow two notebooks with same name to exist under different parents
  • Fixes #799: Handle restricted_content error for Dropbox (skip files that cannot be uploaded to copyright or other Dropbox t&c violation)
  • Provided script to install on Ubuntu (with icon)

v1.0.106

08 Sep 15:23
Compare
Choose a tag to compare

Note: this release is no longer signed to avoid issues with renewing certificates. If you get a warning or the application cannot be installed, please report on the forum on GitHub.

  • Resolves #761: Highlight single tick code segments
  • Resolves #714: Allow starting application minimised in the tray icon
  • Fixes #759: Add border around code block when exporting to PDF
  • Fixes #697: Focus search text input after clearing search
  • Fixes #709: Now that HTML is supported in notes, remove BR tag replacement hack to fix newline issues.

v1.0.105

05 Sep 11:29
Compare
Choose a tag to compare
  • Resolves #679: Drag a note on a tag to associate the tag.
  • Resolves #427: Import source-url from Enex files
  • Resolves #594: Enable support for SVG graphics
  • New: replace the resource icon (for internal links) with the Joplin icon (from ForkAwesome)
  • Update: Upgraded Katex to support new features
  • Update: Improve speed of loading notes that include many resources, and prevent UI from freezing
  • Fixes #653: Don't detect horizontal rule as bullet list item
  • Fixes #113: Upgraded Ace Editor to try to fix Korean input issue (to be confirmed)

v1.0.104

28 Jun 20:25
Compare
Choose a tag to compare
  • New: Allow HTML in Markdown documents in a secure way.
  • New: Resolves #619: Context menu to cut, copy and paste. Also added menu to copy link in web view
  • New: Resolves #612: Allow duplicating a note
  • New: Web Clipper: Support 'author' property
  • Improved: Resolves #647: Allow specifying text editor path and arguments in setting
  • Improved: Optimised encryption and decryption of items so that it doesn't freeze the UI, especially on mobile
  • Improved: Set PDF default file name
  • Improved: Resolves #644: Added support for .markdown extension when importing files
  • Fixes #634: Press ESC to dismiss dialog in non-English languages
  • Fixes #639: Make sure text wraps when printing or exporting as PDF
  • Fixes #646: Mentioned that TLS settings must be saved before checking sync config