mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Update website
This commit is contained in:
parent
b465042a56
commit
d1a316032d
@ -275,6 +275,19 @@
|
|||||||
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1039">#1039</a>: Always print or export to PDF using light theme</li>
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1039">#1039</a>: Always print or export to PDF using light theme</li>
|
||||||
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1033">#1033</a>: Handle hard break when rendering Markdown to HTML</li>
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1033">#1033</a>: Handle hard break when rendering Markdown to HTML</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h2 id="-v1-0-118-https-github-com-laurent22-joplin-releases-tag-v1-0-118-2019-01-11t08-34-13z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.118">v1.0.118</a> - 2019-01-11T08:34:13Z</h2>
|
||||||
|
<p>Important: This release might be slow on startup due to the need to index all the notes, especially if you have many of them with lots of content. The best is simply to wait for it even if it takes several minutes. This is just a one off and afterwards startup time will be the same as before.</p>
|
||||||
|
<ul>
|
||||||
|
<li>New: Fast full text search engine. Works with multiple terms, support for prefixes, can restrict search to either note title or body. See <a href="https://joplin.cozic.net/#searching">https://joplin.cozic.net/#searching</a> for more info.</li>
|
||||||
|
<li>New: Search within current note (Ctrl+F).</li>
|
||||||
|
<li>New: Add separate editor font size option (<a href="https://github.com/laurent22/joplin/issues/1027">#1027</a>)</li>
|
||||||
|
<li>Changed: Changed global search shortcut to F6.</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/808">#808</a> (maybe): Added fix for Nginx 404 error issue.</li>
|
||||||
|
<li>Fixed: Prevent sync infinite loop under some rare conditions (only happens when manually modifying files on sync target, which should not be done anyway).</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/476">#476</a> (maybe): Trying to fix notification flood. Added more log statements in case something goes wrong.</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1039">#1039</a>: Always print or export to PDF using light theme</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1033">#1033</a>: Handle hard break when rendering Markdown to HTML</li>
|
||||||
|
</ul>
|
||||||
<h2 id="-v1-0-117-https-github-com-laurent22-joplin-releases-tag-v1-0-117-2018-11-24t12-05-24z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.117">v1.0.117</a> - 2018-11-24T12:05:24Z</h2>
|
<h2 id="-v1-0-117-https-github-com-laurent22-joplin-releases-tag-v1-0-117-2018-11-24t12-05-24z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.117">v1.0.117</a> - 2018-11-24T12:05:24Z</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/996">#996</a>: Allow editing multiple notes in external editor</li>
|
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/996">#996</a>: Allow editing multiple notes in external editor</li>
|
||||||
@ -526,6 +539,266 @@
|
|||||||
<li>Updated: Resolves <a href="https://github.com/laurent22/joplin/issues/307">#307</a>: Use blue colour for sidebar, to be consistent with mobile app and logo</li>
|
<li>Updated: Resolves <a href="https://github.com/laurent22/joplin/issues/307">#307</a>: Use blue colour for sidebar, to be consistent with mobile app and logo</li>
|
||||||
<li>Updated: Translations</li>
|
<li>Updated: Translations</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h2 id="-v1-0-78-https-github-com-laurent22-joplin-releases-tag-v1-0-78-2018-03-17t15-27-18z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.78">v1.0.78</a> - 2018-03-17T15:27:18Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Improved: Handle deletion of resources that are not linked to any note</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v1-0-77-https-github-com-laurent22-joplin-releases-tag-v1-0-77-2018-03-16t15-12-35z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.77">v1.0.77</a> - 2018-03-16T15:12:35Z</h2>
|
||||||
|
<p>Note: This fixes an invalid database upgrade in the previous version.</p>
|
||||||
|
<ul>
|
||||||
|
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/237">#237</a>: Export to PDF and print option</li>
|
||||||
|
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/154">#154</a>: No longer used resources are automatically deleted after approximately 24h</li>
|
||||||
|
<li>Improved: Resolves <a href="https://github.com/laurent22/joplin/issues/298">#298</a>: Removed extraneous first characters from auto-title</li>
|
||||||
|
<li>Improved: Made WebDAV options dynamics so that changing username or password doesn't require restarting the app</li>
|
||||||
|
<li>Fix: Fixes <a href="https://github.com/laurent22/joplin/issues/291">#291</a>: Crash with empty backtick</li>
|
||||||
|
<li>Fix: Fixes <a href="https://github.com/laurent22/joplin/issues/292">#292</a>: Improved auto-update feature and fixed incorrect notifications</li>
|
||||||
|
<li>Fix: Signed executables on Windows</li>
|
||||||
|
<li>Updated Russian, German, Portuguese, Spanish and French translations. Many thanks to the translators!</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v1-0-72-https-github-com-laurent22-joplin-releases-tag-v1-0-72-2018-03-14t09-44-35z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.72">v1.0.72</a> - 2018-03-14T09:44:35Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>New: Allow exporting only selected notes or notebook</li>
|
||||||
|
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/266">#266</a>: Allow setting text editor font family</li>
|
||||||
|
<li>New: Display icon next to resources and allow downloading them from Electron client</li>
|
||||||
|
<li>Improved: Optimised sync when dealing with many items, in particular when using Nextcloud or WebDAV</li>
|
||||||
|
<li>Improved: Display last sync error unless it's a timeout or network error</li>
|
||||||
|
<li>Improved: Fixes <a href="https://github.com/laurent22/joplin/issues/268">#268</a>: Improve error message for invalid flags</li>
|
||||||
|
<li>Fix: Fixes <a href="https://github.com/laurent22/joplin/issues/271">#271</a>: Sort by created time was not respected</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v1-0-70-https-github-com-laurent22-joplin-releases-tag-v1-0-70-2018-02-28t20-04-30z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.70">v1.0.70</a> - 2018-02-28T20:04:30Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/97">#97</a>: Export to JEX format or RAW format</li>
|
||||||
|
<li>New: Import JEX and RAW format</li>
|
||||||
|
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/52">#52</a>: Import Markdown files or directory</li>
|
||||||
|
<li>New: Allow sorting notes by various fields</li>
|
||||||
|
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/243">#243</a>: Added black and white tray icon for macOS</li>
|
||||||
|
<li>Fix: <a href="https://github.com/laurent22/joplin/issues/247">#247</a>: Unreadable error messages when checking for updates</li>
|
||||||
|
<li>Fix: Fixed sync interval sorting order</li>
|
||||||
|
<li>Fix: <a href="https://github.com/laurent22/joplin/issues/256">#256</a>: Check that no other instance of Joplin is running before launching a new one</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v1-0-67-https-github-com-laurent22-joplin-releases-tag-v1-0-67-2018-02-19t22-51-08z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.67">v1.0.67</a> - 2018-02-19T22:51:08Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed: <a href="https://github.com/laurent22/joplin/issues/217">#217</a>: Display a message when the note has no content and only the note viewer is visible</li>
|
||||||
|
<li>Fixed: <a href="https://github.com/laurent22/joplin/issues/240">#240</a>: Tags should be handled in a case-insensitive way</li>
|
||||||
|
<li>Fixed: <a href="https://github.com/laurent22/joplin/issues/241">#241</a>: Ignore response for certain WebDAV calls to improve compatibility with some services.</li>
|
||||||
|
<li>Updated: French and Español translation</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v1-0-66-https-github-com-laurent22-joplin-releases-tag-v1-0-66-2018-02-18t23-09-09z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.66">v1.0.66</a> - 2018-02-18T23:09:09Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed: Local items were no longer being deleted via sync.</li>
|
||||||
|
<li>Improved: More debug information when WebDAV sync target does not work.</li>
|
||||||
|
<li>Improved: Compatibility with some WebDAV services (Seafile in particular)</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v1-0-65-https-github-com-laurent22-joplin-releases-tag-v1-0-65-2018-02-17t20-02-25z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.65">v1.0.65</a> - 2018-02-17T20:02:25Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>New: Added several keyboard shortcuts</li>
|
||||||
|
<li>New: Convert new lines in tables to BR tags, and added support for HTML tags in Markdown viewers</li>
|
||||||
|
<li>Fixed: Confirmation message boxes, and release notes text</li>
|
||||||
|
<li>Fixed: Issue with items not being decrypted immediately when they are created due to a sync conflict.</li>
|
||||||
|
<li>Updated: Translations</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v1-0-64-https-github-com-laurent22-joplin-releases-tag-v1-0-64-2018-02-16t00-58-20z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.64">v1.0.64</a> - 2018-02-16T00:58:20Z</h2>
|
||||||
|
<p>Still more fixes and improvements to get v1 as stable as possible before adding new features.</p>
|
||||||
|
<p>IMPORTANT: If you use Nextcloud it is recommended to sync all your notes before installing this release (see below).</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed: Nextcloud sync target ID (which was incorrectly set to WebDAV sync ID). As a result items that have been created since this bug will be re-synced with Nextcloud. This sync will not duplicate or delete any item but is necessary to preserve data integrity. IF YOU HAVE NOTES IN CONFLICT AFTER SYNC: Close the app completely and restart it to make sure all the lists are visually up-to-date. The notes in conflict most likely can be ignored - they are just duplicate of the real ones. To be safe, check the content but most likely they can simply be deleted.</li>
|
||||||
|
<li>Improved: Provide Content-Length header for WebDAV for better compatibility with more servers</li>
|
||||||
|
<li>Fixed: Allow copy and paste from config and encryption screen on macOS</li>
|
||||||
|
<li>Fixed: <a href="https://github.com/laurent22/joplin/issues/201">#201</a>, <a href="https://github.com/laurent22/joplin/issues/216">#216</a>: Make sure only one update check can run at a time, and improved modal dialog boxes</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v1-0-63-https-github-com-laurent22-joplin-releases-tag-v1-0-63-2018-02-14t19-40-36z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.63">v1.0.63</a> - 2018-02-14T19:40:36Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Improved the way settings are changed. Should also fixed issue with sync context being accidentally broken.</li>
|
||||||
|
<li>Improved WebDAV driver compatibility with some services (eg. Seafile)</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v1-0-62-https-github-com-laurent22-joplin-releases-tag-v1-0-62-2018-02-12t20-19-58z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.62">v1.0.62</a> - 2018-02-12T20:19:58Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/205">#205</a>: Importing Evernote notes while on import page re-imports previous import</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/209">#209</a>: Items with non-ASCII characters end up truncated on Nextcloud</li>
|
||||||
|
<li>Added Basque translation, fixed issue with handling invalid translations. Updated translation FR.</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-61-https-github-com-laurent22-joplin-releases-tag-v0-10-61-2018-02-08t18-27-39z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.61">v0.10.61</a> - 2018-02-08T18:27:39Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>New: Display message when creating new note or to-do so that it doesn't look like the previous note content got deleted.</li>
|
||||||
|
<li>New: Also support $ as delimiter for Katex expressions</li>
|
||||||
|
<li>New: Added sync config check to config screens</li>
|
||||||
|
<li>New: Allowing opening and saving resource images</li>
|
||||||
|
<li>New: Toolbar button to set tags</li>
|
||||||
|
<li>Update: Improved request repeating mechanism</li>
|
||||||
|
<li>Fix: Make sure alarms and resources are attached to right note when creating new note</li>
|
||||||
|
<li>Fix: Use mutex when saving model to avoid race conditions when decrypting and syncing at the same time</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-60-https-github-com-laurent22-joplin-releases-tag-v0-10-60-2018-02-06t13-09-56z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.60">v0.10.60</a> - 2018-02-06T13:09:56Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>New: WebDAV synchronisation target</li>
|
||||||
|
<li>New: Support for math typesetting <a href="https://khan.github.io/KaTeX/">Katex</a></li>
|
||||||
|
<li>New: Tray icon for Windows and macOS</li>
|
||||||
|
<li>Fixed: Don't allow adding notes to conflict notebook</li>
|
||||||
|
<li>Updated: Russian translation</li>
|
||||||
|
<li>Updated: French translation</li>
|
||||||
|
<li>New: List missing master keys in encryption screen</li>
|
||||||
|
<li>Fixed: Attaching images in Linux was no longer working</li>
|
||||||
|
<li>Fixed crash in macOS</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-54-https-github-com-laurent22-joplin-releases-tag-v0-10-54-2018-01-31t20-21-30z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.54">v0.10.54</a> - 2018-01-31T20:21:30Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Optimised Nextcloud functionality so that it is faster and consumes less resources</li>
|
||||||
|
<li>Fixed Nextcloud sync issue when processing many items.</li>
|
||||||
|
<li>Fixed: Handle case where file is left half-uploaded on Nextcloud instance (possibly an ocloud.de issue only)</li>
|
||||||
|
<li>Fixed: Allow decryption of other items to continue even if an item cannot be decrypted</li>
|
||||||
|
<li>Add Content-Size header for WebDAV, which is required by some services</li>
|
||||||
|
<li>Fixed auto-title when title is manually entered first</li>
|
||||||
|
<li>Improved auto-update process to avoid random crashes</li>
|
||||||
|
<li>New: Allow focusing either title or body when creating a new note or to-do</li>
|
||||||
|
<li>Fixed crash when having invalid UTF-8 string in text editor</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-52-https-github-com-laurent22-joplin-releases-tag-v0-10-52-2018-01-31t19-25-18z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.52">v0.10.52</a> - 2018-01-31T19:25:18Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Optimised Nextcloud functionality so that it is faster and consumes less resources</li>
|
||||||
|
<li>Fixed Nextcloud sync issue when processing many items.</li>
|
||||||
|
<li>Fixed: Handle case where file is left half-uploaded on Nextcloud instance (possibly an ocloud.de issue only)</li>
|
||||||
|
<li>Fixed: Allow decryption of other items to continue even if an item cannot be decrypted</li>
|
||||||
|
<li>Add Content-Size header for WebDAV, which is required by some services</li>
|
||||||
|
<li>Fixed auto-title when title is manually entered first</li>
|
||||||
|
<li>Improved auto-update process to avoid random crashes</li>
|
||||||
|
<li>New: Allow focusing either title or body when creating a new note or to-do</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-51-https-github-com-laurent22-joplin-releases-tag-v0-10-51-2018-01-28t18-47-02z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.51">v0.10.51</a> - 2018-01-28T18:47:02Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Added Nextcloud support (Beta)</li>
|
||||||
|
<li>Upgraded Electron to 1.7.11 to fix security vulnerability</li>
|
||||||
|
<li>Fixed checkbox issue in config screen</li>
|
||||||
|
<li>Fixed detection of encrypted item</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-48-https-github-com-laurent22-joplin-releases-tag-v0-10-48-2018-01-23t11-19-51z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.48">v0.10.48</a> - 2018-01-23T11:19:51Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Improved and optimised file system sync target when many items are present.</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/155">#155</a>: Caret alignment issue with Russian text</li>
|
||||||
|
<li>Dutch translation (Thanks @tcassaert)</li>
|
||||||
|
<li>Removed certain log statements so that sensitive info doesn't end up in logs</li>
|
||||||
|
<li>Fix: Handle case where resource blob is missing during sync</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-47-https-github-com-laurent22-joplin-releases-tag-v0-10-47-2018-01-16t17-27-17z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.47">v0.10.47</a> - 2018-01-16T17:27:17Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Improved the way new note are created, and automatically add a title. Made saving and loading notes more reliable.</li>
|
||||||
|
<li>Fix: race condition when a note is being uploaded while it's being modified in the text editor</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/129">#129</a>: Tags are case insensitive</li>
|
||||||
|
<li>Schedule sync only after 30 seconds</li>
|
||||||
|
<li>Schedule sync after enabling or disabling encryption</li>
|
||||||
|
<li>Display sync items being fetched</li>
|
||||||
|
<li>Fixed logic of what note is used when right-clicking one or more notes</li>
|
||||||
|
<li>Fix: Don't scroll back to top when note is reloaded via sync</li>
|
||||||
|
<li>Display URL for links</li>
|
||||||
|
<li>Fix: Move prompt to top to avoid issue with date picker being hidden</li>
|
||||||
|
<li>Fixed table font size and family</li>
|
||||||
|
<li>Fixed logic to save, and make sure scheduled save always happen even when changing note</li>
|
||||||
|
<li>Fixed OneDrive sync when resync is requested</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/85">#85</a>: Don't record deleted_items entries for folders deleted via sync</li>
|
||||||
|
<li>Updated translations</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-43-https-github-com-laurent22-joplin-releases-tag-v0-10-43-2018-01-08t10-12-10z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.43">v0.10.43</a> - 2018-01-08T10:12:10Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed saving and loading of settings, which could affect synchronisation</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-41-https-github-com-laurent22-joplin-releases-tag-v0-10-41-2018-01-05t20-38-12z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.41">v0.10.41</a> - 2018-01-05T20:38:12Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Added End-To-End Encryption support (E2EE)</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-40-https-github-com-laurent22-joplin-releases-tag-v0-10-40-2018-01-02t23-16-57z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.40">v0.10.40</a> - 2018-01-02T23:16:57Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed undo in text editor</li>
|
||||||
|
<li>Updated German translation</li>
|
||||||
|
<li>Added Russian, Japanese and Chinese translations</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-39-https-github-com-laurent22-joplin-releases-tag-v0-10-39-2017-12-11t21-19-44z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.39">v0.10.39</a> - 2017-12-11T21:19:44Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/55">#55</a>: Added support for HTML tags found in ENEX files: colgroup, col, ins, kbd, address, caption, var, area, map</li>
|
||||||
|
<li>Resolve <a href="https://github.com/laurent22/joplin/issues/7">#7</a>: Show storage location in Options screen</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/84">#84</a>: Fields losing focus in Config screen</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/86">#86</a>: App icon missing on Linux</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/87">#87</a>: Show warningn when deleting notebook that contains notes.</li>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/3">#3</a>: Paths with '.' would cause JSX compilation to fail</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-38-https-github-com-laurent22-joplin-releases-tag-v0-10-38-2017-12-08t10-12-06z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.38">v0.10.38</a> - 2017-12-08T10:12:06Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Dialog to export sync status</li>
|
||||||
|
<li>Enabled support for filesystem sync</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-37-https-github-com-laurent22-joplin-releases-tag-v0-10-37-2017-12-07t19-38-05z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.37">v0.10.37</a> - 2017-12-07T19:38:05Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Better handling of items that cannot be synchronised (for example, if they exceed the max file size supported by the target)</li>
|
||||||
|
<li>Added Synchronisation Status screen</li>
|
||||||
|
<li>Improved Enex support:<ul>
|
||||||
|
<li>Better handling of notes containing entire web pages (such as when imported via Web Clipper)</li>
|
||||||
|
<li>Support for <code><img></code> tags</li>
|
||||||
|
<li>Support for various other tags</li>
|
||||||
|
<li>Improved importing web pages that contain tables within tables. In which case the outer tables (which are usually the website layout) are rendered as regular text block and only the inner tables are actually rendered as tables.<ul>
|
||||||
|
<li>Fixed many other minor warnings and errors</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Allow setting installation directory in Windows</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-36-https-github-com-laurent22-joplin-releases-tag-v0-10-36-2017-12-05t09-34-40z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.36">v0.10.36</a> - 2017-12-05T09:34:40Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>All: Improved synchronisation when sync target has unreliable timestamps</li>
|
||||||
|
<li>All: Fixed display issue - when items were modified during sync it could result in blank rows being displayed in note lists.</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-35-https-github-com-laurent22-joplin-releases-tag-v0-10-35-2017-12-02t15-56-08z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.35">v0.10.35</a> - 2017-12-02T15:56:08Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>All: Fixed sync issue and database migration issue</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-34-https-github-com-laurent22-joplin-releases-tag-v0-10-34-2017-12-02t14-50-28z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.34">v0.10.34</a> - 2017-12-02T14:50:28Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>All: fixed database creation error</li>
|
||||||
|
<li>All: Improved Evernote import for blockquotes and sup tags</li>
|
||||||
|
<li>CLI: Fixed crash when inputting command without closed quote</li>
|
||||||
|
<li>CLI: Allow Backspace key to delete items on macOS</li>
|
||||||
|
<li>Electron: Fixed header font sizes</li>
|
||||||
|
<li>Electron: Fix <a href="https://github.com/laurent22/joplin/issues/33">#33</a>: Allow copy and paste in OneDrive login</li>
|
||||||
|
<li>Electron: Fixes <a href="https://github.com/laurent22/joplin/issues/32">#32</a>: Error when manually input alarm date</li>
|
||||||
|
<li>Electron: Allow attaching multiple files</li>
|
||||||
|
<li>All: Allow attaching files of unknown mime type</li>
|
||||||
|
<li>All: Added error for OneDrive for Business</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-33-https-github-com-laurent22-joplin-releases-tag-v0-10-33-2017-12-02t13-20-39z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.33">v0.10.33</a> - 2017-12-02T13:20:39Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Improved Evernote import for blockquotes and sup tags</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-31-https-github-com-laurent22-joplin-releases-tag-v0-10-31-2017-12-01t09-56-44z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.31">v0.10.31</a> - 2017-12-01T09:56:44Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/22">#22</a> - keyboard cursor jumps while typing.</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-30-https-github-com-laurent22-joplin-releases-tag-v0-10-30-2017-11-30t20-28-16z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.30">v0.10.30</a> - 2017-11-30T20:28:16Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Added Spanish locale (thank you Erick Rodríguez Ponce)</li>
|
||||||
|
<li>Fixed copy/cut/paste issue in macOS</li>
|
||||||
|
<li>Fixed checkbox issue in Option screen.</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-28-https-github-com-laurent22-joplin-releases-tag-v0-10-28-2017-11-30t01-07-46z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.28">v0.10.28</a> - 2017-11-30T01:07:46Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Added toolbar to set alarms and attach files</li>
|
||||||
|
<li>Fixed Evernote import of certain images</li>
|
||||||
|
<li>Fixed note update issue</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-26-https-github-com-laurent22-joplin-releases-tag-v0-10-26-2017-11-29t16-02-17z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.26">v0.10.26</a> - 2017-11-29T16:02:17Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Added support for alarms (notifications)</li>
|
||||||
|
<li>Fixed scrolling issue for long notes</li>
|
||||||
|
<li>Improved OneDrive login and possibly fixed rare error</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-25-https-github-com-laurent22-joplin-releases-tag-v0-10-25-2017-11-24t14-27-49z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.25">v0.10.25</a> - 2017-11-24T14:27:49Z</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Allow multi-selection on note lists</li>
|
||||||
|
<li>Allow drag and drop of notes</li>
|
||||||
|
<li>Hide invalid characters (non-breaking spaces) in editor</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="-v0-10-23-https-github-com-laurent22-joplin-releases-tag-v0-10-23-2017-11-21t19-38-41z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.23">v0.10.23</a> - 2017-11-21T19:38:41Z</h2>
|
||||||
|
<h2 id="-v0-10-22-https-github-com-laurent22-joplin-releases-tag-v0-10-22-2017-11-20t21-45-57z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.22">v0.10.22</a> - 2017-11-20T21:45:57Z</h2>
|
||||||
|
<h2 id="-v0-10-21-https-github-com-laurent22-joplin-releases-tag-v0-10-21-2017-11-18t00-53-15z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.21">v0.10.21</a> - 2017-11-18T00:53:15Z</h2>
|
||||||
|
<h2 id="-v0-10-20-https-github-com-laurent22-joplin-releases-tag-v0-10-20-2017-11-17t17-18-25z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.20">v0.10.20</a> - 2017-11-17T17:18:25Z</h2>
|
||||||
|
<h2 id="-v0-10-19-https-github-com-laurent22-joplin-releases-tag-v0-10-19-2017-11-20t18-59-48z"><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.19">v0.10.19</a> - 2017-11-20T18:59:48Z</h2>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function stickyHeader() {
|
function stickyHeader() {
|
||||||
|
@ -261,23 +261,23 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Total Windows downloads</td>
|
<td>Total Windows downloads</td>
|
||||||
<td>110998</td>
|
<td>147,401</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Total macOs downloads</td>
|
<td>Total macOs downloads</td>
|
||||||
<td>38680</td>
|
<td>75,444</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Total Linux downloads</td>
|
<td>Total Linux downloads</td>
|
||||||
<td>36988</td>
|
<td>56,535</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Windows %</td>
|
<td>Windows %</td>
|
||||||
<td>59%</td>
|
<td>53%</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>macOS %</td>
|
<td>macOS %</td>
|
||||||
<td>21%</td>
|
<td>27%</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Linux %</td>
|
<td>Linux %</td>
|
||||||
@ -300,186 +300,194 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.120">v1.0.120</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.120">v1.0.120</a></td>
|
||||||
<td>2019-01-10T21:42:53Z</td>
|
<td>2019-01-10T21:42:53Z</td>
|
||||||
<td>1</td>
|
<td>1,526</td>
|
||||||
<td></td>
|
<td>575</td>
|
||||||
<td></td>
|
<td>267</td>
|
||||||
<td>1 </td>
|
<td>2,368</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.119">v1.0.119</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.119">v1.0.119</a></td>
|
||||||
<td>2018-12-18T12:40:22Z</td>
|
<td>2018-12-18T12:40:22Z</td>
|
||||||
<td>8714</td>
|
<td>8,736</td>
|
||||||
<td>3176</td>
|
<td>3,188</td>
|
||||||
<td>1969</td>
|
<td>1,979</td>
|
||||||
<td>13859</td>
|
<td>13,903</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.118">v1.0.118</a></td>
|
||||||
|
<td>2019-01-11T08:34:13Z</td>
|
||||||
|
<td>33</td>
|
||||||
|
<td>210</td>
|
||||||
|
<td>73</td>
|
||||||
|
<td>316</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.117">v1.0.117</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.117">v1.0.117</a></td>
|
||||||
<td>2018-11-24T12:05:24Z</td>
|
<td>2018-11-24T12:05:24Z</td>
|
||||||
<td>16169</td>
|
<td>16,186</td>
|
||||||
<td>4831</td>
|
<td>4,836</td>
|
||||||
<td>6334</td>
|
<td>6,337</td>
|
||||||
<td>27334</td>
|
<td>27,359</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.116">v1.0.116</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.116">v1.0.116</a></td>
|
||||||
<td>2018-11-20T19:09:24Z</td>
|
<td>2018-11-20T19:09:24Z</td>
|
||||||
<td>3452</td>
|
<td>3,454</td>
|
||||||
<td>1084</td>
|
<td>1,085</td>
|
||||||
<td>703</td>
|
<td>703</td>
|
||||||
<td>5239</td>
|
<td>5,242</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.115">v1.0.115</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.115">v1.0.115</a></td>
|
||||||
<td>2018-11-16T16:52:02Z</td>
|
<td>2018-11-16T16:52:02Z</td>
|
||||||
<td>3622</td>
|
<td>3,622</td>
|
||||||
<td>1273</td>
|
<td>1,273</td>
|
||||||
<td>779</td>
|
<td>779</td>
|
||||||
<td>5674</td>
|
<td>5,674</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.114">v1.0.114</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.114">v1.0.114</a></td>
|
||||||
<td>2018-10-24T20:14:10Z</td>
|
<td>2018-10-24T20:14:10Z</td>
|
||||||
<td>11358</td>
|
<td>11,359</td>
|
||||||
<td>3472</td>
|
<td>3,472</td>
|
||||||
<td>3820</td>
|
<td>3,820</td>
|
||||||
<td>18650</td>
|
<td>18,651</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.111">v1.0.111</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.111">v1.0.111</a></td>
|
||||||
<td>2018-09-30T20:15:09Z</td>
|
<td>2018-09-30T20:15:09Z</td>
|
||||||
<td>11849</td>
|
<td>11,851</td>
|
||||||
<td>3114</td>
|
<td>3,114</td>
|
||||||
<td>3643</td>
|
<td>3,643</td>
|
||||||
<td>18606</td>
|
<td>18,608</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.110">v1.0.110</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.110">v1.0.110</a></td>
|
||||||
<td>2018-09-29T12:29:21Z</td>
|
<td>2018-09-29T12:29:21Z</td>
|
||||||
<td>922</td>
|
<td>923</td>
|
||||||
<td>374</td>
|
<td>374</td>
|
||||||
<td>102</td>
|
<td>102</td>
|
||||||
<td>1398</td>
|
<td>1,399</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.109">v1.0.109</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.109">v1.0.109</a></td>
|
||||||
<td>2018-09-27T18:01:41Z</td>
|
<td>2018-09-27T18:01:41Z</td>
|
||||||
<td>2072</td>
|
<td>2,072</td>
|
||||||
<td>676</td>
|
<td>676</td>
|
||||||
<td>309</td>
|
<td>309</td>
|
||||||
<td>3057</td>
|
<td>3,057</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.108">v1.0.108</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.108">v1.0.108</a></td>
|
||||||
<td>2018-09-29T18:49:29Z</td>
|
<td>2018-09-29T18:49:29Z</td>
|
||||||
<td>11</td>
|
<td>11</td>
|
||||||
<td>3</td>
|
<td>4</td>
|
||||||
<td>3</td>
|
<td>4</td>
|
||||||
<td>17 </td>
|
<td>19 </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.107">v1.0.107</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.107">v1.0.107</a></td>
|
||||||
<td>2018-09-16T19:51:07Z</td>
|
<td>2018-09-16T19:51:07Z</td>
|
||||||
<td>7121</td>
|
<td>7,121</td>
|
||||||
<td>2112</td>
|
<td>2,113</td>
|
||||||
<td>1696</td>
|
<td>1,696</td>
|
||||||
<td>10929</td>
|
<td>10,930</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.106">v1.0.106</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.106">v1.0.106</a></td>
|
||||||
<td>2018-09-08T15:23:40Z</td>
|
<td>2018-09-08T15:23:40Z</td>
|
||||||
<td>4525</td>
|
<td>4,525</td>
|
||||||
<td>1440</td>
|
<td>1,440</td>
|
||||||
<td>306</td>
|
<td>306</td>
|
||||||
<td>6271</td>
|
<td>6,271</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.105">v1.0.105</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.105">v1.0.105</a></td>
|
||||||
<td>2018-09-05T11:29:36Z</td>
|
<td>2018-09-05T11:29:36Z</td>
|
||||||
<td>4585</td>
|
<td>4,585</td>
|
||||||
<td>1554</td>
|
<td>1,554</td>
|
||||||
<td>1440</td>
|
<td>1,440</td>
|
||||||
<td>7579</td>
|
<td>7,579</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.104">v1.0.104</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.104">v1.0.104</a></td>
|
||||||
<td>2018-06-28T20:25:36Z</td>
|
<td>2018-06-28T20:25:36Z</td>
|
||||||
<td>14974</td>
|
<td>14,977</td>
|
||||||
<td>4654</td>
|
<td>4,654</td>
|
||||||
<td>6965</td>
|
<td>6,966</td>
|
||||||
<td>26593</td>
|
<td>26,597</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.103">v1.0.103</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.103">v1.0.103</a></td>
|
||||||
<td>2018-06-21T19:38:13Z</td>
|
<td>2018-06-21T19:38:13Z</td>
|
||||||
<td>2005</td>
|
<td>2,005</td>
|
||||||
<td>857</td>
|
<td>857</td>
|
||||||
<td>667</td>
|
<td>667</td>
|
||||||
<td>3529</td>
|
<td>3,529</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.101">v1.0.101</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.101">v1.0.101</a></td>
|
||||||
<td>2018-06-17T18:35:11Z</td>
|
<td>2018-06-17T18:35:11Z</td>
|
||||||
<td>1289</td>
|
<td>1,289</td>
|
||||||
<td>581</td>
|
<td>581</td>
|
||||||
<td>401</td>
|
<td>401</td>
|
||||||
<td>2271</td>
|
<td>2,271</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.100">v1.0.100</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.100">v1.0.100</a></td>
|
||||||
<td>2018-06-14T17:41:43Z</td>
|
<td>2018-06-14T17:41:43Z</td>
|
||||||
<td>855</td>
|
<td>856</td>
|
||||||
<td>409</td>
|
<td>410</td>
|
||||||
<td>228</td>
|
<td>228</td>
|
||||||
<td>1492</td>
|
<td>1,494</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.99">v1.0.99</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.99">v1.0.99</a></td>
|
||||||
<td>2018-06-10T13:18:23Z</td>
|
<td>2018-06-10T13:18:23Z</td>
|
||||||
<td>1235</td>
|
<td>1,235</td>
|
||||||
<td>580</td>
|
<td>580</td>
|
||||||
<td>372</td>
|
<td>372</td>
|
||||||
<td>2187</td>
|
<td>2,187</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.97">v1.0.97</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.97">v1.0.97</a></td>
|
||||||
<td>2018-06-09T19:23:34Z</td>
|
<td>2018-06-09T19:23:34Z</td>
|
||||||
<td>295</td>
|
<td>296</td>
|
||||||
<td>136</td>
|
<td>136</td>
|
||||||
<td>54</td>
|
<td>54</td>
|
||||||
<td>485</td>
|
<td>486</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.96">v1.0.96</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.96">v1.0.96</a></td>
|
||||||
<td>2018-05-26T16:36:39Z</td>
|
<td>2018-05-26T16:36:39Z</td>
|
||||||
<td>2685</td>
|
<td>2,685</td>
|
||||||
<td>1198</td>
|
<td>1,198</td>
|
||||||
<td>1191</td>
|
<td>1,194</td>
|
||||||
<td>5074</td>
|
<td>5,077</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.95">v1.0.95</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.95">v1.0.95</a></td>
|
||||||
<td>2018-05-25T13:04:30Z</td>
|
<td>2018-05-25T13:04:30Z</td>
|
||||||
<td>387</td>
|
<td>387</td>
|
||||||
<td>189</td>
|
<td>190</td>
|
||||||
<td>87</td>
|
<td>87</td>
|
||||||
<td>663</td>
|
<td>664</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.94">v1.0.94</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.94">v1.0.94</a></td>
|
||||||
<td>2018-05-21T20:52:59Z</td>
|
<td>2018-05-21T20:52:59Z</td>
|
||||||
<td>1099</td>
|
<td>1,099</td>
|
||||||
<td>557</td>
|
<td>557</td>
|
||||||
<td>361</td>
|
<td>361</td>
|
||||||
<td>2017</td>
|
<td>2,017</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.93">v1.0.93</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.93">v1.0.93</a></td>
|
||||||
<td>2018-05-14T11:36:01Z</td>
|
<td>2018-05-14T11:36:01Z</td>
|
||||||
<td>1768</td>
|
<td>1,769</td>
|
||||||
<td>886</td>
|
<td>886</td>
|
||||||
<td>742</td>
|
<td>742</td>
|
||||||
<td>3396</td>
|
<td>3,397</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.91">v1.0.91</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.91">v1.0.91</a></td>
|
||||||
@ -487,31 +495,31 @@
|
|||||||
<td>814</td>
|
<td>814</td>
|
||||||
<td>535</td>
|
<td>535</td>
|
||||||
<td>290</td>
|
<td>290</td>
|
||||||
<td>1639</td>
|
<td>1,639</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.89">v1.0.89</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.89">v1.0.89</a></td>
|
||||||
<td>2018-05-09T13:05:05Z</td>
|
<td>2018-05-09T13:05:05Z</td>
|
||||||
<td>475</td>
|
<td>476</td>
|
||||||
<td>211</td>
|
<td>212</td>
|
||||||
<td>97</td>
|
<td>97</td>
|
||||||
<td>783</td>
|
<td>785</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.85">v1.0.85</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.85">v1.0.85</a></td>
|
||||||
<td>2018-05-01T21:08:24Z</td>
|
<td>2018-05-01T21:08:24Z</td>
|
||||||
<td>1640</td>
|
<td>1,641</td>
|
||||||
<td>933</td>
|
<td>934</td>
|
||||||
<td>613</td>
|
<td>613</td>
|
||||||
<td>3186</td>
|
<td>3,188</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.83">v1.0.83</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.83">v1.0.83</a></td>
|
||||||
<td>2018-04-04T19:43:58Z</td>
|
<td>2018-04-04T19:43:58Z</td>
|
||||||
<td>4489</td>
|
<td>4,489</td>
|
||||||
<td>2387</td>
|
<td>2,388</td>
|
||||||
<td>2627</td>
|
<td>2,627</td>
|
||||||
<td>9503</td>
|
<td>9,504</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.82">v1.0.82</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.82">v1.0.82</a></td>
|
||||||
@ -519,7 +527,7 @@
|
|||||||
<td>684</td>
|
<td>684</td>
|
||||||
<td>383</td>
|
<td>383</td>
|
||||||
<td>93</td>
|
<td>93</td>
|
||||||
<td>1160</td>
|
<td>1,160</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.81">v1.0.81</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.81">v1.0.81</a></td>
|
||||||
@ -527,7 +535,7 @@
|
|||||||
<td>984</td>
|
<td>984</td>
|
||||||
<td>566</td>
|
<td>566</td>
|
||||||
<td>743</td>
|
<td>743</td>
|
||||||
<td>2293</td>
|
<td>2,293</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.79">v1.0.79</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.79">v1.0.79</a></td>
|
||||||
@ -535,7 +543,303 @@
|
|||||||
<td>919</td>
|
<td>919</td>
|
||||||
<td>509</td>
|
<td>509</td>
|
||||||
<td>353</td>
|
<td>353</td>
|
||||||
<td>1781</td>
|
<td>1,781</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.78">v1.0.78</a></td>
|
||||||
|
<td>2018-03-17T15:27:18Z</td>
|
||||||
|
<td>1,302</td>
|
||||||
|
<td>838</td>
|
||||||
|
<td>842</td>
|
||||||
|
<td>2,982</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.77">v1.0.77</a></td>
|
||||||
|
<td>2018-03-16T15:12:35Z</td>
|
||||||
|
<td>165</td>
|
||||||
|
<td>87</td>
|
||||||
|
<td>25</td>
|
||||||
|
<td>277</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.72">v1.0.72</a></td>
|
||||||
|
<td>2018-03-14T09:44:35Z</td>
|
||||||
|
<td>396</td>
|
||||||
|
<td>232</td>
|
||||||
|
<td>32</td>
|
||||||
|
<td>660</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.70">v1.0.70</a></td>
|
||||||
|
<td>2018-02-28T20:04:30Z</td>
|
||||||
|
<td>1,844</td>
|
||||||
|
<td>1,022</td>
|
||||||
|
<td>1,221</td>
|
||||||
|
<td>4,087</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.67">v1.0.67</a></td>
|
||||||
|
<td>2018-02-19T22:51:08Z</td>
|
||||||
|
<td>1,805</td>
|
||||||
|
<td>579</td>
|
||||||
|
<td>0</td>
|
||||||
|
<td>2,384</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.66">v1.0.66</a></td>
|
||||||
|
<td>2018-02-18T23:09:09Z</td>
|
||||||
|
<td>314</td>
|
||||||
|
<td>107</td>
|
||||||
|
<td>72</td>
|
||||||
|
<td>493</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.65">v1.0.65</a></td>
|
||||||
|
<td>2018-02-17T20:02:25Z</td>
|
||||||
|
<td>185</td>
|
||||||
|
<td>104</td>
|
||||||
|
<td>115</td>
|
||||||
|
<td>404</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.64">v1.0.64</a></td>
|
||||||
|
<td>2018-02-16T00:58:20Z</td>
|
||||||
|
<td>1,074</td>
|
||||||
|
<td>529</td>
|
||||||
|
<td>1,116</td>
|
||||||
|
<td>2,719</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.63">v1.0.63</a></td>
|
||||||
|
<td>2018-02-14T19:40:36Z</td>
|
||||||
|
<td>291</td>
|
||||||
|
<td>143</td>
|
||||||
|
<td>83</td>
|
||||||
|
<td>517</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.62">v1.0.62</a></td>
|
||||||
|
<td>2018-02-12T20:19:58Z</td>
|
||||||
|
<td>547</td>
|
||||||
|
<td>274</td>
|
||||||
|
<td>346</td>
|
||||||
|
<td>1,167</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.61">v0.10.61</a></td>
|
||||||
|
<td>2018-02-08T18:27:39Z</td>
|
||||||
|
<td>962</td>
|
||||||
|
<td>603</td>
|
||||||
|
<td>942</td>
|
||||||
|
<td>2,507</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.60">v0.10.60</a></td>
|
||||||
|
<td>2018-02-06T13:09:56Z</td>
|
||||||
|
<td>711</td>
|
||||||
|
<td>495</td>
|
||||||
|
<td>539</td>
|
||||||
|
<td>1,745</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.54">v0.10.54</a></td>
|
||||||
|
<td>2018-01-31T20:21:30Z</td>
|
||||||
|
<td>1,811</td>
|
||||||
|
<td>1,426</td>
|
||||||
|
<td>306</td>
|
||||||
|
<td>3,543</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.52">v0.10.52</a></td>
|
||||||
|
<td>2018-01-31T19:25:18Z</td>
|
||||||
|
<td>37</td>
|
||||||
|
<td>604</td>
|
||||||
|
<td>6</td>
|
||||||
|
<td>647</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.51">v0.10.51</a></td>
|
||||||
|
<td>2018-01-28T18:47:02Z</td>
|
||||||
|
<td>1,316</td>
|
||||||
|
<td>1,568</td>
|
||||||
|
<td>318</td>
|
||||||
|
<td>3,202</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.48">v0.10.48</a></td>
|
||||||
|
<td>2018-01-23T11:19:51Z</td>
|
||||||
|
<td>1,956</td>
|
||||||
|
<td>1,717</td>
|
||||||
|
<td>16</td>
|
||||||
|
<td>3,689</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.47">v0.10.47</a></td>
|
||||||
|
<td>2018-01-16T17:27:17Z</td>
|
||||||
|
<td>1,216</td>
|
||||||
|
<td>1,236</td>
|
||||||
|
<td>59</td>
|
||||||
|
<td>2,511</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.43">v0.10.43</a></td>
|
||||||
|
<td>2018-01-08T10:12:10Z</td>
|
||||||
|
<td>3,427</td>
|
||||||
|
<td>2,312</td>
|
||||||
|
<td>1,195</td>
|
||||||
|
<td>6,934</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.41">v0.10.41</a></td>
|
||||||
|
<td>2018-01-05T20:38:12Z</td>
|
||||||
|
<td>1,029</td>
|
||||||
|
<td>1,513</td>
|
||||||
|
<td>226</td>
|
||||||
|
<td>2,768</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.40">v0.10.40</a></td>
|
||||||
|
<td>2018-01-02T23:16:57Z</td>
|
||||||
|
<td>1,586</td>
|
||||||
|
<td>1,736</td>
|
||||||
|
<td>324</td>
|
||||||
|
<td>3,646</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.39">v0.10.39</a></td>
|
||||||
|
<td>2017-12-11T21:19:44Z</td>
|
||||||
|
<td>5,370</td>
|
||||||
|
<td>3,863</td>
|
||||||
|
<td>2,772</td>
|
||||||
|
<td>12,005</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.38">v0.10.38</a></td>
|
||||||
|
<td>2017-12-08T10:12:06Z</td>
|
||||||
|
<td>1,041</td>
|
||||||
|
<td>1,201</td>
|
||||||
|
<td>299</td>
|
||||||
|
<td>2,541</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.37">v0.10.37</a></td>
|
||||||
|
<td>2017-12-07T19:38:05Z</td>
|
||||||
|
<td>256</td>
|
||||||
|
<td>817</td>
|
||||||
|
<td>74</td>
|
||||||
|
<td>1,147</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.36">v0.10.36</a></td>
|
||||||
|
<td>2017-12-05T09:34:40Z</td>
|
||||||
|
<td>1,008</td>
|
||||||
|
<td>1,328</td>
|
||||||
|
<td>428</td>
|
||||||
|
<td>2,764</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.35">v0.10.35</a></td>
|
||||||
|
<td>2017-12-02T15:56:08Z</td>
|
||||||
|
<td>1,570</td>
|
||||||
|
<td>1,520</td>
|
||||||
|
<td>739</td>
|
||||||
|
<td>3,829</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.34">v0.10.34</a></td>
|
||||||
|
<td>2017-12-02T14:50:28Z</td>
|
||||||
|
<td>80</td>
|
||||||
|
<td>640</td>
|
||||||
|
<td>53</td>
|
||||||
|
<td>773</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.33">v0.10.33</a></td>
|
||||||
|
<td>2017-12-02T13:20:39Z</td>
|
||||||
|
<td>52</td>
|
||||||
|
<td>629</td>
|
||||||
|
<td>13</td>
|
||||||
|
<td>694</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.31">v0.10.31</a></td>
|
||||||
|
<td>2017-12-01T09:56:44Z</td>
|
||||||
|
<td>884</td>
|
||||||
|
<td>1,424</td>
|
||||||
|
<td>400</td>
|
||||||
|
<td>2,708</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.30">v0.10.30</a></td>
|
||||||
|
<td>2017-11-30T20:28:16Z</td>
|
||||||
|
<td>711</td>
|
||||||
|
<td>1,340</td>
|
||||||
|
<td>410</td>
|
||||||
|
<td>2,461</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.28">v0.10.28</a></td>
|
||||||
|
<td>2017-11-30T01:07:46Z</td>
|
||||||
|
<td>1,261</td>
|
||||||
|
<td>1,670</td>
|
||||||
|
<td>864</td>
|
||||||
|
<td>3,795</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.26">v0.10.26</a></td>
|
||||||
|
<td>2017-11-29T16:02:17Z</td>
|
||||||
|
<td>180</td>
|
||||||
|
<td>673</td>
|
||||||
|
<td>255</td>
|
||||||
|
<td>1,108</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.25">v0.10.25</a></td>
|
||||||
|
<td>2017-11-24T14:27:49Z</td>
|
||||||
|
<td>136</td>
|
||||||
|
<td>664</td>
|
||||||
|
<td>5,047</td>
|
||||||
|
<td>5,847</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.23">v0.10.23</a></td>
|
||||||
|
<td>2017-11-21T19:38:41Z</td>
|
||||||
|
<td>124</td>
|
||||||
|
<td>616</td>
|
||||||
|
<td>20</td>
|
||||||
|
<td>760</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.22">v0.10.22</a></td>
|
||||||
|
<td>2017-11-20T21:45:57Z</td>
|
||||||
|
<td>76</td>
|
||||||
|
<td>615</td>
|
||||||
|
<td>11</td>
|
||||||
|
<td>702</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.21">v0.10.21</a></td>
|
||||||
|
<td>2017-11-18T00:53:15Z</td>
|
||||||
|
<td>44</td>
|
||||||
|
<td>607</td>
|
||||||
|
<td>4</td>
|
||||||
|
<td>655</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.20">v0.10.20</a></td>
|
||||||
|
<td>2017-11-17T17:18:25Z</td>
|
||||||
|
<td>23</td>
|
||||||
|
<td>616</td>
|
||||||
|
<td>14</td>
|
||||||
|
<td>653</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.19">v0.10.19</a></td>
|
||||||
|
<td>2017-11-20T18:59:48Z</td>
|
||||||
|
<td>2</td>
|
||||||
|
<td>606</td>
|
||||||
|
<td>3</td>
|
||||||
|
<td>611</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -25,6 +25,20 @@ Important: This release might be slow on startup due to the need to index all th
|
|||||||
- Fixes [#1039](https://github.com/laurent22/joplin/issues/1039): Always print or export to PDF using light theme
|
- Fixes [#1039](https://github.com/laurent22/joplin/issues/1039): Always print or export to PDF using light theme
|
||||||
- Fixes [#1033](https://github.com/laurent22/joplin/issues/1033): Handle hard break when rendering Markdown to HTML
|
- Fixes [#1033](https://github.com/laurent22/joplin/issues/1033): Handle hard break when rendering Markdown to HTML
|
||||||
|
|
||||||
|
## [v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) - 2019-01-11T08:34:13Z
|
||||||
|
|
||||||
|
Important: This release might be slow on startup due to the need to index all the notes, especially if you have many of them with lots of content. The best is simply to wait for it even if it takes several minutes. This is just a one off and afterwards startup time will be the same as before.
|
||||||
|
|
||||||
|
- New: Fast full text search engine. Works with multiple terms, support for prefixes, can restrict search to either note title or body. See https://joplin.cozic.net/#searching for more info.
|
||||||
|
- New: Search within current note (Ctrl+F).
|
||||||
|
- New: Add separate editor font size option ([#1027](https://github.com/laurent22/joplin/issues/1027))
|
||||||
|
- Changed: Changed global search shortcut to F6.
|
||||||
|
- Fixes [#808](https://github.com/laurent22/joplin/issues/808) (maybe): Added fix for Nginx 404 error issue.
|
||||||
|
- Fixed: Prevent sync infinite loop under some rare conditions (only happens when manually modifying files on sync target, which should not be done anyway).
|
||||||
|
- Fixes [#476](https://github.com/laurent22/joplin/issues/476) (maybe): Trying to fix notification flood. Added more log statements in case something goes wrong.
|
||||||
|
- Fixes [#1039](https://github.com/laurent22/joplin/issues/1039): Always print or export to PDF using light theme
|
||||||
|
- Fixes [#1033](https://github.com/laurent22/joplin/issues/1033): Handle hard break when rendering Markdown to HTML
|
||||||
|
|
||||||
## [v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) - 2018-11-24T12:05:24Z
|
## [v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) - 2018-11-24T12:05:24Z
|
||||||
|
|
||||||
- New: Resolves [#996](https://github.com/laurent22/joplin/issues/996): Allow editing multiple notes in external editor
|
- New: Resolves [#996](https://github.com/laurent22/joplin/issues/996): Allow editing multiple notes in external editor
|
||||||
@ -289,4 +303,278 @@ Note: This is the same as v84 but with the note creation bug fixed.
|
|||||||
- New: Danish translation
|
- New: Danish translation
|
||||||
- Improved: Fixes [#318](https://github.com/laurent22/joplin/issues/318), Fixes [#317](https://github.com/laurent22/joplin/issues/317): ENEX: Improved handling and rendering of plain text links. Improved detection and import of resources. Improved import of tables.
|
- Improved: Fixes [#318](https://github.com/laurent22/joplin/issues/318), Fixes [#317](https://github.com/laurent22/joplin/issues/317): ENEX: Improved handling and rendering of plain text links. Improved detection and import of resources. Improved import of tables.
|
||||||
- Updated: Resolves [#307](https://github.com/laurent22/joplin/issues/307): Use blue colour for sidebar, to be consistent with mobile app and logo
|
- Updated: Resolves [#307](https://github.com/laurent22/joplin/issues/307): Use blue colour for sidebar, to be consistent with mobile app and logo
|
||||||
- Updated: Translations
|
- Updated: Translations
|
||||||
|
|
||||||
|
## [v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) - 2018-03-17T15:27:18Z
|
||||||
|
|
||||||
|
- Improved: Handle deletion of resources that are not linked to any note
|
||||||
|
|
||||||
|
## [v1.0.77](https://github.com/laurent22/joplin/releases/tag/v1.0.77) - 2018-03-16T15:12:35Z
|
||||||
|
|
||||||
|
Note: This fixes an invalid database upgrade in the previous version.
|
||||||
|
|
||||||
|
- New: Resolves [#237](https://github.com/laurent22/joplin/issues/237): Export to PDF and print option
|
||||||
|
- New: Resolves [#154](https://github.com/laurent22/joplin/issues/154): No longer used resources are automatically deleted after approximately 24h
|
||||||
|
- Improved: Resolves [#298](https://github.com/laurent22/joplin/issues/298): Removed extraneous first characters from auto-title
|
||||||
|
- Improved: Made WebDAV options dynamics so that changing username or password doesn't require restarting the app
|
||||||
|
- Fix: Fixes [#291](https://github.com/laurent22/joplin/issues/291): Crash with empty backtick
|
||||||
|
- Fix: Fixes [#292](https://github.com/laurent22/joplin/issues/292): Improved auto-update feature and fixed incorrect notifications
|
||||||
|
- Fix: Signed executables on Windows
|
||||||
|
- Updated Russian, German, Portuguese, Spanish and French translations. Many thanks to the translators!
|
||||||
|
|
||||||
|
## [v1.0.72](https://github.com/laurent22/joplin/releases/tag/v1.0.72) - 2018-03-14T09:44:35Z
|
||||||
|
|
||||||
|
- New: Allow exporting only selected notes or notebook
|
||||||
|
- New: Resolves [#266](https://github.com/laurent22/joplin/issues/266): Allow setting text editor font family
|
||||||
|
- New: Display icon next to resources and allow downloading them from Electron client
|
||||||
|
- Improved: Optimised sync when dealing with many items, in particular when using Nextcloud or WebDAV
|
||||||
|
- Improved: Display last sync error unless it's a timeout or network error
|
||||||
|
- Improved: Fixes [#268](https://github.com/laurent22/joplin/issues/268): Improve error message for invalid flags
|
||||||
|
- Fix: Fixes [#271](https://github.com/laurent22/joplin/issues/271): Sort by created time was not respected
|
||||||
|
|
||||||
|
## [v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) - 2018-02-28T20:04:30Z
|
||||||
|
|
||||||
|
- New: Resolves [#97](https://github.com/laurent22/joplin/issues/97): Export to JEX format or RAW format
|
||||||
|
- New: Import JEX and RAW format
|
||||||
|
- New: Resolves [#52](https://github.com/laurent22/joplin/issues/52): Import Markdown files or directory
|
||||||
|
- New: Allow sorting notes by various fields
|
||||||
|
- New: Resolves [#243](https://github.com/laurent22/joplin/issues/243): Added black and white tray icon for macOS
|
||||||
|
- Fix: [#247](https://github.com/laurent22/joplin/issues/247): Unreadable error messages when checking for updates
|
||||||
|
- Fix: Fixed sync interval sorting order
|
||||||
|
- Fix: [#256](https://github.com/laurent22/joplin/issues/256): Check that no other instance of Joplin is running before launching a new one
|
||||||
|
|
||||||
|
## [v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) - 2018-02-19T22:51:08Z
|
||||||
|
|
||||||
|
- Fixed: [#217](https://github.com/laurent22/joplin/issues/217): Display a message when the note has no content and only the note viewer is visible
|
||||||
|
- Fixed: [#240](https://github.com/laurent22/joplin/issues/240): Tags should be handled in a case-insensitive way
|
||||||
|
- Fixed: [#241](https://github.com/laurent22/joplin/issues/241): Ignore response for certain WebDAV calls to improve compatibility with some services.
|
||||||
|
- Updated: French and Español translation
|
||||||
|
|
||||||
|
## [v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) - 2018-02-18T23:09:09Z
|
||||||
|
|
||||||
|
- Fixed: Local items were no longer being deleted via sync.
|
||||||
|
- Improved: More debug information when WebDAV sync target does not work.
|
||||||
|
- Improved: Compatibility with some WebDAV services (Seafile in particular)
|
||||||
|
|
||||||
|
## [v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) - 2018-02-17T20:02:25Z
|
||||||
|
|
||||||
|
- New: Added several keyboard shortcuts
|
||||||
|
- New: Convert new lines in tables to BR tags, and added support for HTML tags in Markdown viewers
|
||||||
|
- Fixed: Confirmation message boxes, and release notes text
|
||||||
|
- Fixed: Issue with items not being decrypted immediately when they are created due to a sync conflict.
|
||||||
|
- Updated: Translations
|
||||||
|
|
||||||
|
## [v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) - 2018-02-16T00:58:20Z
|
||||||
|
|
||||||
|
Still more fixes and improvements to get v1 as stable as possible before adding new features.
|
||||||
|
|
||||||
|
IMPORTANT: If you use Nextcloud it is recommended to sync all your notes before installing this release (see below).
|
||||||
|
|
||||||
|
- Fixed: Nextcloud sync target ID (which was incorrectly set to WebDAV sync ID). As a result items that have been created since this bug will be re-synced with Nextcloud. This sync will not duplicate or delete any item but is necessary to preserve data integrity. IF YOU HAVE NOTES IN CONFLICT AFTER SYNC: Close the app completely and restart it to make sure all the lists are visually up-to-date. The notes in conflict most likely can be ignored - they are just duplicate of the real ones. To be safe, check the content but most likely they can simply be deleted.
|
||||||
|
- Improved: Provide Content-Length header for WebDAV for better compatibility with more servers
|
||||||
|
- Fixed: Allow copy and paste from config and encryption screen on macOS
|
||||||
|
- Fixed: [#201](https://github.com/laurent22/joplin/issues/201), [#216](https://github.com/laurent22/joplin/issues/216): Make sure only one update check can run at a time, and improved modal dialog boxes
|
||||||
|
|
||||||
|
## [v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) - 2018-02-14T19:40:36Z
|
||||||
|
|
||||||
|
- Improved the way settings are changed. Should also fixed issue with sync context being accidentally broken.
|
||||||
|
- Improved WebDAV driver compatibility with some services (eg. Seafile)
|
||||||
|
|
||||||
|
## [v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) - 2018-02-12T20:19:58Z
|
||||||
|
|
||||||
|
- Fixes [#205](https://github.com/laurent22/joplin/issues/205): Importing Evernote notes while on import page re-imports previous import
|
||||||
|
- Fixes [#209](https://github.com/laurent22/joplin/issues/209): Items with non-ASCII characters end up truncated on Nextcloud
|
||||||
|
- Added Basque translation, fixed issue with handling invalid translations. Updated translation FR.
|
||||||
|
|
||||||
|
## [v0.10.61](https://github.com/laurent22/joplin/releases/tag/v0.10.61) - 2018-02-08T18:27:39Z
|
||||||
|
|
||||||
|
- New: Display message when creating new note or to-do so that it doesn't look like the previous note content got deleted.
|
||||||
|
- New: Also support $ as delimiter for Katex expressions
|
||||||
|
- New: Added sync config check to config screens
|
||||||
|
- New: Allowing opening and saving resource images
|
||||||
|
- New: Toolbar button to set tags
|
||||||
|
- Update: Improved request repeating mechanism
|
||||||
|
- Fix: Make sure alarms and resources are attached to right note when creating new note
|
||||||
|
- Fix: Use mutex when saving model to avoid race conditions when decrypting and syncing at the same time
|
||||||
|
|
||||||
|
## [v0.10.60](https://github.com/laurent22/joplin/releases/tag/v0.10.60) - 2018-02-06T13:09:56Z
|
||||||
|
|
||||||
|
- New: WebDAV synchronisation target
|
||||||
|
- New: Support for math typesetting [Katex](https://khan.github.io/KaTeX/)
|
||||||
|
- New: Tray icon for Windows and macOS
|
||||||
|
- Fixed: Don't allow adding notes to conflict notebook
|
||||||
|
- Updated: Russian translation
|
||||||
|
- Updated: French translation
|
||||||
|
- New: List missing master keys in encryption screen
|
||||||
|
- Fixed: Attaching images in Linux was no longer working
|
||||||
|
- Fixed crash in macOS
|
||||||
|
|
||||||
|
## [v0.10.54](https://github.com/laurent22/joplin/releases/tag/v0.10.54) - 2018-01-31T20:21:30Z
|
||||||
|
|
||||||
|
- Optimised Nextcloud functionality so that it is faster and consumes less resources
|
||||||
|
- Fixed Nextcloud sync issue when processing many items.
|
||||||
|
- Fixed: Handle case where file is left half-uploaded on Nextcloud instance (possibly an ocloud.de issue only)
|
||||||
|
- Fixed: Allow decryption of other items to continue even if an item cannot be decrypted
|
||||||
|
- Add Content-Size header for WebDAV, which is required by some services
|
||||||
|
- Fixed auto-title when title is manually entered first
|
||||||
|
- Improved auto-update process to avoid random crashes
|
||||||
|
- New: Allow focusing either title or body when creating a new note or to-do
|
||||||
|
- Fixed crash when having invalid UTF-8 string in text editor
|
||||||
|
|
||||||
|
## [v0.10.52](https://github.com/laurent22/joplin/releases/tag/v0.10.52) - 2018-01-31T19:25:18Z
|
||||||
|
|
||||||
|
- Optimised Nextcloud functionality so that it is faster and consumes less resources
|
||||||
|
- Fixed Nextcloud sync issue when processing many items.
|
||||||
|
- Fixed: Handle case where file is left half-uploaded on Nextcloud instance (possibly an ocloud.de issue only)
|
||||||
|
- Fixed: Allow decryption of other items to continue even if an item cannot be decrypted
|
||||||
|
- Add Content-Size header for WebDAV, which is required by some services
|
||||||
|
- Fixed auto-title when title is manually entered first
|
||||||
|
- Improved auto-update process to avoid random crashes
|
||||||
|
- New: Allow focusing either title or body when creating a new note or to-do
|
||||||
|
|
||||||
|
## [v0.10.51](https://github.com/laurent22/joplin/releases/tag/v0.10.51) - 2018-01-28T18:47:02Z
|
||||||
|
|
||||||
|
- Added Nextcloud support (Beta)
|
||||||
|
- Upgraded Electron to 1.7.11 to fix security vulnerability
|
||||||
|
- Fixed checkbox issue in config screen
|
||||||
|
- Fixed detection of encrypted item
|
||||||
|
|
||||||
|
## [v0.10.48](https://github.com/laurent22/joplin/releases/tag/v0.10.48) - 2018-01-23T11:19:51Z
|
||||||
|
|
||||||
|
- Improved and optimised file system sync target when many items are present.
|
||||||
|
- Fixes [#155](https://github.com/laurent22/joplin/issues/155): Caret alignment issue with Russian text
|
||||||
|
- Dutch translation (Thanks @tcassaert)
|
||||||
|
- Removed certain log statements so that sensitive info doesn't end up in logs
|
||||||
|
- Fix: Handle case where resource blob is missing during sync
|
||||||
|
|
||||||
|
## [v0.10.47](https://github.com/laurent22/joplin/releases/tag/v0.10.47) - 2018-01-16T17:27:17Z
|
||||||
|
|
||||||
|
- Improved the way new note are created, and automatically add a title. Made saving and loading notes more reliable.
|
||||||
|
- Fix: race condition when a note is being uploaded while it's being modified in the text editor
|
||||||
|
- Fixes [#129](https://github.com/laurent22/joplin/issues/129): Tags are case insensitive
|
||||||
|
- Schedule sync only after 30 seconds
|
||||||
|
- Schedule sync after enabling or disabling encryption
|
||||||
|
- Display sync items being fetched
|
||||||
|
- Fixed logic of what note is used when right-clicking one or more notes
|
||||||
|
- Fix: Don't scroll back to top when note is reloaded via sync
|
||||||
|
- Display URL for links
|
||||||
|
- Fix: Move prompt to top to avoid issue with date picker being hidden
|
||||||
|
- Fixed table font size and family
|
||||||
|
- Fixed logic to save, and make sure scheduled save always happen even when changing note
|
||||||
|
- Fixed OneDrive sync when resync is requested
|
||||||
|
- Fixes [#85](https://github.com/laurent22/joplin/issues/85): Don't record deleted_items entries for folders deleted via sync
|
||||||
|
- Updated translations
|
||||||
|
|
||||||
|
## [v0.10.43](https://github.com/laurent22/joplin/releases/tag/v0.10.43) - 2018-01-08T10:12:10Z
|
||||||
|
|
||||||
|
- Fixed saving and loading of settings, which could affect synchronisation
|
||||||
|
|
||||||
|
## [v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) - 2018-01-05T20:38:12Z
|
||||||
|
|
||||||
|
- Added End-To-End Encryption support (E2EE)
|
||||||
|
|
||||||
|
## [v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) - 2018-01-02T23:16:57Z
|
||||||
|
|
||||||
|
- Fixed undo in text editor
|
||||||
|
- Updated German translation
|
||||||
|
- Added Russian, Japanese and Chinese translations
|
||||||
|
|
||||||
|
## [v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) - 2017-12-11T21:19:44Z
|
||||||
|
|
||||||
|
- Fixes [#55](https://github.com/laurent22/joplin/issues/55): Added support for HTML tags found in ENEX files: colgroup, col, ins, kbd, address, caption, var, area, map
|
||||||
|
- Resolve [#7](https://github.com/laurent22/joplin/issues/7): Show storage location in Options screen
|
||||||
|
- Fixes [#84](https://github.com/laurent22/joplin/issues/84): Fields losing focus in Config screen
|
||||||
|
- Fixes [#86](https://github.com/laurent22/joplin/issues/86): App icon missing on Linux
|
||||||
|
- Fixes [#87](https://github.com/laurent22/joplin/issues/87): Show warningn when deleting notebook that contains notes.
|
||||||
|
- Fixes [#3](https://github.com/laurent22/joplin/issues/3): Paths with '.' would cause JSX compilation to fail
|
||||||
|
|
||||||
|
## [v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) - 2017-12-08T10:12:06Z
|
||||||
|
|
||||||
|
- Dialog to export sync status
|
||||||
|
- Enabled support for filesystem sync
|
||||||
|
|
||||||
|
## [v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) - 2017-12-07T19:38:05Z
|
||||||
|
|
||||||
|
- Better handling of items that cannot be synchronised (for example, if they exceed the max file size supported by the target)
|
||||||
|
- Added Synchronisation Status screen
|
||||||
|
- Improved Enex support:
|
||||||
|
- Better handling of notes containing entire web pages (such as when imported via Web Clipper)
|
||||||
|
- Support for `<img>` tags
|
||||||
|
- Support for various other tags
|
||||||
|
- Improved importing web pages that contain tables within tables. In which case the outer tables (which are usually the website layout) are rendered as regular text block and only the inner tables are actually rendered as tables.
|
||||||
|
- Fixed many other minor warnings and errors
|
||||||
|
- Allow setting installation directory in Windows
|
||||||
|
|
||||||
|
## [v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) - 2017-12-05T09:34:40Z
|
||||||
|
|
||||||
|
- All: Improved synchronisation when sync target has unreliable timestamps
|
||||||
|
- All: Fixed display issue - when items were modified during sync it could result in blank rows being displayed in note lists.
|
||||||
|
|
||||||
|
## [v0.10.35](https://github.com/laurent22/joplin/releases/tag/v0.10.35) - 2017-12-02T15:56:08Z
|
||||||
|
|
||||||
|
- All: Fixed sync issue and database migration issue
|
||||||
|
|
||||||
|
## [v0.10.34](https://github.com/laurent22/joplin/releases/tag/v0.10.34) - 2017-12-02T14:50:28Z
|
||||||
|
|
||||||
|
- All: fixed database creation error
|
||||||
|
- All: Improved Evernote import for blockquotes and sup tags
|
||||||
|
- CLI: Fixed crash when inputting command without closed quote
|
||||||
|
- CLI: Allow Backspace key to delete items on macOS
|
||||||
|
- Electron: Fixed header font sizes
|
||||||
|
- Electron: Fix [#33](https://github.com/laurent22/joplin/issues/33): Allow copy and paste in OneDrive login
|
||||||
|
- Electron: Fixes [#32](https://github.com/laurent22/joplin/issues/32): Error when manually input alarm date
|
||||||
|
- Electron: Allow attaching multiple files
|
||||||
|
- All: Allow attaching files of unknown mime type
|
||||||
|
- All: Added error for OneDrive for Business
|
||||||
|
|
||||||
|
## [v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) - 2017-12-02T13:20:39Z
|
||||||
|
|
||||||
|
- Improved Evernote import for blockquotes and sup tags
|
||||||
|
|
||||||
|
## [v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) - 2017-12-01T09:56:44Z
|
||||||
|
|
||||||
|
- Fixes [#22](https://github.com/laurent22/joplin/issues/22) - keyboard cursor jumps while typing.
|
||||||
|
|
||||||
|
## [v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) - 2017-11-30T20:28:16Z
|
||||||
|
|
||||||
|
- Added Spanish locale (thank you Erick Rodríguez Ponce)
|
||||||
|
- Fixed copy/cut/paste issue in macOS
|
||||||
|
- Fixed checkbox issue in Option screen.
|
||||||
|
|
||||||
|
## [v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) - 2017-11-30T01:07:46Z
|
||||||
|
|
||||||
|
- Added toolbar to set alarms and attach files
|
||||||
|
- Fixed Evernote import of certain images
|
||||||
|
- Fixed note update issue
|
||||||
|
|
||||||
|
## [v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) - 2017-11-29T16:02:17Z
|
||||||
|
|
||||||
|
- Added support for alarms (notifications)
|
||||||
|
- Fixed scrolling issue for long notes
|
||||||
|
- Improved OneDrive login and possibly fixed rare error
|
||||||
|
|
||||||
|
## [v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) - 2017-11-24T14:27:49Z
|
||||||
|
|
||||||
|
- Allow multi-selection on note lists
|
||||||
|
- Allow drag and drop of notes
|
||||||
|
- Hide invalid characters (non-breaking spaces) in editor
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) - 2017-11-21T19:38:41Z
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) - 2017-11-20T21:45:57Z
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) - 2017-11-18T00:53:15Z
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.10.20](https://github.com/laurent22/joplin/releases/tag/v0.10.20) - 2017-11-17T17:18:25Z
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.10.19](https://github.com/laurent22/joplin/releases/tag/v0.10.19) - 2017-11-20T18:59:48Z
|
||||||
|
|
||||||
|
108
readme/stats.md
108
readme/stats.md
@ -2,42 +2,80 @@
|
|||||||
|
|
||||||
Name | Value
|
Name | Value
|
||||||
--- | ---
|
--- | ---
|
||||||
Total Windows downloads | 110998
|
Total Windows downloads | 147,401
|
||||||
Total macOs downloads | 38680
|
Total macOs downloads | 75,444
|
||||||
Total Linux downloads | 36988
|
Total Linux downloads | 56,535
|
||||||
Windows % | 59%
|
Windows % | 53%
|
||||||
macOS % | 21%
|
macOS % | 27%
|
||||||
Linux % | 20%
|
Linux % | 20%
|
||||||
|
|
||||||
Version | Date | Windows | macOS | Linux | Total
|
Version | Date | Windows | macOS | Linux | Total
|
||||||
--- | --- | --- | --- | --- | ---
|
--- | --- | --- | --- | --- | ---
|
||||||
[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 1 | | | 1
|
[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 1,526 | 575 | 267 | 2,368
|
||||||
[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8714 | 3176 | 1969 | 13859
|
[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,736 | 3,188 | 1,979 | 13,903
|
||||||
[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16169 | 4831 | 6334 | 27334
|
[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 33 | 210 | 73 | 316
|
||||||
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3452 | 1084 | 703 | 5239
|
[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,186 | 4,836 | 6,337 | 27,359
|
||||||
[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3622 | 1273 | 779 | 5674
|
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,454 | 1,085 | 703 | 5,242
|
||||||
[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11358 | 3472 | 3820 | 18650
|
[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,622 | 1,273 | 779 | 5,674
|
||||||
[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11849 | 3114 | 3643 | 18606
|
[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,359 | 3,472 | 3,820 | 18,651
|
||||||
[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 922 | 374 | 102 | 1398
|
[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,851 | 3,114 | 3,643 | 18,608
|
||||||
[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2072 | 676 | 309 | 3057
|
[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 923 | 374 | 102 | 1,399
|
||||||
[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 11 | 3 | 3 | 17
|
[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,072 | 676 | 309 | 3,057
|
||||||
[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7121 | 2112 | 1696 | 10929
|
[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 11 | 4 | 4 | 19
|
||||||
[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4525 | 1440 | 306 | 6271
|
[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,121 | 2,113 | 1,696 | 10,930
|
||||||
[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4585 | 1554 | 1440 | 7579
|
[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,525 | 1,440 | 306 | 6,271
|
||||||
[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 14974 | 4654 | 6965 | 26593
|
[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,585 | 1,554 | 1,440 | 7,579
|
||||||
[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2005 | 857 | 667 | 3529
|
[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 14,977 | 4,654 | 6,966 | 26,597
|
||||||
[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1289 | 581 | 401 | 2271
|
[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,005 | 857 | 667 | 3,529
|
||||||
[v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 855 | 409 | 228 | 1492
|
[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,289 | 581 | 401 | 2,271
|
||||||
[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1235 | 580 | 372 | 2187
|
[v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 856 | 410 | 228 | 1,494
|
||||||
[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 295 | 136 | 54 | 485
|
[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,235 | 580 | 372 | 2,187
|
||||||
[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2685 | 1198 | 1191 | 5074
|
[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 296 | 136 | 54 | 486
|
||||||
[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 387 | 189 | 87 | 663
|
[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,685 | 1,198 | 1,194 | 5,077
|
||||||
[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1099 | 557 | 361 | 2017
|
[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 387 | 190 | 87 | 664
|
||||||
[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1768 | 886 | 742 | 3396
|
[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,099 | 557 | 361 | 2,017
|
||||||
[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 814 | 535 | 290 | 1639
|
[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,769 | 886 | 742 | 3,397
|
||||||
[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 475 | 211 | 97 | 783
|
[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 814 | 535 | 290 | 1,639
|
||||||
[v1.0.85](https://github.com/laurent22/joplin/releases/tag/v1.0.85) | 2018-05-01T21:08:24Z | 1640 | 933 | 613 | 3186
|
[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 476 | 212 | 97 | 785
|
||||||
[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4489 | 2387 | 2627 | 9503
|
[v1.0.85](https://github.com/laurent22/joplin/releases/tag/v1.0.85) | 2018-05-01T21:08:24Z | 1,641 | 934 | 613 | 3,188
|
||||||
[v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 684 | 383 | 93 | 1160
|
[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,489 | 2,388 | 2,627 | 9,504
|
||||||
[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 984 | 566 | 743 | 2293
|
[v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 684 | 383 | 93 | 1,160
|
||||||
[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 919 | 509 | 353 | 1781
|
[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 984 | 566 | 743 | 2,293
|
||||||
|
[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 919 | 509 | 353 | 1,781
|
||||||
|
[v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) | 2018-03-17T15:27:18Z | 1,302 | 838 | 842 | 2,982
|
||||||
|
[v1.0.77](https://github.com/laurent22/joplin/releases/tag/v1.0.77) | 2018-03-16T15:12:35Z | 165 | 87 | 25 | 277
|
||||||
|
[v1.0.72](https://github.com/laurent22/joplin/releases/tag/v1.0.72) | 2018-03-14T09:44:35Z | 396 | 232 | 32 | 660
|
||||||
|
[v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) | 2018-02-28T20:04:30Z | 1,844 | 1,022 | 1,221 | 4,087
|
||||||
|
[v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) | 2018-02-19T22:51:08Z | 1,805 | 579 | 0 | 2,384
|
||||||
|
[v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 314 | 107 | 72 | 493
|
||||||
|
[v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 185 | 104 | 115 | 404
|
||||||
|
[v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1,074 | 529 | 1,116 | 2,719
|
||||||
|
[v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 291 | 143 | 83 | 517
|
||||||
|
[v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) | 2018-02-12T20:19:58Z | 547 | 274 | 346 | 1,167
|
||||||
|
[v0.10.61](https://github.com/laurent22/joplin/releases/tag/v0.10.61) | 2018-02-08T18:27:39Z | 962 | 603 | 942 | 2,507
|
||||||
|
[v0.10.60](https://github.com/laurent22/joplin/releases/tag/v0.10.60) | 2018-02-06T13:09:56Z | 711 | 495 | 539 | 1,745
|
||||||
|
[v0.10.54](https://github.com/laurent22/joplin/releases/tag/v0.10.54) | 2018-01-31T20:21:30Z | 1,811 | 1,426 | 306 | 3,543
|
||||||
|
[v0.10.52](https://github.com/laurent22/joplin/releases/tag/v0.10.52) | 2018-01-31T19:25:18Z | 37 | 604 | 6 | 647
|
||||||
|
[v0.10.51](https://github.com/laurent22/joplin/releases/tag/v0.10.51) | 2018-01-28T18:47:02Z | 1,316 | 1,568 | 318 | 3,202
|
||||||
|
[v0.10.48](https://github.com/laurent22/joplin/releases/tag/v0.10.48) | 2018-01-23T11:19:51Z | 1,956 | 1,717 | 16 | 3,689
|
||||||
|
[v0.10.47](https://github.com/laurent22/joplin/releases/tag/v0.10.47) | 2018-01-16T17:27:17Z | 1,216 | 1,236 | 59 | 2,511
|
||||||
|
[v0.10.43](https://github.com/laurent22/joplin/releases/tag/v0.10.43) | 2018-01-08T10:12:10Z | 3,427 | 2,312 | 1,195 | 6,934
|
||||||
|
[v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) | 2018-01-05T20:38:12Z | 1,029 | 1,513 | 226 | 2,768
|
||||||
|
[v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) | 2018-01-02T23:16:57Z | 1,586 | 1,736 | 324 | 3,646
|
||||||
|
[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,370 | 3,863 | 2,772 | 12,005
|
||||||
|
[v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,041 | 1,201 | 299 | 2,541
|
||||||
|
[v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) | 2017-12-07T19:38:05Z | 256 | 817 | 74 | 1,147
|
||||||
|
[v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,008 | 1,328 | 428 | 2,764
|
||||||
|
[v0.10.35](https://github.com/laurent22/joplin/releases/tag/v0.10.35) | 2017-12-02T15:56:08Z | 1,570 | 1,520 | 739 | 3,829
|
||||||
|
[v0.10.34](https://github.com/laurent22/joplin/releases/tag/v0.10.34) | 2017-12-02T14:50:28Z | 80 | 640 | 53 | 773
|
||||||
|
[v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) | 2017-12-02T13:20:39Z | 52 | 629 | 13 | 694
|
||||||
|
[v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) | 2017-12-01T09:56:44Z | 884 | 1,424 | 400 | 2,708
|
||||||
|
[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 711 | 1,340 | 410 | 2,461
|
||||||
|
[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,261 | 1,670 | 864 | 3,795
|
||||||
|
[v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 180 | 673 | 255 | 1,108
|
||||||
|
[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 136 | 664 | 5,047 | 5,847
|
||||||
|
[v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 124 | 616 | 20 | 760
|
||||||
|
[v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) | 2017-11-20T21:45:57Z | 76 | 615 | 11 | 702
|
||||||
|
[v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 44 | 607 | 4 | 655
|
||||||
|
[v0.10.20](https://github.com/laurent22/joplin/releases/tag/v0.10.20) | 2017-11-17T17:18:25Z | 23 | 616 | 14 | 653
|
||||||
|
[v0.10.19](https://github.com/laurent22/joplin/releases/tag/v0.10.19) | 2017-11-20T18:59:48Z | 2 | 606 | 3 | 611
|
Loading…
Reference in New Issue
Block a user