From a4cc2076d70a19a50730a98615c86eaab448e358 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 11 Apr 2020 00:39:25 +0100 Subject: [PATCH] Update website --- README.md | 6 +- docs/api/index.html | 5 - docs/changelog/index.html | 31 ++ docs/changelog_cli/index.html | 10 + docs/faq/index.html | 11 + docs/index.html | 10 +- docs/stats/index.html | 592 +++++++++++++++++----------------- readme/api.md | 5 - readme/changelog.md | 31 ++ readme/stats.md | 197 +++++------ 10 files changed, 490 insertions(+), 408 deletions(-) diff --git a/README.md b/README.md index 98070be03d9..50f21cc9844 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Three types of applications are available: for the **desktop** (Windows, macOS a Operating System | Download | Alternative -----------------|--------|------------------- -Windows (32 and 64-bit) | Get it on Windows | Or get the Portable version

The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file. -macOS | Get it on macOS | You can also use Homebrew: `brew cask install joplin` -Linux | Get it on Linux | An Arch Linux package [is also available](#terminal-application).

If it works with your distribution (it has been tested on Ubuntu, Fedora, Gnome and Mint), the recommended way is to use this script as it will handle the desktop icon too:

`wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh \| bash` +Windows (32 and 64-bit) | Get it on Windows | Or get the Portable version

The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file. +macOS | Get it on macOS | You can also use Homebrew: `brew cask install joplin` +Linux | Get it on Linux | An Arch Linux package [is also available](#terminal-application).

If it works with your distribution (it has been tested on Ubuntu, Fedora, Gnome and Mint), the recommended way is to use this script as it will handle the desktop icon too:

`wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh \| bash` ## Mobile applications diff --git a/docs/api/index.html b/docs/api/index.html index 0809843ada3..70e0a491600 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -332,11 +332,6 @@ -

18:23:41 Profile directory: /Users/laurent/Temp/TestNotes2
-18:23:41 Trying to load 1 master keys...
-18:23:41 Loaded master keys: 0
-18:23:41 ResourceFetcher: Auto-add resources: Mode: always
-18:23:41 ResourceFetcher: Auto-added resources: 0

Joplin API🔗

In order to use it, you'll first need to find on which port the service is running. To do so, open the Web Clipper Options in Joplin and if the service is running it should tell you on which port. Normally it runs on port 41184. If you want to find it programmatically, you may follow this kind of algorithm:

let port = null;
diff --git a/docs/changelog/index.html b/docs/changelog/index.html
index e3d3c6e382e..8ef7f12eed8 100644
--- a/docs/changelog/index.html
+++ b/docs/changelog/index.html
@@ -333,6 +333,37 @@
 
 
 

Joplin changelog🔗

+

v1.0.199 - 2020-04-10T18:41:58Z🔗

+
    +
  • New: Added new Aritim-Dark theme (#2997 by @TobiasDev)
  • +
  • New: WYSIWYG: Added support for code blocks edition and creation
  • +
  • New: WYSIWYG: Added support for tables
  • +
  • New: WYSIWYG: Apply theme to toolbar
  • +
  • New: WYSIWYG: Better handling of links on macOS and inside Katex block
  • +
  • New: WYSIWYG: Do not display target list in link dialog
  • +
  • New: WYSIWYG: Handle internal note links
  • +
  • New: WYSIWYG: Handle resource download mode
  • +
  • New: WYSIWYG: Improved documentation on what plugins are compatible with WYSIWYG editor
  • +
  • New: WYSIWYG: Preserve HTML code in Markdown when editing from wysiwyg editor
  • +
  • New: Add "Retry All" option to synchronisation page (#2688)
  • +
  • New: Add friendly default filenames to export options (#2749 by @CalebJohn)
  • +
  • New: Add message box to ask confirmation when resizing image
  • +
  • Improved: Clear provisional flag as soon as note is modified to avoid data loss (#2681)
  • +
  • Improved: Close Goto Anything modal on outside click (#2940 by Siddhant Sehgal)
  • +
  • Improved: Moved all themes out into their own .js theme files (#2951 by @TobiasDev)
  • +
  • Improved: Resource screen improvements (#2850) (#2639)
  • +
  • Improved: Right-click to move note to notebook (#2566) (#2296 by Siddhant Sehgal)
  • +
  • Improved: Update it_IT.po (#2978 by @abonte)
  • +
  • Improved: Update ko.po (#2986 by @xmlangel)
  • +
  • Improved: Update nb_NO.po (#2973 by Mats Estensen)
  • +
  • Improved: Update zh_CN.po (#2971 by @troilus)
  • +
  • Improved: Wait for note to be saved before closing the app
  • +
  • Fixed: Fixed iOS and macOS icons and created script to automate icon creation (#2604)
  • +
  • Fixed: Fixed regression when drag and dropping files
  • +
  • Fixed: Fixed styling issues with rendered Markdown
  • +
  • Fixed: Prevent decryption loop when a resource cannot be decrypted (#2257)
  • +
  • Fixed: When modifying a conflicted note, it would disappear from the view (#2709)
  • +

v1.0.197 - 2020-03-30T17:21:22Z🔗

  • New: Added support for checkboxes and fixed various issues with WYSIWYG editor
  • diff --git a/docs/changelog_cli/index.html b/docs/changelog_cli/index.html index b87a87a8564..2f4fe451a31 100644 --- a/docs/changelog_cli/index.html +++ b/docs/changelog_cli/index.html @@ -333,6 +333,16 @@

Joplin terminal app changelog🔗

+

cli-v1.0.163 - 2020-04-10T18:31:50Z🔗

+
    +
  • Improved: Update ko.po (#2986 by @xmlangel)
  • +
  • Improved: Update it_IT.po (#2978 by @abonte)
  • +
  • Improved: Update nb_NO.po (#2973 by Mats Estensen)
  • +
  • Improved: Update zh_CN.po (#2971 by @troilus)
  • +
  • Fixed: Add support for retrying decryption after it has failed multiple times (#2981)
  • +
  • Fixed: When modifying a conflicted note, it would disappear from the view (#2709)
  • +
  • Fixed: Prevent decryption loop when a resource cannot be decrypted (#2257)
  • +

cli-v1.0.162 - 2020-04-01T17:16:14Z🔗

  • New: Compatibility with new master key and sync target encryption
  • diff --git a/docs/faq/index.html b/docs/faq/index.html index 9cca3ec2512..fc800c2e7af 100644 --- a/docs/faq/index.html +++ b/docs/faq/index.html @@ -332,6 +332,17 @@
+

Installer gets stuck on Windows🔗

+

The installer may get stuck if the app was not uninstalled correctly. To fix the issue you will need to clean up the left-over entry from the Registry. To do so please follow these steps:

+
    +
  • Press Win + R (Windows Key + R)
  • +
  • Type "regedit.exe"
  • +
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall
  • +
  • In there, you will see one or more folders. Open them one by one to find the one for Joplin. One of the entries in there should be "DisplayName" with value "Joplin x.x.x".
  • +
  • Once found, delete that folder.
  • +
+

Now try to install again and it should work.

+

More info there: https://github.com/electron-userland/electron-builder/issues/4057

How can I edit my note in an external text editor?🔗

The editor command (may include arguments) defines which editor will be used to open a note. If none is provided it will try to auto-detect the default editor. If this does nothing or you want to change it for Joplin, you need to configure it in the Preferences -> Text editor command.

Some example configurations are: (comments after #)

diff --git a/docs/index.html b/docs/index.html index eb0deb7c210..41d7fe0dcf4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -355,17 +355,17 @@

Desktop applications -Or get the Portable version

The portable application allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file. +Get it on Windows +Or get the Portable version

The portable application allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file. macOS -Get it on macOS +Get it on macOS You can also use Homebrew: brew cask install joplin Linux -Get it on Linux +Get it on Linux An Arch Linux package is also available.

If it works with your distribution (it has been tested on Ubuntu, Fedora, Gnome and Mint), the recommended way is to use this script as it will handle the desktop icon too:

wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash @@ -383,7 +383,7 @@

Mobile applications Android Get it on Google Play -or download the APK file: 64-bit 32-bit +or download the APK file: 64-bit 32-bit iOS diff --git a/docs/stats/index.html b/docs/stats/index.html index 36309df7adb..313cee84aff 100644 --- a/docs/stats/index.html +++ b/docs/stats/index.html @@ -343,15 +343,15 @@

Joplin statistics Total Windows downloads -667,818 +690,550 Total macOs downloads -252,406 +262,433 Total Linux downloads -192,480 +198,288 Windows % @@ -380,212 +380,220 @@

Joplin statistics +v1.0.199 +2020-04-10T18:41:58Z +605 +354 +107 +1,066 + + v1.0.197 2020-03-30T17:21:22Z -7 -3 -0 -10 +21,560 +9,349 +5,460 +36,369 v1.0.195 2020-03-22T19:56:12Z -18,495 -7,746 -4,288 -30,529 +18,730 +7,881 +4,376 +30,987 v1.0.194 2020-03-14T00:00:32Z -1,211 -1,318 -472 -3,001 +1,239 +1,327 +477 +3,043 v1.0.193 2020-03-08T08:58:53Z -28,425 -10,814 -7,299 -46,538 +28,455 +10,836 +7,311 +46,602 v1.0.192 2020-03-06T23:27:52Z -435 +436 106 -75 -616 +77 +619 v1.0.190 2020-03-06T01:22:22Z -326 +327 +74 74 -73 -473 +475 v1.0.189 2020-03-04T17:27:15Z -307 +309 82 83 -472 +474 v1.0.187 2020-03-01T12:31:06Z -865 +867 215 -248 -1,328 +249 +1,331 v1.0.179 2020-01-24T22:42:41Z -70,681 -28,306 -22,382 -121,369 +70,704 +28,325 +22,395 +121,424 v1.0.178 2020-01-20T19:06:45Z -17,454 -5,928 -2,558 -25,940 +17,463 +5,930 +2,560 +25,953 v1.0.177 2019-12-30T14:40:40Z -1,897 -416 -597 -2,910 +1,899 +418 +600 +2,917 v1.0.176 2019-12-14T10:36:44Z -3,102 -2,490 -444 -6,036 +3,104 +2,495 +445 +6,044 v1.0.175 2019-12-08T11:48:47Z -70,895 -16,703 -16,233 -103,831 +71,010 +16,717 +16,254 +103,981 v1.0.174 2019-11-12T18:20:58Z -30,328 -11,594 -8,193 -50,115 +30,334 +11,596 +8,198 +50,128 v1.0.173 2019-11-11T08:33:35Z -5,029 -2,060 -727 -7,816 +5,033 +2,063 +729 +7,825 v1.0.170 2019-10-13T22:13:04Z -27,290 -8,649 -7,653 -43,592 +27,297 +8,659 +7,654 +43,610 v1.0.169 2019-09-27T18:35:13Z -17,038 -5,897 -3,745 -26,680 +17,043 +5,900 +3,746 +26,689 v1.0.168 2019-09-25T21:21:38Z -5,308 -2,251 -704 -8,263 +5,312 +2,255 +705 +8,272 v1.0.167 2019-09-10T08:48:37Z -16,737 -5,681 -3,691 -26,109 +16,741 +5,683 +3,692 +26,116 v1.0.166 2019-09-09T17:35:54Z -1,939 -547 -227 -2,713 +1,941 +549 +229 +2,719 v1.0.165 2019-08-14T21:46:29Z -18,845 -6,941 -5,452 -31,238 +18,849 +6,944 +5,453 +31,246 v1.0.161 2019-07-13T18:30:00Z -19,227 -6,325 +19,229 +6,329 4,111 -29,663 +29,669 v1.0.160 2019-06-15T00:21:40Z -30,355 -7,721 -8,091 -46,167 +30,367 +7,722 +8,092 +46,181 v1.0.159 2019-06-08T00:00:19Z -5,178 -2,160 +5,179 +2,162 1,099 -8,437 +8,440 v1.0.158 2019-05-27T19:01:18Z -9,801 -3,518 +9,802 +3,520 1,930 -15,249 +15,252 v1.0.157 2019-05-26T17:55:53Z -2,161 +2,162 831 285 -3,277 +3,278 v1.0.153 @@ -598,26 +606,26 @@

Joplin statistics v1.0.152 2019-05-13T09:08:07Z -13,839 -4,408 +13,840 +4,409 4,055 -22,302 +22,304 v1.0.151 2019-05-12T15:14:32Z -1,939 -521 -951 -3,411 +1,940 +522 +952 +3,414 v1.0.150 2019-05-12T11:27:48Z -408 -120 -60 -588 +409 +121 +61 +591 v1.0.148 @@ -631,33 +639,33 @@

Joplin statisticsv1.0.145 2019-05-03T09:16:53Z 6,958 -2,846 +2,848 1,429 -11,233 +11,235 v1.0.143 2019-04-22T10:51:38Z -11,898 -3,535 +11,899 +3,536 2,771 -18,204 +18,206 v1.0.142 2019-04-02T16:44:51Z -14,596 +14,598 4,541 4,719 -23,856 +23,858 v1.0.140 2019-03-10T20:59:58Z -13,607 -4,149 -3,075 -20,831 +13,609 +4,151 +3,082 +20,842 v1.0.139 @@ -671,57 +679,57 @@

Joplin statisticsv1.0.138 2019-03-03T17:23:00Z 134 -72 -78 -284 +74 +79 +287 v1.0.137 2019-03-03T01:12:51Z -571 -46 -77 -694 +572 +48 +78 +698 v1.0.135 2019-02-27T23:36:57Z -12,431 -3,942 +12,434 +3,944 4,058 -20,431 +20,436 v1.0.134 2019-02-27T10:21:44Z -1,452 +1,453 554 -212 -2,218 +213 +2,220 v1.0.132 2019-02-26T23:02:05Z -1,071 +1,072 438 89 -1,598 +1,599 v1.0.127 2019-02-14T23:12:48Z -9,664 -3,152 -2,921 -15,737 +9,668 +3,153 +2,922 +15,743 v1.0.126 2019-02-09T19:46:16Z -918 +919 61 111 -1,090 +1,091 v1.0.125 @@ -734,74 +742,74 @@

Joplin statistics v1.0.120 2019-01-10T21:42:53Z -15,586 -5,183 -6,506 -27,275 +15,588 +5,184 +6,507 +27,279 v1.0.119 2018-12-18T12:40:22Z 8,890 -3,245 -2,007 -14,142 +3,246 +2,008 +14,144 v1.0.118 2019-01-11T08:34:13Z -703 -235 +704 +236 84 -1,022 +1,024 v1.0.117 2018-11-24T12:05:24Z -16,234 +16,237 4,877 6,373 -27,484 +27,487 v1.0.116 2018-11-20T19:09:24Z -3,462 -1,107 +3,464 +1,111 709 -5,278 +5,284 v1.0.115 2018-11-16T16:52:02Z 3,644 -1,291 +1,293 794 -5,729 +5,731 v1.0.114 2018-10-24T20:14:10Z -11,383 +11,384 3,484 -3,824 -18,691 +3,825 +18,693 v1.0.111 2018-09-30T20:15:09Z -11,973 -3,214 +11,974 +3,216 3,655 -18,842 +18,845 v1.0.110 2018-09-29T12:29:21Z -949 +950 396 114 -1,459 +1,460 v1.0.109 @@ -814,42 +822,42 @@

Joplin statistics v1.0.108 2018-09-29T18:49:29Z -17 -11 +18 +12 8 -36 +38 v1.0.107 2018-09-16T19:51:07Z 7,140 -2,123 +2,125 1,701 -10,964 +10,966 v1.0.106 2018-09-08T15:23:40Z 4,546 -1,447 -311 -6,304 +1,448 +312 +6,306 v1.0.105 2018-09-05T11:29:36Z 4,638 -1,577 +1,578 1,447 -7,662 +7,663 v1.0.104 2018-06-28T20:25:36Z -15,021 -4,676 -7,266 -26,963 +15,022 +4,681 +7,273 +26,976 v1.0.103 @@ -863,25 +871,25 @@

Joplin statisticsv1.0.101 2018-06-17T18:35:11Z 1,296 -595 +596 403 -2,294 +2,295 v1.0.100 2018-06-14T17:41:43Z 869 -421 +422 234 -1,524 +1,525 v1.0.99 2018-06-10T13:18:23Z 1,245 -588 +589 375 -2,208 +2,209 v1.0.97 @@ -894,50 +902,50 @@

Joplin statistics v1.0.96 2018-05-26T16:36:39Z -2,709 -1,214 -1,436 -5,359 +2,710 +1,215 +1,442 +5,367 v1.0.95 2018-05-25T13:04:30Z 407 -208 -107 -722 +209 +108 +724 v1.0.94 2018-05-21T20:52:59Z 1,121 574 -385 -2,080 +387 +2,082 v1.0.93 2018-05-14T11:36:01Z 1,778 -1,006 -749 -3,533 +1,010 +751 +3,539 v1.0.91 2018-05-10T14:48:04Z 821 540 -297 -1,658 +299 +1,660 v1.0.89 2018-05-09T13:05:05Z -480 -218 +481 +219 103 -801 +803 v1.0.85 @@ -950,74 +958,74 @@

Joplin statistics v1.0.83 2018-04-04T19:43:58Z -4,726 -2,519 -2,651 -9,896 +4,737 +2,520 +2,652 +9,909 v1.0.82 2018-03-31T19:16:31Z 689 -393 -113 -1,195 +395 +115 +1,199 v1.0.81 2018-03-28T08:13:58Z -996 +997 587 -772 -2,355 +774 +2,358 v1.0.79 2018-03-23T18:00:11Z -925 +926 526 369 -1,820 +1,821 v1.0.78 2018-03-17T15:27:18Z -1,307 +1,309 855 862 -3,024 +3,026 v1.0.77 2018-03-16T15:12:35Z 170 -96 +97 36 -302 +303 v1.0.72 2018-03-14T09:44:35Z 401 -246 +248 48 -695 +697 v1.0.70 2018-02-28T20:04:30Z -1,849 +1,850 1,040 -1,242 -4,131 +1,243 +4,133 v1.0.67 2018-02-19T22:51:08Z -1,810 +1,812 592 0 -2,402 +2,404 v1.0.66 @@ -1030,42 +1038,42 @@

Joplin statistics v1.0.65 2018-02-17T20:02:25Z -190 -118 -128 -436 +191 +120 +130 +441 v1.0.64 2018-02-16T00:58:20Z -1,081 -537 +1,082 +538 1,120 -2,738 +2,740 v1.0.63 2018-02-14T19:40:36Z -296 -153 +297 +154 89 -538 +540 v1.0.62 2018-02-12T20:19:58Z 555 -290 +292 363 -1,208 +1,210 v0.10.61 2018-02-08T18:27:39Z -968 -621 -950 -2,539 +969 +622 +951 +2,542 v0.10.60 @@ -1079,41 +1087,41 @@

Joplin statisticsv0.10.54 2018-01-31T20:21:30Z 1,817 -1,451 -316 -3,584 +1,452 +317 +3,586 v0.10.52 2018-01-31T19:25:18Z -42 -626 -13 -681 +44 +627 +14 +685 v0.10.51 2018-01-28T18:47:02Z 1,324 -1,591 +1,592 325 -3,240 +3,241 v0.10.48 2018-01-23T11:19:51Z -1,961 +1,962 1,743 23 -3,727 +3,728 v0.10.47 2018-01-16T17:27:17Z 1,224 -1,261 -65 -2,550 +1,262 +66 +2,552 v0.10.43 @@ -1126,34 +1134,34 @@

Joplin statistics v0.10.41 2018-01-05T20:38:12Z -1,033 -1,540 +1,034 +1,541 236 -2,809 +2,811 v0.10.40 2018-01-02T23:16:57Z -1,591 +1,592 1,777 -335 -3,703 +337 +3,706 v0.10.39 2017-12-11T21:19:44Z -5,698 -4,173 -3,077 -12,948 +5,703 +4,177 +3,081 +12,961 v0.10.38 2017-12-08T10:12:06Z -1,044 -1,222 -303 -2,569 +1,045 +1,224 +304 +2,573 v0.10.37 @@ -1166,10 +1174,10 @@

Joplin statistics v0.10.36 2017-12-05T09:34:40Z -1,011 -1,349 +1,012 +1,350 436 -2,796 +2,798 v0.10.35 @@ -1191,9 +1199,9 @@

Joplin statisticsv0.10.33 2017-12-02T13:20:39Z 56 -650 +652 19 -725 +727 v0.10.31 @@ -1206,10 +1214,10 @@

Joplin statistics v0.10.30 2017-11-30T20:28:16Z -718 -1,361 +719 +1,363 417 -2,496 +2,499 v0.10.28 @@ -1223,25 +1231,25 @@

Joplin statisticsv0.10.26 2017-11-29T16:02:17Z 183 -693 +694 258 -1,134 +1,135 v0.10.25 2017-11-24T14:27:49Z 145 -688 -6,100 -6,933 +690 +6,119 +6,954 v0.10.23 2017-11-21T19:38:41Z 130 639 -24 -793 +25 +794 v0.10.22 @@ -1255,25 +1263,25 @@

Joplin statisticsv0.10.21 2017-11-18T00:53:15Z 48 -629 +630 9 -686 +687 v0.10.20 2017-11-17T17:18:25Z -28 -642 -18 -688 +30 +643 +19 +692 v0.10.19 2017-11-20T18:59:48Z 11 -634 +635 9 -654 +655 diff --git a/readme/api.md b/readme/api.md index 6bc16145771..bb49b04a9a4 100644 --- a/readme/api.md +++ b/readme/api.md @@ -1,8 +1,3 @@ -18:23:41 Profile directory: /Users/laurent/Temp/TestNotes2 -18:23:41 Trying to load 1 master keys... -18:23:41 Loaded master keys: 0 -18:23:41 ResourceFetcher: Auto-add resources: Mode: always -18:23:41 ResourceFetcher: Auto-added resources: 0 # Joplin API diff --git a/readme/changelog.md b/readme/changelog.md index e520c26eaa5..1b85fa8e5f0 100644 --- a/readme/changelog.md +++ b/readme/changelog.md @@ -1,5 +1,36 @@ # Joplin changelog +## [v1.0.199](https://github.com/laurent22/joplin/releases/tag/v1.0.199) - 2020-04-10T18:41:58Z + +- New: Added new Aritim-Dark theme ([#2997](https://github.com/laurent22/joplin/issues/2997) by [@TobiasDev](https://github.com/TobiasDev)) +- New: WYSIWYG: Added support for code blocks edition and creation +- New: WYSIWYG: Added support for tables +- New: WYSIWYG: Apply theme to toolbar +- New: WYSIWYG: Better handling of links on macOS and inside Katex block +- New: WYSIWYG: Do not display target list in link dialog +- New: WYSIWYG: Handle internal note links +- New: WYSIWYG: Handle resource download mode +- New: WYSIWYG: Improved documentation on what plugins are compatible with WYSIWYG editor +- New: WYSIWYG: Preserve HTML code in Markdown when editing from wysiwyg editor +- New: Add "Retry All" option to synchronisation page ([#2688](https://github.com/laurent22/joplin/issues/2688)) +- New: Add friendly default filenames to export options ([#2749](https://github.com/laurent22/joplin/issues/2749) by [@CalebJohn](https://github.com/CalebJohn)) +- New: Add message box to ask confirmation when resizing image +- Improved: Clear provisional flag as soon as note is modified to avoid data loss ([#2681](https://github.com/laurent22/joplin/issues/2681)) +- Improved: Close `Goto Anything` modal on outside click ([#2940](https://github.com/laurent22/joplin/issues/2940) by Siddhant Sehgal) +- Improved: Moved all themes out into their own .js theme files ([#2951](https://github.com/laurent22/joplin/issues/2951) by [@TobiasDev](https://github.com/TobiasDev)) +- Improved: Resource screen improvements ([#2850](https://github.com/laurent22/joplin/issues/2850)) ([#2639](https://github.com/laurent22/joplin/issues/2639)) +- Improved: Right-click to move note to notebook ([#2566](https://github.com/laurent22/joplin/issues/2566)) ([#2296](https://github.com/laurent22/joplin/issues/2296) by Siddhant Sehgal) +- Improved: Update it_IT.po ([#2978](https://github.com/laurent22/joplin/issues/2978) by [@abonte](https://github.com/abonte)) +- Improved: Update ko.po ([#2986](https://github.com/laurent22/joplin/issues/2986) by [@xmlangel](https://github.com/xmlangel)) +- Improved: Update nb_NO.po ([#2973](https://github.com/laurent22/joplin/issues/2973) by Mats Estensen) +- Improved: Update zh_CN.po ([#2971](https://github.com/laurent22/joplin/issues/2971) by [@troilus](https://github.com/troilus)) +- Improved: Wait for note to be saved before closing the app +- Fixed: Fixed iOS and macOS icons and created script to automate icon creation ([#2604](https://github.com/laurent22/joplin/issues/2604)) +- Fixed: Fixed regression when drag and dropping files +- Fixed: Fixed styling issues with rendered Markdown +- Fixed: Prevent decryption loop when a resource cannot be decrypted ([#2257](https://github.com/laurent22/joplin/issues/2257)) +- Fixed: When modifying a conflicted note, it would disappear from the view ([#2709](https://github.com/laurent22/joplin/issues/2709)) + ## [v1.0.197](https://github.com/laurent22/joplin/releases/tag/v1.0.197) - 2020-03-30T17:21:22Z - New: Added support for checkboxes and fixed various issues with WYSIWYG editor diff --git a/readme/stats.md b/readme/stats.md index fca6444b944..71c17e7fc07 100644 --- a/readme/stats.md +++ b/readme/stats.md @@ -2,124 +2,125 @@ Name | Value --- | --- -Total Windows downloads | 667,818 -Total macOs downloads | 252,406 -Total Linux downloads | 192,480 +Total Windows downloads | 690,550 +Total macOs downloads | 262,433 +Total Linux downloads | 198,288 Windows % | 60% macOS % | 23% Linux % | 17% Version | Date | Windows | macOS | Linux | Total --- | --- | --- | --- | --- | --- -[v1.0.197](https://github.com/laurent22/joplin/releases/tag/v1.0.197) | 2020-03-30T17:21:22Z | 7 | 3 | 0 | 10 -[v1.0.195](https://github.com/laurent22/joplin/releases/tag/v1.0.195) | 2020-03-22T19:56:12Z | 18,495 | 7,746 | 4,288 | 30,529 -[v1.0.194](https://github.com/laurent22/joplin/releases/tag/v1.0.194) | 2020-03-14T00:00:32Z | 1,211 | 1,318 | 472 | 3,001 -[v1.0.193](https://github.com/laurent22/joplin/releases/tag/v1.0.193) | 2020-03-08T08:58:53Z | 28,425 | 10,814 | 7,299 | 46,538 -[v1.0.192](https://github.com/laurent22/joplin/releases/tag/v1.0.192) | 2020-03-06T23:27:52Z | 435 | 106 | 75 | 616 -[v1.0.190](https://github.com/laurent22/joplin/releases/tag/v1.0.190) | 2020-03-06T01:22:22Z | 326 | 74 | 73 | 473 -[v1.0.189](https://github.com/laurent22/joplin/releases/tag/v1.0.189) | 2020-03-04T17:27:15Z | 307 | 82 | 83 | 472 -[v1.0.187](https://github.com/laurent22/joplin/releases/tag/v1.0.187) | 2020-03-01T12:31:06Z | 865 | 215 | 248 | 1,328 -[v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) | 2020-01-24T22:42:41Z | 70,681 | 28,306 | 22,382 | 121,369 -[v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) | 2020-01-20T19:06:45Z | 17,454 | 5,928 | 2,558 | 25,940 -[v1.0.177](https://github.com/laurent22/joplin/releases/tag/v1.0.177) | 2019-12-30T14:40:40Z | 1,897 | 416 | 597 | 2,910 -[v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) | 2019-12-14T10:36:44Z | 3,102 | 2,490 | 444 | 6,036 -[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 70,895 | 16,703 | 16,233 | 103,831 -[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,328 | 11,594 | 8,193 | 50,115 -[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 5,029 | 2,060 | 727 | 7,816 -[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,290 | 8,649 | 7,653 | 43,592 -[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 17,038 | 5,897 | 3,745 | 26,680 -[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,308 | 2,251 | 704 | 8,263 -[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,737 | 5,681 | 3,691 | 26,109 -[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,939 | 547 | 227 | 2,713 -[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,845 | 6,941 | 5,452 | 31,238 -[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,227 | 6,325 | 4,111 | 29,663 -[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,355 | 7,721 | 8,091 | 46,167 -[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,178 | 2,160 | 1,099 | 8,437 -[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,801 | 3,518 | 1,930 | 15,249 -[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,161 | 831 | 285 | 3,277 +[v1.0.199](https://github.com/laurent22/joplin/releases/tag/v1.0.199) | 2020-04-10T18:41:58Z | 605 | 354 | 107 | 1,066 +[v1.0.197](https://github.com/laurent22/joplin/releases/tag/v1.0.197) | 2020-03-30T17:21:22Z | 21,560 | 9,349 | 5,460 | 36,369 +[v1.0.195](https://github.com/laurent22/joplin/releases/tag/v1.0.195) | 2020-03-22T19:56:12Z | 18,730 | 7,881 | 4,376 | 30,987 +[v1.0.194](https://github.com/laurent22/joplin/releases/tag/v1.0.194) | 2020-03-14T00:00:32Z | 1,239 | 1,327 | 477 | 3,043 +[v1.0.193](https://github.com/laurent22/joplin/releases/tag/v1.0.193) | 2020-03-08T08:58:53Z | 28,455 | 10,836 | 7,311 | 46,602 +[v1.0.192](https://github.com/laurent22/joplin/releases/tag/v1.0.192) | 2020-03-06T23:27:52Z | 436 | 106 | 77 | 619 +[v1.0.190](https://github.com/laurent22/joplin/releases/tag/v1.0.190) | 2020-03-06T01:22:22Z | 327 | 74 | 74 | 475 +[v1.0.189](https://github.com/laurent22/joplin/releases/tag/v1.0.189) | 2020-03-04T17:27:15Z | 309 | 82 | 83 | 474 +[v1.0.187](https://github.com/laurent22/joplin/releases/tag/v1.0.187) | 2020-03-01T12:31:06Z | 867 | 215 | 249 | 1,331 +[v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) | 2020-01-24T22:42:41Z | 70,704 | 28,325 | 22,395 | 121,424 +[v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) | 2020-01-20T19:06:45Z | 17,463 | 5,930 | 2,560 | 25,953 +[v1.0.177](https://github.com/laurent22/joplin/releases/tag/v1.0.177) | 2019-12-30T14:40:40Z | 1,899 | 418 | 600 | 2,917 +[v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) | 2019-12-14T10:36:44Z | 3,104 | 2,495 | 445 | 6,044 +[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 71,010 | 16,717 | 16,254 | 103,981 +[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,334 | 11,596 | 8,198 | 50,128 +[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 5,033 | 2,063 | 729 | 7,825 +[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,297 | 8,659 | 7,654 | 43,610 +[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 17,043 | 5,900 | 3,746 | 26,689 +[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,312 | 2,255 | 705 | 8,272 +[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,741 | 5,683 | 3,692 | 26,116 +[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,941 | 549 | 229 | 2,719 +[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,849 | 6,944 | 5,453 | 31,246 +[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,229 | 6,329 | 4,111 | 29,669 +[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,367 | 7,722 | 8,092 | 46,181 +[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,179 | 2,162 | 1,099 | 8,440 +[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,802 | 3,520 | 1,930 | 15,252 +[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,162 | 831 | 285 | 3,278 [v1.0.153](https://github.com/laurent22/joplin/releases/tag/v1.0.153) | 2019-05-15T06:27:29Z | 832 | 86 | 99 | 1,017 -[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,839 | 4,408 | 4,055 | 22,302 -[v1.0.151](https://github.com/laurent22/joplin/releases/tag/v1.0.151) | 2019-05-12T15:14:32Z | 1,939 | 521 | 951 | 3,411 -[v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) | 2019-05-12T11:27:48Z | 408 | 120 | 60 | 588 +[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,840 | 4,409 | 4,055 | 22,304 +[v1.0.151](https://github.com/laurent22/joplin/releases/tag/v1.0.151) | 2019-05-12T15:14:32Z | 1,940 | 522 | 952 | 3,414 +[v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) | 2019-05-12T11:27:48Z | 409 | 121 | 61 | 591 [v1.0.148](https://github.com/laurent22/joplin/releases/tag/v1.0.148) | 2019-05-08T19:12:24Z | 117 | 44 | 87 | 248 -[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,958 | 2,846 | 1,429 | 11,233 -[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,898 | 3,535 | 2,771 | 18,204 -[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,596 | 4,541 | 4,719 | 23,856 -[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,607 | 4,149 | 3,075 | 20,831 +[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,958 | 2,848 | 1,429 | 11,235 +[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,899 | 3,536 | 2,771 | 18,206 +[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,598 | 4,541 | 4,719 | 23,858 +[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,609 | 4,151 | 3,082 | 20,842 [v1.0.139](https://github.com/laurent22/joplin/releases/tag/v1.0.139) | 2019-03-09T10:06:48Z | 105 | 46 | 36 | 187 -[v1.0.138](https://github.com/laurent22/joplin/releases/tag/v1.0.138) | 2019-03-03T17:23:00Z | 134 | 72 | 78 | 284 -[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 571 | 46 | 77 | 694 -[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,431 | 3,942 | 4,058 | 20,431 -[v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,452 | 554 | 212 | 2,218 -[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,071 | 438 | 89 | 1,598 -[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,664 | 3,152 | 2,921 | 15,737 -[v1.0.126](https://github.com/laurent22/joplin/releases/tag/v1.0.126) | 2019-02-09T19:46:16Z | 918 | 61 | 111 | 1,090 +[v1.0.138](https://github.com/laurent22/joplin/releases/tag/v1.0.138) | 2019-03-03T17:23:00Z | 134 | 74 | 79 | 287 +[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 572 | 48 | 78 | 698 +[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,434 | 3,944 | 4,058 | 20,436 +[v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,453 | 554 | 213 | 2,220 +[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,072 | 438 | 89 | 1,599 +[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,668 | 3,153 | 2,922 | 15,743 +[v1.0.126](https://github.com/laurent22/joplin/releases/tag/v1.0.126) | 2019-02-09T19:46:16Z | 919 | 61 | 111 | 1,091 [v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) | 2019-01-26T18:14:33Z | 10,236 | 3,541 | 1,696 | 15,473 -[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,586 | 5,183 | 6,506 | 27,275 -[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,890 | 3,245 | 2,007 | 14,142 -[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 703 | 235 | 84 | 1,022 -[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,234 | 4,877 | 6,373 | 27,484 -[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,462 | 1,107 | 709 | 5,278 -[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,644 | 1,291 | 794 | 5,729 -[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,383 | 3,484 | 3,824 | 18,691 -[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,973 | 3,214 | 3,655 | 18,842 -[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 949 | 396 | 114 | 1,459 +[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,588 | 5,184 | 6,507 | 27,279 +[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,890 | 3,246 | 2,008 | 14,144 +[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 704 | 236 | 84 | 1,024 +[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,237 | 4,877 | 6,373 | 27,487 +[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,464 | 1,111 | 709 | 5,284 +[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,644 | 1,293 | 794 | 5,731 +[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,384 | 3,484 | 3,825 | 18,693 +[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,974 | 3,216 | 3,655 | 18,845 +[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 950 | 396 | 114 | 1,460 [v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,090 | 694 | 324 | 3,108 -[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 17 | 11 | 8 | 36 -[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,140 | 2,123 | 1,701 | 10,964 -[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,546 | 1,447 | 311 | 6,304 -[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,638 | 1,577 | 1,447 | 7,662 -[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,021 | 4,676 | 7,266 | 26,963 +[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 18 | 12 | 8 | 38 +[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,140 | 2,125 | 1,701 | 10,966 +[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,546 | 1,448 | 312 | 6,306 +[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,638 | 1,578 | 1,447 | 7,663 +[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,022 | 4,681 | 7,273 | 26,976 [v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,044 | 878 | 676 | 3,598 -[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,296 | 595 | 403 | 2,294 -[v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 869 | 421 | 234 | 1,524 -[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,245 | 588 | 375 | 2,208 +[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,296 | 596 | 403 | 2,295 +[v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 869 | 422 | 234 | 1,525 +[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,245 | 589 | 375 | 2,209 [v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 304 | 148 | 57 | 509 -[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,709 | 1,214 | 1,436 | 5,359 -[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 407 | 208 | 107 | 722 -[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,121 | 574 | 385 | 2,080 -[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,778 | 1,006 | 749 | 3,533 -[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 821 | 540 | 297 | 1,658 -[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 480 | 218 | 103 | 801 +[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,710 | 1,215 | 1,442 | 5,367 +[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 407 | 209 | 108 | 724 +[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,121 | 574 | 387 | 2,082 +[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,778 | 1,010 | 751 | 3,539 +[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 821 | 540 | 299 | 1,660 +[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 481 | 219 | 103 | 803 [v1.0.85](https://github.com/laurent22/joplin/releases/tag/v1.0.85) | 2018-05-01T21:08:24Z | 1,644 | 941 | 623 | 3,208 -[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,726 | 2,519 | 2,651 | 9,896 -[v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 689 | 393 | 113 | 1,195 -[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 996 | 587 | 772 | 2,355 -[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 925 | 526 | 369 | 1,820 -[v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) | 2018-03-17T15:27:18Z | 1,307 | 855 | 862 | 3,024 -[v1.0.77](https://github.com/laurent22/joplin/releases/tag/v1.0.77) | 2018-03-16T15:12:35Z | 170 | 96 | 36 | 302 -[v1.0.72](https://github.com/laurent22/joplin/releases/tag/v1.0.72) | 2018-03-14T09:44:35Z | 401 | 246 | 48 | 695 -[v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) | 2018-02-28T20:04:30Z | 1,849 | 1,040 | 1,242 | 4,131 -[v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) | 2018-02-19T22:51:08Z | 1,810 | 592 | 0 | 2,402 +[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,737 | 2,520 | 2,652 | 9,909 +[v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 689 | 395 | 115 | 1,199 +[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 997 | 587 | 774 | 2,358 +[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 926 | 526 | 369 | 1,821 +[v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) | 2018-03-17T15:27:18Z | 1,309 | 855 | 862 | 3,026 +[v1.0.77](https://github.com/laurent22/joplin/releases/tag/v1.0.77) | 2018-03-16T15:12:35Z | 170 | 97 | 36 | 303 +[v1.0.72](https://github.com/laurent22/joplin/releases/tag/v1.0.72) | 2018-03-14T09:44:35Z | 401 | 248 | 48 | 697 +[v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) | 2018-02-28T20:04:30Z | 1,850 | 1,040 | 1,243 | 4,133 +[v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) | 2018-02-19T22:51:08Z | 1,812 | 592 | 0 | 2,404 [v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 324 | 126 | 80 | 530 -[v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 190 | 118 | 128 | 436 -[v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1,081 | 537 | 1,120 | 2,738 -[v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 296 | 153 | 89 | 538 -[v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) | 2018-02-12T20:19:58Z | 555 | 290 | 363 | 1,208 -[v0.10.61](https://github.com/laurent22/joplin/releases/tag/v0.10.61) | 2018-02-08T18:27:39Z | 968 | 621 | 950 | 2,539 +[v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 191 | 120 | 130 | 441 +[v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1,082 | 538 | 1,120 | 2,740 +[v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 297 | 154 | 89 | 540 +[v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) | 2018-02-12T20:19:58Z | 555 | 292 | 363 | 1,210 +[v0.10.61](https://github.com/laurent22/joplin/releases/tag/v0.10.61) | 2018-02-08T18:27:39Z | 969 | 622 | 951 | 2,542 [v0.10.60](https://github.com/laurent22/joplin/releases/tag/v0.10.60) | 2018-02-06T13:09:56Z | 717 | 513 | 551 | 1,781 -[v0.10.54](https://github.com/laurent22/joplin/releases/tag/v0.10.54) | 2018-01-31T20:21:30Z | 1,817 | 1,451 | 316 | 3,584 -[v0.10.52](https://github.com/laurent22/joplin/releases/tag/v0.10.52) | 2018-01-31T19:25:18Z | 42 | 626 | 13 | 681 -[v0.10.51](https://github.com/laurent22/joplin/releases/tag/v0.10.51) | 2018-01-28T18:47:02Z | 1,324 | 1,591 | 325 | 3,240 -[v0.10.48](https://github.com/laurent22/joplin/releases/tag/v0.10.48) | 2018-01-23T11:19:51Z | 1,961 | 1,743 | 23 | 3,727 -[v0.10.47](https://github.com/laurent22/joplin/releases/tag/v0.10.47) | 2018-01-16T17:27:17Z | 1,224 | 1,261 | 65 | 2,550 +[v0.10.54](https://github.com/laurent22/joplin/releases/tag/v0.10.54) | 2018-01-31T20:21:30Z | 1,817 | 1,452 | 317 | 3,586 +[v0.10.52](https://github.com/laurent22/joplin/releases/tag/v0.10.52) | 2018-01-31T19:25:18Z | 44 | 627 | 14 | 685 +[v0.10.51](https://github.com/laurent22/joplin/releases/tag/v0.10.51) | 2018-01-28T18:47:02Z | 1,324 | 1,592 | 325 | 3,241 +[v0.10.48](https://github.com/laurent22/joplin/releases/tag/v0.10.48) | 2018-01-23T11:19:51Z | 1,962 | 1,743 | 23 | 3,728 +[v0.10.47](https://github.com/laurent22/joplin/releases/tag/v0.10.47) | 2018-01-16T17:27:17Z | 1,224 | 1,262 | 66 | 2,552 [v0.10.43](https://github.com/laurent22/joplin/releases/tag/v0.10.43) | 2018-01-08T10:12:10Z | 3,434 | 2,344 | 1,203 | 6,981 -[v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) | 2018-01-05T20:38:12Z | 1,033 | 1,540 | 236 | 2,809 -[v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) | 2018-01-02T23:16:57Z | 1,591 | 1,777 | 335 | 3,703 -[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,698 | 4,173 | 3,077 | 12,948 -[v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,044 | 1,222 | 303 | 2,569 +[v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) | 2018-01-05T20:38:12Z | 1,034 | 1,541 | 236 | 2,811 +[v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) | 2018-01-02T23:16:57Z | 1,592 | 1,777 | 337 | 3,706 +[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,703 | 4,177 | 3,081 | 12,961 +[v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,045 | 1,224 | 304 | 2,573 [v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) | 2017-12-07T19:38:05Z | 261 | 838 | 80 | 1,179 -[v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,011 | 1,349 | 436 | 2,796 +[v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,012 | 1,350 | 436 | 2,798 [v0.10.35](https://github.com/laurent22/joplin/releases/tag/v0.10.35) | 2017-12-02T15:56:08Z | 1,573 | 1,540 | 742 | 3,855 [v0.10.34](https://github.com/laurent22/joplin/releases/tag/v0.10.34) | 2017-12-02T14:50:28Z | 86 | 661 | 57 | 804 -[v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) | 2017-12-02T13:20:39Z | 56 | 650 | 19 | 725 +[v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) | 2017-12-02T13:20:39Z | 56 | 652 | 19 | 727 [v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) | 2017-12-01T09:56:44Z | 888 | 1,443 | 404 | 2,735 -[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 718 | 1,361 | 417 | 2,496 +[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 719 | 1,363 | 417 | 2,499 [v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,321 | 1,692 | 869 | 3,882 -[v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 183 | 693 | 258 | 1,134 -[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 145 | 688 | 6,100 | 6,933 -[v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 130 | 639 | 24 | 793 +[v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 183 | 694 | 258 | 1,135 +[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 145 | 690 | 6,119 | 6,954 +[v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 130 | 639 | 25 | 794 [v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) | 2017-11-20T21:45:57Z | 81 | 638 | 16 | 735 -[v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 48 | 629 | 9 | 686 -[v0.10.20](https://github.com/laurent22/joplin/releases/tag/v0.10.20) | 2017-11-17T17:18:25Z | 28 | 642 | 18 | 688 -[v0.10.19](https://github.com/laurent22/joplin/releases/tag/v0.10.19) | 2017-11-20T18:59:48Z | 11 | 634 | 9 | 654 \ No newline at end of file +[v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 48 | 630 | 9 | 687 +[v0.10.20](https://github.com/laurent22/joplin/releases/tag/v0.10.20) | 2017-11-17T17:18:25Z | 30 | 643 | 19 | 692 +[v0.10.19](https://github.com/laurent22/joplin/releases/tag/v0.10.19) | 2017-11-20T18:59:48Z | 11 | 635 | 9 | 655 \ No newline at end of file