diff --git a/README.md b/README.md
index d609c43aa..aa6d39a8a 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@ Three types of applications are available: for the **desktop** (Windows, macOS a
Operating System | Download | Alternative
-----------------|--------|-------------------
-Windows (32 and 64-bit) | | 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 | | You can also use Homebrew (unsupported): `brew cask install joplin`
-Linux | | An Arch Linux package (unsupported) [is also available](#terminal-application).
If it works with your distribution (it has been tested on Ubuntu, Fedora, and Mint; the desktop environments supported are GNOME, KDE, Xfce, MATE, LXQT, LXDE, Unity, Cinnamon, Deepin and Pantheon), 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) | | 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 | | You can also use Homebrew (unsupported): `brew cask install joplin`
+Linux | | An Arch Linux package (unsupported) [is also available](#terminal-application).
If it works with your distribution (it has been tested on Ubuntu, Fedora, and Mint; the desktop environments supported are GNOME, KDE, Xfce, MATE, LXQT, LXDE, Unity, Cinnamon, Deepin and Pantheon), 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/changelog/index.html b/docs/changelog/index.html
index 8475850ce..edcc31da7 100644
--- a/docs/changelog/index.html
+++ b/docs/changelog/index.html
@@ -351,6 +351,121 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog.md
Joplin changelog🔗
+
+This release will ask you to upgrade your sync target and, once it is done, only the latest clients will be able to sync with this sync target. So please make sure you upgrade your other clients too (mobile, cli, etc.).
+This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is. This is a one off operation.
+
+- New: Add mechanism to lock and upgrade sync targets (#3524)
+- New: Add version info to error screen
+- New: Added KeymapService to manage keyboard shortcuts (#3252 by Anjula Karunarathne)
+- New: Added attach file to menu bar (#3540 by @R3dError)
+- New: Add search filters (#3213) (#1877 by Naveen M V)
+- Security: Apply latest package security updates
+- Improved: Add support for OneDrive for Business (#3433) (#1266 by @jonath92)
+- Improved: Codemirror: clean up list indent code (#3581 by @CalebJohn)
+- Improved: Enable CodeMirror keybindings (#3545 by @CalebJohn)
+- Improved: Fix AppImage Icon (#3570) (#3529 by @Jesssullivan)
+- Improved: Hide completed to-dos in GotoAnything (#3580)
+- Improved: Implement scroll-past-end on CodeMirror editor (#3589 by @CalebJohn)
+- Improved: Show full folder name in mouse-over pop-up text (#3590) (#3569 by Allan Jacquet-Cretides)
+- Improved: Toggle Editor rather than setting split mode on search (#3561 by @CalebJohn)
+- Fixed: Fixed copy, cut and paste in Rich Text editor (#3565)
+- Fixed: Fixed scrolling issue when editing while searching in CodeMirror (#3593 by @CalebJohn)
+- Fixed: Fixed sync fetching issue (#3599) (#3591 by @alexchee)
+- Fixed: Fixed vim mode issue where status bar was not visible (#3606 by @CalebJohn)
+- Fixed: Modify the CodeMirror linter plugin to fix katex (#3582) (#3560 by @CalebJohn)
+- Fixed: Fixed Katex font rendering (#3664)
+- Fixed: Fix links within Mermaid documents (#3618)
+
+
+IMPORTANT: This pre-release will ask you to upgrade your sync target and, once it is done, only the latest clients will be able to sync with this sync target. Currently that includes the desktop app (v1.0.234+) and Android app (v1.0.337+). It means if you are using these two clients you'll be fine. However if you are using the iOS or CLI clients you might want to wait till these clients are updated. Any issue with the sync target upgrade, please post on the forum.
+This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is.
+Regression fixes:
+
+- Fixes #3645: Improved handling of startup errors, and prevent window from being invisible when upgrading sync target
+- Fixed OneDrive synchronisation (#3674)
+
+Main changes:
+
+- New: Add mechanism to lock and upgrade sync targets (#3524)
+- New: Add version info to error screen
+- New: Added KeymapService to manage keyboard shortcuts (#3252 by Anjula Karunarathne)
+- New: Added attach file to menu bar (#3540 by @R3dError)
+- New: Add search filters (#3213) (#1877 by Naveen M V)
+- Security: Apply latest package security updates
+- Improved: Add support for OneDrive for Business (#3433) (#1266 by @jonath92)
+- Improved: Codemirror: clean up list indent code (#3581 by @CalebJohn)
+- Improved: Enable CodeMirror keybindings (#3545 by @CalebJohn)
+- Improved: Fix AppImage Icon (#3570) (#3529 by @Jesssullivan)
+- Improved: Hide completed to-dos in GotoAnything (#3580)
+- Improved: Implement scroll-past-end on CodeMirror editor (#3589 by @CalebJohn)
+- Improved: Show full folder name in mouse-over pop-up text (#3590) (#3569 by Allan Jacquet-Cretides)
+- Improved: Toggle Editor rather than setting split mode on search (#3561 by @CalebJohn)
+- Fixed: Fixed copy, cut and paste in Rich Text editor (#3565)
+- Fixed: Fixed scrolling issue when editing while searching in CodeMirror (#3593 by @CalebJohn)
+- Fixed: Fixed sync fetching issue (#3599) (#3591 by @alexchee)
+- Fixed: Fixed vim mode issue where status bar was not visible (#3606 by @CalebJohn)
+- Fixed: Modify the CodeMirror linter plugin to fix katex (#3582) (#3560 by @CalebJohn)
+
+
+IMPORTANT: This pre-release will ask you to upgrade your sync target and, once it is done, only the latest clients will be able to sync with this sync target. Currently that includes the desktop app (v1.0.234+) and Android app (v1.0.337+). It means if you are using these two clients you'll be fine. However if you are using the iOS or CLI clients you might want to wait till these clients are updated. Any issue with the sync target upgrade, please post on the forum.
+This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is.
+Regression fixes:
+
+- Linux: Fixes #3645: Prevent lock when restarting app
+- Fixed OneDrive synchronisation (#3674)
+
+Main changes:
+
+- New: Add mechanism to lock and upgrade sync targets (#3524)
+- New: Add version info to error screen
+- New: Added KeymapService to manage keyboard shortcuts (#3252 by Anjula Karunarathne)
+- New: Added attach file to menu bar (#3540 by @R3dError)
+- New: Add search filters (#3213) (#1877 by Naveen M V)
+- Security: Apply latest package security updates
+- Improved: Add support for OneDrive for Business (#3433) (#1266 by @jonath92)
+- Improved: Codemirror: clean up list indent code (#3581 by @CalebJohn)
+- Improved: Enable CodeMirror keybindings (#3545 by @CalebJohn)
+- Improved: Fix AppImage Icon (#3570) (#3529 by @Jesssullivan)
+- Improved: Hide completed to-dos in GotoAnything (#3580)
+- Improved: Implement scroll-past-end on CodeMirror editor (#3589 by @CalebJohn)
+- Improved: Show full folder name in mouse-over pop-up text (#3590) (#3569 by Allan Jacquet-Cretides)
+- Improved: Toggle Editor rather than setting split mode on search (#3561 by @CalebJohn)
+- Fixed: Fixed copy, cut and paste in Rich Text editor (#3565)
+- Fixed: Fixed scrolling issue when editing while searching in CodeMirror (#3593 by @CalebJohn)
+- Fixed: Fixed sync fetching issue (#3599) (#3591 by @alexchee)
+- Fixed: Fixed vim mode issue where status bar was not visible (#3606 by @CalebJohn)
+- Fixed: Modify the CodeMirror linter plugin to fix katex (#3582) (#3560 by @CalebJohn)
+
+
+IMPORTANT: This pre-release will ask you to upgrade your sync target and, once it is done, only the latest clients will be able to sync with this sync target. Currently that includes the desktop app (v1.0.234+) and Android app (v1.0.337+). It means if you are using these two clients you'll be fine. However if you are using the iOS or CLI clients you might want to wait till these clients are updated. Any issue with the sync target upgrade, please post on the forum.
+This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is.
+Regression fixes:
+
+- Fixed OneDrive synchronisation (#3674)
+
+Main changes:
+
+- New: Add mechanism to lock and upgrade sync targets (#3524)
+- New: Add version info to error screen
+- New: Added KeymapService to manage keyboard shortcuts (#3252 by Anjula Karunarathne)
+- New: Added attach file to menu bar (#3540 by @R3dError)
+- New: Add search filters (#3213) (#1877 by Naveen M V)
+- Security: Apply latest package security updates
+- Improved: Add support for OneDrive for Business (#3433) (#1266 by @jonath92)
+- Improved: Codemirror: clean up list indent code (#3581 by @CalebJohn)
+- Improved: Enable CodeMirror keybindings (#3545 by @CalebJohn)
+- Improved: Fix AppImage Icon (#3570) (#3529 by @Jesssullivan)
+- Improved: Hide completed to-dos in GotoAnything (#3580)
+- Improved: Implement scroll-past-end on CodeMirror editor (#3589 by @CalebJohn)
+- Improved: Show full folder name in mouse-over pop-up text (#3590) (#3569 by Allan Jacquet-Cretides)
+- Improved: Toggle Editor rather than setting split mode on search (#3561 by @CalebJohn)
+- Fixed: Fixed copy, cut and paste in Rich Text editor (#3565)
+- Fixed: Fixed scrolling issue when editing while searching in CodeMirror (#3593 by @CalebJohn)
+- Fixed: Fixed sync fetching issue (#3599) (#3591 by @alexchee)
+- Fixed: Fixed vim mode issue where status bar was not visible (#3606 by @CalebJohn)
+- Fixed: Modify the CodeMirror linter plugin to fix katex (#3582) (#3560 by @CalebJohn)
+
Important: This pre-release will ask you to upgrade your sync target and, once it is done, only the latest clients will be able to sync with this sync target. Currently that includes the desktop app (v1.0.234+) and Android app (v1.0.337+). It means if you are using these two clients you'll be fine. However if you are using the iOS or CLI clients you might want to wait till these clients are updated. Any issue with the sync target upgrade, please post on the forum.
This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is
diff --git a/docs/changelog_cli/index.html b/docs/changelog_cli/index.html
index fb08c3f7b..b888bdc9b 100644
--- a/docs/changelog_cli/index.html
+++ b/docs/changelog_cli/index.html
@@ -351,6 +351,15 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog_cli.md
Joplin terminal app changelog🔗
+
+
+- New: Add mechanism to lock and upgrade sync targets (#3524)
+- Improved: Add search filters (#3213) (#1877 by Naveen M V)
+- Improved: Add support for OneDrive for Business (#3433) (#1266 by @jonath92)
+- Improved: Added link navigation shortcuts (#3275) (#3217 by j-krl)
+- Improved: When searching, weight notes using Okapi BM25 score (#3454 by Naveen M V)
+- Fixed: Fixed sync fetching issue (#3599) (#3591 by @alexchee)
+
- New: Add support for AWS S3 synchronisation (Beta) (#2815 by @alexchee)
diff --git a/docs/debugging/index.html b/docs/debugging/index.html
index ba3043bb2..b8b1abf05 100644
--- a/docs/debugging/index.html
+++ b/docs/debugging/index.html
@@ -354,14 +354,14 @@ https://github.com/laurent22/joplin/blob/master/readme/debugging.md
It is possible to get the apps to display or log more information that might help debug various issues.
Desktop application🔗
-- Add a file named "flags.txt" in the config directory (should be
~/.config/joplin-desktop
or c:\Users\YOUR_NAME\.config\joplin-desktop
) with the following content: --open-dev-tools --log-level debug
+- Add a file named "flags.txt" in the config directory (should be
~/.config/joplin-desktop
or c:\Users\YOUR_NAME\.config\joplin-desktop
) with the following content: --open-dev-tools --debug --log-level debug
- Restart the application
- The development tools should now be opened. Click the "Console" tab
- Now repeat the action that was causing problem. The console might output warnings or errors - please add them to the GitHub issue. Also open log.txt in the config folder and if there is any error or warning, please also add them to the issue.
CLI application🔗
-- Start the app with
joplin --log-level debug
+- Start the app with
joplin --debug --log-level debug
- Check the log.txt as specified above for the desktop application and attach the log to the GitHub issue (or just the warnings/errors if any)
Mobile application🔗
diff --git a/docs/index.html b/docs/index.html
index 1b427e6bc..ac2500613 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -371,17 +371,17 @@ https://github.com/laurent22/joplin/blob/master/README.md
Windows (32 and 64-bit) |
- |
-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. |
+ |
+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 |
- |
+ |
You can also use Homebrew (unsupported): brew cask install joplin |
Linux |
- |
+ |
An Arch Linux package (unsupported) is also available.
If it works with your distribution (it has been tested on Ubuntu, Fedora, and Mint; the desktop environments supported are GNOME, KDE, Xfce, MATE, LXQT, LXDE, Unity, Cinnamon, Deepin and Pantheon), 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 |
@@ -399,7 +399,7 @@ https://github.com/laurent22/joplin/blob/master/README.md
Android |
|
-or download the APK file: 64-bit 32-bit |
+or download the APK file: 64-bit 32-bit |
iOS |
@@ -670,17 +670,81 @@ Details:
swim* - will return all the notes that contain eg. "swim", but also "swimming", "swimsuit", etc. IMPORTANT: The wildcard can only be at the end - it will be ignored at the beginning of a word (eg. *swim ) and will be treated as a literal asterisk in the middle of a word (eg. ast*rix ) |
-Field restricted |
-Add either title: or body: before a note to restrict your search to just the title, or just the body. |
-title:shopping , body:egg |
-
-
Switch to basic search |
One drawback of Full Text Search is that it ignores most non-alphabetical characters. However in some cases you might want to search for this too. To do that, you can use basic search. You switch to this mode by prefixing your search with a slash / . This won't provide the benefits of FTS but it will allow searching exactly for what you need. Note that it can also be much slower, even extremely slow, depending on your query. |
/"- [ ]" - will return all the notes that contain unchecked checkboxes. |
+You can also use search filters to further restrict the search.
+
+
+
+Operator |
+Description |
+Example |
+
+
+
+
+- |
+If placed before a text term, it excludes the notes that contain that term. You can also place it before a filter to negate it. |
+-spam searches for all notes without the word spam .
office -trash searches for all notes with the wordoffice and without the word trash . |
+
+
+any: |
+Return notes that satisfy any/all of the required conditions. any:0 is the default, which means all conditions must be satisfied. |
+any:1 cat dog will return notes that have the word cat or dog .
any:0 cat dog will return notes with both the words cat and dog . |
+
+
+title: body: |
+Restrict your search to just the title or the body field. |
+title:"hello world" searches for notes whose title contains hello and world .
title:hello -body:world searches for notes whose title contains hello and body does not contain world . |
+
+
+tag: |
+Restrict the search to the notes with the specified tags. |
+tag:office searches for all notes having tag office.
tag:office tag:important searches for all notes having both office and important tags.
tag:office -tag:spam searches for notes having tag office which do not have tag spam .
any:1 tag:office tag:spam searches for notes having tag office or tag spam .
tag:be*ful does a search with wildcards.
tag:* returns all notes with tags.
-tag:* returns all notes without tags. |
+
+
+notebook: |
+Restrict the search to the specified notebook(s). It cannot be negated. |
+notebook:books limits the search scope within books and all its subnotebooks.
notebook:wheel*time does a wildcard search. |
+
+
+created: updated: |
+Searches for notes created/updated on dates specified using YYYYMMDD format. You can also search relative to the current day, week, month, or year. |
+created:20201218 will return notes created on or after December 18, 2020.
-updated:20201218 will return notes updated before December 18, 2020.
created:20200118 -created:20201215 will return notes created between January 18, 2020, and before December 15, 2020.
created:202001 -created:202003 will return notes created on or after January and before March 2020.
updated:1997 -updated:2020 will return all notes updated between the years 1997 and 2019.
created:day-2 searches for all notes created in the past two days.
updated:year-0 searches all notes updated in the current year. |
+
+
+type: |
+Restrict the search to either notes or todos. |
+type:note to return all notes
type:todo to return all todos |
+
+
+iscompleted: |
+Restrict the search to either completed or uncompleted todos. |
+iscompleted:1 to return all completed todos
iscompleted:0 to return all uncompleted todos |
+
+
+latitude: longitude: altitude: |
+Filter by location |
+latitude:40 -latitude:50 to return notes with latitude >= 40 and < 50 |
+
+
+resource: |
+Filter by attachment MIME type |
+resource:image/jpeg to return notes with a jpeg attachment.
-resource:application/pdf to return notes without a pdf attachment.
resource:image/* to return notes with any images. |
+
+
+sourceurl: |
+Filter by source URL |
+sourceurl:https://www.google.com
sourceurl:*joplinapp.org to perform a wildcard search. |
+
+
+
+Note: In CliClient you have to escape the query using --
when using negated filters.
+Eg. :search -- "-tag:tag1"
.
Notes are sorted by "relevance". Currently it means the notes that contain the requested terms the most times are on top. For queries with multiple terms, it also matters how close to each other the terms are. This is a bit experimental so if you notice a search query that returns unexpected results, please report it in the forum, providing as many details as possible to replicate the issue.
Goto Anything🔗
In the desktop application, press Ctrl+G or Cmd+G and type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name.
diff --git a/docs/stats/index.html b/docs/stats/index.html
index dc7e17d1c..cc62dad4b 100644
--- a/docs/stats/index.html
+++ b/docs/stats/index.html
@@ -361,15 +361,15 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
Total Windows downloads |
-960,363 |
+980,731 |
Total macOs downloads |
-370,685 |
+378,497 |
Total Linux downloads |
-267,570 |
+275,710 |
Windows % |
@@ -398,92 +398,124 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
+v1.0.241 |
+2020-09-04T18:06:00Z |
+2 |
+1 |
+0 |
+3 |
+
+
+v1.0.239 |
+2020-09-01T21:56:36Z |
+526 |
+187 |
+378 |
+1,091 |
+
+
+v1.0.237 |
+2020-08-29T15:38:04Z |
+548 |
+853 |
+321 |
+1,722 |
+
+
+v1.0.236 |
+2020-08-28T09:16:54Z |
+279 |
+78 |
+89 |
+446 |
+
+
v1.0.235 |
2020-08-18T22:08:01Z |
-302 |
-66 |
-55 |
-423 |
+1,581 |
+455 |
+899 |
+2,935 |
v1.0.234 |
2020-08-17T23:13:02Z |
-288 |
-76 |
-71 |
-435 |
+489 |
+92 |
+81 |
+662 |
v1.0.233 |
2020-08-01T14:51:15Z |
-24,632 |
-11,969 |
-5,946 |
-42,547 |
+41,474 |
+17,973 |
+12,256 |
+71,703 |
v1.0.232 |
2020-07-28T22:34:40Z |
-608 |
-185 |
-161 |
-954 |
+621 |
+194 |
+165 |
+980 |
v1.0.227 |
2020-07-07T20:44:54Z |
-39,786 |
-15,130 |
-9,547 |
-64,463 |
+40,003 |
+15,193 |
+9,584 |
+64,780 |
v1.0.226 |
2020-07-04T10:21:26Z |
-4,763 |
-2,196 |
-671 |
-7,630 |
+4,773 |
+2,203 |
+674 |
+7,650 |
v1.0.224 |
2020-06-20T22:26:08Z |
-24,572 |
-10,919 |
-5,975 |
-41,466 |
+24,595 |
+10,932 |
+5,979 |
+41,506 |
v1.0.223 |
2020-06-20T11:51:27Z |
-151 |
-80 |
-63 |
-294 |
+155 |
+84 |
+66 |
+305 |
v1.0.221 |
2020-06-20T01:44:20Z |
-819 |
-171 |
-193 |
-1,183 |
+823 |
+175 |
+195 |
+1,193 |
v1.0.220 |
2020-06-13T18:26:22Z |
-31,394 |
-9,860 |
-6,392 |
-47,646 |
+31,411 |
+9,872 |
+6,398 |
+47,681 |
v1.0.218 |
2020-06-07T10:43:34Z |
-14,396 |
-6,926 |
-2,944 |
-24,266 |
+14,417 |
+6,930 |
+2,946 |
+24,293 |
v1.0.217 |
@@ -496,362 +528,362 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.216 |
2020-05-24T14:21:01Z |
-35,921 |
-14,191 |
-10,117 |
-60,229 |
+35,980 |
+14,197 |
+10,120 |
+60,297 |
v1.0.214 |
2020-05-21T17:15:15Z |
-6,358 |
-3,433 |
-755 |
-10,546 |
+6,371 |
+3,435 |
+756 |
+10,562 |
v1.0.212 |
2020-05-21T07:48:39Z |
194 |
-58 |
+59 |
41 |
-293 |
+294 |
v1.0.211 |
2020-05-20T08:59:16Z |
-289 |
-123 |
+290 |
+124 |
81 |
-493 |
+495 |
v1.0.209 |
2020-05-17T18:32:51Z |
-1,383 |
-818 |
+1,384 |
+821 |
142 |
-2,343 |
+2,347 |
v1.0.207 |
2020-05-10T16:37:35Z |
-1,170 |
-254 |
+1,173 |
+256 |
1,008 |
-2,432 |
+2,437 |
v1.0.201 |
2020-04-15T22:55:13Z |
-51,847 |
-20,010 |
+51,929 |
+20,018 |
18,162 |
-90,019 |
+90,109 |
v1.0.200 |
2020-04-12T12:17:46Z |
9,534 |
-4,878 |
+4,882 |
1,895 |
-16,307 |
+16,311 |
v1.0.199 |
2020-04-10T18:41:58Z |
-19,186 |
-5,872 |
+19,197 |
+5,874 |
3,777 |
-28,835 |
+28,848 |
v1.0.197 |
2020-03-30T17:21:22Z |
-21,983 |
-9,485 |
-5,565 |
-37,033 |
+22,001 |
+9,492 |
+5,573 |
+37,066 |
v1.0.195 |
2020-03-22T19:56:12Z |
-18,840 |
-7,928 |
-4,498 |
-31,266 |
+18,842 |
+7,933 |
+4,499 |
+31,274 |
v1.0.194 |
2020-03-14T00:00:32Z |
-1,261 |
-1,356 |
+1,265 |
+1,362 |
496 |
-3,113 |
+3,123 |
v1.0.193 |
2020-03-08T08:58:53Z |
-28,564 |
-10,883 |
-7,338 |
-46,785 |
+28,571 |
+10,885 |
+7,345 |
+46,801 |
v1.0.192 |
2020-03-06T23:27:52Z |
-457 |
-111 |
+459 |
+112 |
82 |
-650 |
+653 |
v1.0.190 |
2020-03-06T01:22:22Z |
-354 |
+357 |
+80 |
79 |
-79 |
-512 |
+516 |
v1.0.189 |
2020-03-04T17:27:15Z |
-329 |
+332 |
88 |
87 |
-504 |
+507 |
v1.0.187 |
2020-03-01T12:31:06Z |
-906 |
-222 |
+911 |
+223 |
260 |
-1,388 |
+1,394 |
v1.0.179 |
2020-01-24T22:42:41Z |
-70,904 |
-28,427 |
-22,465 |
-121,796 |
+70,914 |
+28,435 |
+22,470 |
+121,819 |
v1.0.178 |
2020-01-20T19:06:45Z |
-17,512 |
+17,513 |
5,951 |
-2,573 |
-26,036 |
+2,575 |
+26,039 |
v1.0.177 |
2019-12-30T14:40:40Z |
-1,927 |
+1,930 |
428 |
-627 |
-2,982 |
+635 |
+2,993 |
v1.0.176 |
2019-12-14T10:36:44Z |
3,113 |
-2,522 |
+2,523 |
460 |
-6,095 |
+6,096 |
v1.0.175 |
2019-12-08T11:48:47Z |
-71,698 |
-16,832 |
-16,426 |
-104,956 |
+71,762 |
+16,836 |
+16,444 |
+105,042 |
v1.0.174 |
2019-11-12T18:20:58Z |
-30,375 |
-11,653 |
-8,213 |
-50,241 |
+30,379 |
+11,659 |
+8,215 |
+50,253 |
v1.0.173 |
2019-11-11T08:33:35Z |
-5,052 |
+5,053 |
2,068 |
736 |
-7,856 |
+7,857 |
v1.0.170 |
2019-10-13T22:13:04Z |
-27,356 |
-8,718 |
+27,360 |
+8,725 |
7,661 |
-43,735 |
+43,746 |
v1.0.169 |
2019-09-27T18:35:13Z |
-17,074 |
+17,075 |
5,911 |
-3,749 |
-26,734 |
+3,750 |
+26,736 |
v1.0.168 |
2019-09-25T21:21:38Z |
-5,320 |
-2,263 |
-710 |
-8,293 |
+5,321 |
+2,264 |
+713 |
+8,298 |
v1.0.167 |
2019-09-10T08:48:37Z |
-16,770 |
-5,693 |
-3,697 |
-26,160 |
+16,773 |
+5,694 |
+3,698 |
+26,165 |
v1.0.166 |
2019-09-09T17:35:54Z |
1,948 |
554 |
-233 |
-2,735 |
+234 |
+2,736 |
v1.0.165 |
2019-08-14T21:46:29Z |
-18,869 |
-6,955 |
-5,458 |
-31,282 |
+18,871 |
+6,963 |
+5,459 |
+31,293 |
v1.0.161 |
2019-07-13T18:30:00Z |
-19,262 |
-6,344 |
+19,265 |
+6,346 |
4,130 |
-29,736 |
+29,741 |
v1.0.160 |
2019-06-15T00:21:40Z |
-30,411 |
-7,732 |
+30,416 |
+7,734 |
8,095 |
-46,238 |
+46,245 |
v1.0.159 |
2019-06-08T00:00:19Z |
-5,186 |
+5,187 |
2,171 |
-1,102 |
-8,459 |
+1,104 |
+8,462 |
v1.0.158 |
2019-05-27T19:01:18Z |
-9,806 |
-3,529 |
+9,807 |
+3,532 |
1,933 |
-15,268 |
+15,272 |
v1.0.157 |
2019-05-26T17:55:53Z |
-2,170 |
+2,172 |
838 |
-287 |
-3,295 |
+288 |
+3,298 |
v1.0.153 |
2019-05-15T06:27:29Z |
-842 |
-93 |
+843 |
+95 |
103 |
-1,038 |
+1,041 |
v1.0.152 |
2019-05-13T09:08:07Z |
-13,852 |
-4,417 |
+13,854 |
+4,420 |
4,058 |
-22,327 |
+22,332 |
v1.0.151 |
2019-05-12T15:14:32Z |
1,946 |
-527 |
+528 |
954 |
-3,427 |
+3,428 |
v1.0.150 |
2019-05-12T11:27:48Z |
415 |
-126 |
+127 |
63 |
-604 |
+605 |
v1.0.148 |
2019-05-08T19:12:24Z |
123 |
-49 |
+50 |
92 |
-264 |
+265 |
v1.0.145 |
2019-05-03T09:16:53Z |
-6,988 |
-2,854 |
-1,433 |
-11,275 |
+6,993 |
+2,855 |
+1,434 |
+11,282 |
v1.0.143 |
2019-04-22T10:51:38Z |
11,908 |
-3,543 |
+3,545 |
2,775 |
-18,226 |
+18,228 |
v1.0.142 |
2019-04-02T16:44:51Z |
-14,633 |
+14,640 |
4,555 |
4,723 |
-23,911 |
+23,918 |
v1.0.140 |
2019-03-10T20:59:58Z |
13,617 |
-4,161 |
-3,147 |
-20,925 |
+4,163 |
+3,152 |
+20,932 |
v1.0.139 |
2019-03-09T10:06:48Z |
-112 |
-52 |
-41 |
-205 |
+115 |
+55 |
+42 |
+212 |
v1.0.138 |
@@ -864,18 +896,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.137 |
2019-03-03T01:12:51Z |
-578 |
-52 |
+582 |
+54 |
80 |
-710 |
+716 |
v1.0.135 |
2019-02-27T23:36:57Z |
-12,470 |
+12,474 |
3,950 |
4,069 |
-20,489 |
+20,493 |
v1.0.134 |
@@ -888,18 +920,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.132 |
2019-02-26T23:02:05Z |
-1,079 |
-445 |
+1,080 |
+446 |
92 |
-1,616 |
+1,618 |
v1.0.127 |
2019-02-14T23:12:48Z |
-9,711 |
+9,716 |
3,162 |
-2,924 |
-15,797 |
+2,927 |
+15,805 |
v1.0.126 |
@@ -913,41 +945,41 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.125 |
2019-01-26T18:14:33Z |
10,242 |
-3,549 |
+3,550 |
1,699 |
-15,490 |
+15,491 |
v1.0.120 |
2019-01-10T21:42:53Z |
15,596 |
-5,192 |
-6,510 |
-27,298 |
+5,193 |
+6,511 |
+27,300 |
v1.0.119 |
2018-12-18T12:40:22Z |
-8,898 |
-3,254 |
+8,899 |
+3,255 |
2,011 |
-14,163 |
+14,165 |
v1.0.118 |
2019-01-11T08:34:13Z |
-709 |
+710 |
241 |
-86 |
-1,036 |
+87 |
+1,038 |
v1.0.117 |
2018-11-24T12:05:24Z |
16,249 |
-4,885 |
+4,886 |
6,377 |
-27,511 |
+27,512 |
v1.0.116 |
@@ -960,10 +992,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.115 |
2018-11-16T16:52:02Z |
-3,650 |
+3,651 |
1,296 |
-796 |
-5,742 |
+797 |
+5,744 |
v1.0.114 |
@@ -976,10 +1008,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.111 |
2018-09-30T20:15:09Z |
-11,988 |
-3,269 |
-3,659 |
-18,916 |
+11,990 |
+3,272 |
+3,660 |
+18,922 |
v1.0.110 |
@@ -993,73 +1025,73 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.109 |
2018-09-27T18:01:41Z |
2,094 |
-698 |
+699 |
325 |
-3,117 |
+3,118 |
v1.0.108 |
2018-09-29T18:49:29Z |
23 |
15 |
-10 |
-48 |
+11 |
+49 |
v1.0.107 |
2018-09-16T19:51:07Z |
-7,143 |
+7,144 |
2,130 |
1,704 |
-10,977 |
+10,978 |
v1.0.106 |
2018-09-08T15:23:40Z |
4,551 |
-1,451 |
-314 |
-6,316 |
+1,452 |
+315 |
+6,318 |
v1.0.105 |
2018-09-05T11:29:36Z |
4,649 |
-1,581 |
+1,582 |
1,449 |
-7,679 |
+7,680 |
v1.0.104 |
2018-06-28T20:25:36Z |
-15,031 |
-4,690 |
-7,307 |
-27,028 |
+15,032 |
+4,691 |
+7,314 |
+27,037 |
v1.0.103 |
2018-06-21T19:38:13Z |
2,046 |
-880 |
+881 |
677 |
-3,603 |
+3,604 |
v1.0.101 |
2018-06-17T18:35:11Z |
-1,301 |
+1,302 |
601 |
406 |
-2,308 |
+2,309 |
v1.0.100 |
2018-06-14T17:41:43Z |
873 |
-426 |
+428 |
237 |
-1,536 |
+1,538 |
v1.0.99 |
@@ -1073,25 +1105,25 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.97 |
2018-06-09T19:23:34Z |
307 |
-152 |
+153 |
58 |
-517 |
+518 |
v1.0.96 |
2018-05-26T16:36:39Z |
-2,713 |
+2,714 |
1,218 |
-1,543 |
-5,474 |
+1,553 |
+5,485 |
v1.0.95 |
2018-05-25T13:04:30Z |
-411 |
-213 |
+412 |
+214 |
113 |
-737 |
+739 |
v1.0.94 |
@@ -1105,9 +1137,9 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.93 |
2018-05-14T11:36:01Z |
1,783 |
-1,050 |
+1,055 |
754 |
-3,587 |
+3,592 |
v1.0.91 |
@@ -1120,10 +1152,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.89 |
2018-05-09T13:05:05Z |
-486 |
+487 |
223 |
106 |
-815 |
+816 |
v1.0.85 |
@@ -1136,10 +1168,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.83 |
2018-04-04T19:43:58Z |
-4,784 |
-2,525 |
+4,787 |
+2,527 |
2,654 |
-9,963 |
+9,968 |
v1.0.82 |
@@ -1169,17 +1201,17 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.78 |
2018-03-17T15:27:18Z |
1,310 |
-864 |
+866 |
867 |
-3,041 |
+3,043 |
v1.0.77 |
2018-03-16T15:12:35Z |
-174 |
+175 |
101 |
44 |
-319 |
+320 |
v1.0.72 |
@@ -1192,18 +1224,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.70 |
2018-02-28T20:04:30Z |
-1,852 |
-1,046 |
-1,250 |
-4,148 |
+1,853 |
+1,047 |
+1,251 |
+4,151 |
v1.0.67 |
2018-02-19T22:51:08Z |
1,813 |
-598 |
+599 |
0 |
-2,411 |
+2,412 |
v1.0.66 |
@@ -1225,89 +1257,89 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v1.0.64 |
2018-02-16T00:58:20Z |
1,083 |
-541 |
+542 |
1,123 |
-2,747 |
+2,748 |
v1.0.63 |
2018-02-14T19:40:36Z |
-299 |
+300 |
157 |
93 |
-549 |
+550 |
v1.0.62 |
2018-02-12T20:19:58Z |
557 |
-295 |
+296 |
367 |
-1,219 |
+1,220 |
v0.10.61 |
2018-02-08T18:27:39Z |
-970 |
-626 |
+971 |
+630 |
957 |
-2,553 |
+2,558 |
v0.10.60 |
2018-02-06T13:09:56Z |
-720 |
+721 |
517 |
552 |
-1,789 |
+1,790 |
v0.10.54 |
2018-01-31T20:21:30Z |
1,818 |
-1,456 |
+1,457 |
320 |
-3,594 |
+3,595 |
v0.10.52 |
2018-01-31T19:25:18Z |
45 |
-629 |
+631 |
15 |
-689 |
+691 |
v0.10.51 |
2018-01-28T18:47:02Z |
1,326 |
-1,596 |
+1,597 |
327 |
-3,249 |
+3,250 |
v0.10.48 |
2018-01-23T11:19:51Z |
1,963 |
-1,748 |
+1,750 |
26 |
-3,737 |
+3,739 |
v0.10.47 |
2018-01-16T17:27:17Z |
1,227 |
-1,265 |
+1,266 |
67 |
-2,559 |
+2,560 |
v0.10.43 |
2018-01-08T10:12:10Z |
3,436 |
-2,349 |
+2,351 |
1,205 |
-6,990 |
+6,992 |
v0.10.41 |
@@ -1328,42 +1360,42 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v0.10.39 |
2017-12-11T21:19:44Z |
-5,753 |
-4,226 |
-3,128 |
-13,107 |
+5,759 |
+4,232 |
+3,134 |
+13,125 |
v0.10.38 |
2017-12-08T10:12:06Z |
-1,047 |
-1,227 |
+1,048 |
+1,228 |
306 |
-2,580 |
+2,582 |
v0.10.37 |
2017-12-07T19:38:05Z |
-263 |
-841 |
+264 |
+842 |
81 |
-1,185 |
+1,187 |
v0.10.36 |
2017-12-05T09:34:40Z |
1,013 |
-1,352 |
+1,353 |
437 |
-2,802 |
+2,803 |
v0.10.35 |
2017-12-02T15:56:08Z |
-1,575 |
+1,576 |
1,544 |
744 |
-3,863 |
+3,864 |
v0.10.34 |
@@ -1385,17 +1417,17 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v0.10.31 |
2017-12-01T09:56:44Z |
890 |
-1,447 |
+1,448 |
406 |
-2,743 |
+2,744 |
v0.10.30 |
2017-11-30T20:28:16Z |
721 |
-1,365 |
+1,366 |
419 |
-2,505 |
+2,506 |
v0.10.28 |
@@ -1416,10 +1448,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v0.10.25 |
2017-11-24T14:27:49Z |
-147 |
+148 |
692 |
-6,300 |
-7,139 |
+6,322 |
+7,162 |
v0.10.23 |
@@ -1449,17 +1481,17 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
v0.10.20 |
2017-11-17T17:18:25Z |
31 |
-645 |
+646 |
21 |
-697 |
+698 |
v0.10.19 |
2017-11-20T18:59:48Z |
-14 |
+15 |
639 |
12 |
-665 |
+666 |
diff --git a/docs/terminal/index.html b/docs/terminal/index.html
index b674eac83..2efe1e60f 100644
--- a/docs/terminal/index.html
+++ b/docs/terminal/index.html
@@ -495,7 +495,7 @@ https://github.com/laurent22/joplin/blob/master/readme/terminal.md
*/30 * * * * /path/to/joplin sync
-When Ctrl+Clicking a URL, most terminals will open that URL in the default browser. However, one issue, especially with long URLs, is that they can end up like this:
+When Ctrl+Clicking a URL (or opening with the shortcut 'o' while it is highlighted), most terminals will open that URL in the default browser. However, one issue, especially with long URLs, is that they can end up like this:
Not only it makes the text hard to read, but the link, being cut in two, will also not be clickable.
As a solution Joplin tries to start a mini-server in the background and, if successful, all the links will be converted to a much shorter URL:
@@ -554,6 +554,9 @@ dn mv $n ""
{ "keys": ["ENTER"], "type": "function", "command": "activate" },
{ "keys": ["DELETE", "BACKSPACE"], "type": "function", "command": "delete" },
{ "keys": [" "], "command": "todo toggle $n" },
+ { "keys": ["n"], "type": "function", "command": "next_link" },
+ { "keys": ["b"], "type": "function", "command": "previous_link" },
+ { "keys": ["o"], "type": "function", "command": "open_link" },
{ "keys": ["tc"], "type": "function", "command": "toggle_console" },
{ "keys": ["tm"], "type": "function", "command": "toggle_metadata" },
{ "keys": ["/"], "type": "prompt", "command": "search \"\"", "cursorPosition": -2 },
@@ -586,7 +589,7 @@ dn mv $n ""
The command that needs to be executed |
-cusorPosition |
+cursorPosition |
An integer. For prompt commands, tells where the cursor (caret) should start at. This is convenient for example to position the cursor between quotes. Use a negative value to set a position starting from the end. A value of "0" means positioning the caret at the first character. A value of "-1" means positioning it at the end. |
@@ -629,6 +632,18 @@ dn mv $n ""
Page down |
+next_link |
+Select the next link in the currently opened note (the first link will be selected if no link is currently selected) |
+
+
+previous_link |
+Select the previous link in the currently opened note (the last link will be selected if no link is currently selected) |
+
+
+open_link |
+Open the currently selected link externally |
+
+
activate |
Activates the selected item. If the item is a note for example it will be open in the editor |
diff --git a/readme/changelog.md b/readme/changelog.md
index ff326580e..577bf53b7 100644
--- a/readme/changelog.md
+++ b/readme/changelog.md
@@ -1,5 +1,131 @@
# Joplin changelog
+## [v1.0.241](https://github.com/laurent22/joplin/releases/tag/v1.0.241) - 2020-09-04T18:06:00Z
+
+This release will ask you to upgrade your sync target and, once it is done, only the latest clients will be able to sync with this sync target. So please make sure you upgrade your other clients too (mobile, cli, etc.).
+
+This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is. This is a one off operation.
+
+- New: Add mechanism to lock and upgrade sync targets ([#3524](https://github.com/laurent22/joplin/issues/3524))
+- New: Add version info to error screen
+- New: Added KeymapService to manage keyboard shortcuts ([#3252](https://github.com/laurent22/joplin/issues/3252) by Anjula Karunarathne)
+- New: Added attach file to menu bar ([#3540](https://github.com/laurent22/joplin/issues/3540) by [@R3dError](https://github.com/R3dError))
+- New: Add search filters ([#3213](https://github.com/laurent22/joplin/issues/3213)) ([#1877](https://github.com/laurent22/joplin/issues/1877) by Naveen M V)
+- Security: Apply latest package security updates
+- Improved: Add support for OneDrive for Business ([#3433](https://github.com/laurent22/joplin/issues/3433)) ([#1266](https://github.com/laurent22/joplin/issues/1266) by [@jonath92](https://github.com/jonath92))
+- Improved: Codemirror: clean up list indent code ([#3581](https://github.com/laurent22/joplin/issues/3581) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Enable CodeMirror keybindings ([#3545](https://github.com/laurent22/joplin/issues/3545) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Fix AppImage Icon ([#3570](https://github.com/laurent22/joplin/issues/3570)) ([#3529](https://github.com/laurent22/joplin/issues/3529) by [@Jesssullivan](https://github.com/Jesssullivan))
+- Improved: Hide completed to-dos in GotoAnything ([#3580](https://github.com/laurent22/joplin/issues/3580))
+- Improved: Implement scroll-past-end on CodeMirror editor ([#3589](https://github.com/laurent22/joplin/issues/3589) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Show full folder name in mouse-over pop-up text ([#3590](https://github.com/laurent22/joplin/issues/3590)) ([#3569](https://github.com/laurent22/joplin/issues/3569) by Allan Jacquet-Cretides)
+- Improved: Toggle Editor rather than setting split mode on search ([#3561](https://github.com/laurent22/joplin/issues/3561) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Fixed copy, cut and paste in Rich Text editor ([#3565](https://github.com/laurent22/joplin/issues/3565))
+- Fixed: Fixed scrolling issue when editing while searching in CodeMirror ([#3593](https://github.com/laurent22/joplin/issues/3593) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Fixed sync fetching issue ([#3599](https://github.com/laurent22/joplin/issues/3599)) ([#3591](https://github.com/laurent22/joplin/issues/3591) by [@alexchee](https://github.com/alexchee))
+- Fixed: Fixed vim mode issue where status bar was not visible ([#3606](https://github.com/laurent22/joplin/issues/3606) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Modify the CodeMirror linter plugin to fix katex ([#3582](https://github.com/laurent22/joplin/issues/3582)) ([#3560](https://github.com/laurent22/joplin/issues/3560) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Fixed Katex font rendering ([#3664](https://github.com/laurent22/joplin/issues/3664))
+- Fixed: Fix links within Mermaid documents ([#3618](https://github.com/laurent22/joplin/issues/3618))
+
+## [v1.0.239](https://github.com/laurent22/joplin/releases/tag/v1.0.239) - 2020-09-01T21:56:36Z
+
+IMPORTANT: This pre-release will ask you to upgrade your sync target and, once it is done, only the latest clients will be able to sync with this sync target. Currently that includes the desktop app (v1.0.234+) and Android app (v1.0.337+). It means if you are using these two clients you'll be fine. However if you are using the iOS or CLI clients you might want to wait till these clients are updated. Any issue with the sync target upgrade, please post on the forum.
+
+This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is.
+
+Regression fixes:
+
+- Fixes [#3645](https://github.com/laurent22/joplin/issues/3645): Improved handling of startup errors, and prevent window from being invisible when upgrading sync target
+- Fixed OneDrive synchronisation ([#3674](https://github.com/laurent22/joplin/issues/3674))
+
+Main changes:
+
+- New: Add mechanism to lock and upgrade sync targets ([#3524](https://github.com/laurent22/joplin/issues/3524))
+- New: Add version info to error screen
+- New: Added KeymapService to manage keyboard shortcuts ([#3252](https://github.com/laurent22/joplin/issues/3252) by Anjula Karunarathne)
+- New: Added attach file to menu bar ([#3540](https://github.com/laurent22/joplin/issues/3540) by [@R3dError](https://github.com/R3dError))
+- New: Add search filters ([#3213](https://github.com/laurent22/joplin/issues/3213)) ([#1877](https://github.com/laurent22/joplin/issues/1877) by Naveen M V)
+- Security: Apply latest package security updates
+- Improved: Add support for OneDrive for Business ([#3433](https://github.com/laurent22/joplin/issues/3433)) ([#1266](https://github.com/laurent22/joplin/issues/1266) by [@jonath92](https://github.com/jonath92))
+- Improved: Codemirror: clean up list indent code ([#3581](https://github.com/laurent22/joplin/issues/3581) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Enable CodeMirror keybindings ([#3545](https://github.com/laurent22/joplin/issues/3545) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Fix AppImage Icon ([#3570](https://github.com/laurent22/joplin/issues/3570)) ([#3529](https://github.com/laurent22/joplin/issues/3529) by [@Jesssullivan](https://github.com/Jesssullivan))
+- Improved: Hide completed to-dos in GotoAnything ([#3580](https://github.com/laurent22/joplin/issues/3580))
+- Improved: Implement scroll-past-end on CodeMirror editor ([#3589](https://github.com/laurent22/joplin/issues/3589) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Show full folder name in mouse-over pop-up text ([#3590](https://github.com/laurent22/joplin/issues/3590)) ([#3569](https://github.com/laurent22/joplin/issues/3569) by Allan Jacquet-Cretides)
+- Improved: Toggle Editor rather than setting split mode on search ([#3561](https://github.com/laurent22/joplin/issues/3561) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Fixed copy, cut and paste in Rich Text editor ([#3565](https://github.com/laurent22/joplin/issues/3565))
+- Fixed: Fixed scrolling issue when editing while searching in CodeMirror ([#3593](https://github.com/laurent22/joplin/issues/3593) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Fixed sync fetching issue ([#3599](https://github.com/laurent22/joplin/issues/3599)) ([#3591](https://github.com/laurent22/joplin/issues/3591) by [@alexchee](https://github.com/alexchee))
+- Fixed: Fixed vim mode issue where status bar was not visible ([#3606](https://github.com/laurent22/joplin/issues/3606) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Modify the CodeMirror linter plugin to fix katex ([#3582](https://github.com/laurent22/joplin/issues/3582)) ([#3560](https://github.com/laurent22/joplin/issues/3560) by [@CalebJohn](https://github.com/CalebJohn))
+
+## [v1.0.237](https://github.com/laurent22/joplin/releases/tag/v1.0.237) - 2020-08-29T15:38:04Z
+
+IMPORTANT: This pre-release will ask you to upgrade your sync target and, once it is done, only the latest clients will be able to sync with this sync target. Currently that includes the desktop app (v1.0.234+) and Android app (v1.0.337+). It means if you are using these two clients you'll be fine. However if you are using the iOS or CLI clients you might want to wait till these clients are updated. Any issue with the sync target upgrade, please post on the forum.
+
+This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is.
+
+Regression fixes:
+
+- Linux: Fixes [#3645](https://github.com/laurent22/joplin/issues/3645): Prevent lock when restarting app
+- Fixed OneDrive synchronisation ([#3674](https://github.com/laurent22/joplin/issues/3674))
+
+Main changes:
+
+- New: Add mechanism to lock and upgrade sync targets ([#3524](https://github.com/laurent22/joplin/issues/3524))
+- New: Add version info to error screen
+- New: Added KeymapService to manage keyboard shortcuts ([#3252](https://github.com/laurent22/joplin/issues/3252) by Anjula Karunarathne)
+- New: Added attach file to menu bar ([#3540](https://github.com/laurent22/joplin/issues/3540) by [@R3dError](https://github.com/R3dError))
+- New: Add search filters ([#3213](https://github.com/laurent22/joplin/issues/3213)) ([#1877](https://github.com/laurent22/joplin/issues/1877) by Naveen M V)
+- Security: Apply latest package security updates
+- Improved: Add support for OneDrive for Business ([#3433](https://github.com/laurent22/joplin/issues/3433)) ([#1266](https://github.com/laurent22/joplin/issues/1266) by [@jonath92](https://github.com/jonath92))
+- Improved: Codemirror: clean up list indent code ([#3581](https://github.com/laurent22/joplin/issues/3581) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Enable CodeMirror keybindings ([#3545](https://github.com/laurent22/joplin/issues/3545) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Fix AppImage Icon ([#3570](https://github.com/laurent22/joplin/issues/3570)) ([#3529](https://github.com/laurent22/joplin/issues/3529) by [@Jesssullivan](https://github.com/Jesssullivan))
+- Improved: Hide completed to-dos in GotoAnything ([#3580](https://github.com/laurent22/joplin/issues/3580))
+- Improved: Implement scroll-past-end on CodeMirror editor ([#3589](https://github.com/laurent22/joplin/issues/3589) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Show full folder name in mouse-over pop-up text ([#3590](https://github.com/laurent22/joplin/issues/3590)) ([#3569](https://github.com/laurent22/joplin/issues/3569) by Allan Jacquet-Cretides)
+- Improved: Toggle Editor rather than setting split mode on search ([#3561](https://github.com/laurent22/joplin/issues/3561) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Fixed copy, cut and paste in Rich Text editor ([#3565](https://github.com/laurent22/joplin/issues/3565))
+- Fixed: Fixed scrolling issue when editing while searching in CodeMirror ([#3593](https://github.com/laurent22/joplin/issues/3593) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Fixed sync fetching issue ([#3599](https://github.com/laurent22/joplin/issues/3599)) ([#3591](https://github.com/laurent22/joplin/issues/3591) by [@alexchee](https://github.com/alexchee))
+- Fixed: Fixed vim mode issue where status bar was not visible ([#3606](https://github.com/laurent22/joplin/issues/3606) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Modify the CodeMirror linter plugin to fix katex ([#3582](https://github.com/laurent22/joplin/issues/3582)) ([#3560](https://github.com/laurent22/joplin/issues/3560) by [@CalebJohn](https://github.com/CalebJohn))
+
+## [v1.0.236](https://github.com/laurent22/joplin/releases/tag/v1.0.236) - 2020-08-28T09:16:54Z
+
+IMPORTANT: This pre-release will ask you to upgrade your sync target and, once it is done, only the latest clients will be able to sync with this sync target. Currently that includes the desktop app (v1.0.234+) and Android app (v1.0.337+). It means if you are using these two clients you'll be fine. However if you are using the iOS or CLI clients you might want to wait till these clients are updated. Any issue with the sync target upgrade, please post on the forum.
+
+This version also includes an update to the search engine and as a result starting the app the first might be SLOW, as the search engine indexes all your notes. It might take from a few seconds to several minutes depending on how large your note collection is.
+
+Regression fixes:
+
+- Fixed OneDrive synchronisation ([#3674](https://github.com/laurent22/joplin/issues/3674))
+
+Main changes:
+
+- New: Add mechanism to lock and upgrade sync targets ([#3524](https://github.com/laurent22/joplin/issues/3524))
+- New: Add version info to error screen
+- New: Added KeymapService to manage keyboard shortcuts ([#3252](https://github.com/laurent22/joplin/issues/3252) by Anjula Karunarathne)
+- New: Added attach file to menu bar ([#3540](https://github.com/laurent22/joplin/issues/3540) by [@R3dError](https://github.com/R3dError))
+- New: Add search filters ([#3213](https://github.com/laurent22/joplin/issues/3213)) ([#1877](https://github.com/laurent22/joplin/issues/1877) by Naveen M V)
+- Security: Apply latest package security updates
+- Improved: Add support for OneDrive for Business ([#3433](https://github.com/laurent22/joplin/issues/3433)) ([#1266](https://github.com/laurent22/joplin/issues/1266) by [@jonath92](https://github.com/jonath92))
+- Improved: Codemirror: clean up list indent code ([#3581](https://github.com/laurent22/joplin/issues/3581) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Enable CodeMirror keybindings ([#3545](https://github.com/laurent22/joplin/issues/3545) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Fix AppImage Icon ([#3570](https://github.com/laurent22/joplin/issues/3570)) ([#3529](https://github.com/laurent22/joplin/issues/3529) by [@Jesssullivan](https://github.com/Jesssullivan))
+- Improved: Hide completed to-dos in GotoAnything ([#3580](https://github.com/laurent22/joplin/issues/3580))
+- Improved: Implement scroll-past-end on CodeMirror editor ([#3589](https://github.com/laurent22/joplin/issues/3589) by [@CalebJohn](https://github.com/CalebJohn))
+- Improved: Show full folder name in mouse-over pop-up text ([#3590](https://github.com/laurent22/joplin/issues/3590)) ([#3569](https://github.com/laurent22/joplin/issues/3569) by Allan Jacquet-Cretides)
+- Improved: Toggle Editor rather than setting split mode on search ([#3561](https://github.com/laurent22/joplin/issues/3561) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Fixed copy, cut and paste in Rich Text editor ([#3565](https://github.com/laurent22/joplin/issues/3565))
+- Fixed: Fixed scrolling issue when editing while searching in CodeMirror ([#3593](https://github.com/laurent22/joplin/issues/3593) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Fixed sync fetching issue ([#3599](https://github.com/laurent22/joplin/issues/3599)) ([#3591](https://github.com/laurent22/joplin/issues/3591) by [@alexchee](https://github.com/alexchee))
+- Fixed: Fixed vim mode issue where status bar was not visible ([#3606](https://github.com/laurent22/joplin/issues/3606) by [@CalebJohn](https://github.com/CalebJohn))
+- Fixed: Modify the CodeMirror linter plugin to fix katex ([#3582](https://github.com/laurent22/joplin/issues/3582)) ([#3560](https://github.com/laurent22/joplin/issues/3560) by [@CalebJohn](https://github.com/CalebJohn))
+
## [v1.0.235](https://github.com/laurent22/joplin/releases/tag/v1.0.235) - 2020-08-18T22:08:01Z
Important: This pre-release will ask you to upgrade your sync target and, once it is done, only the latest clients will be able to sync with this sync target. Currently that includes the desktop app (v1.0.234+) and Android app (v1.0.337+). It means if you are using these two clients you'll be fine. However if you are using the iOS or CLI clients you might want to wait till these clients are updated. Any issue with the sync target upgrade, please post on the forum.
diff --git a/readme/stats.md b/readme/stats.md
index 7d378bcce..8ffdf55cd 100644
--- a/readme/stats.md
+++ b/readme/stats.md
@@ -2,145 +2,149 @@
Name | Value
--- | ---
-Total Windows downloads | 960,363
-Total macOs downloads | 370,685
-Total Linux downloads | 267,570
+Total Windows downloads | 980,731
+Total macOs downloads | 378,497
+Total Linux downloads | 275,710
Windows % | 60%
macOS % | 23%
Linux % | 17%
Version | Date | Windows | macOS | Linux | Total
--- | --- | --- | --- | --- | ---
-[v1.0.235](https://github.com/laurent22/joplin/releases/tag/v1.0.235) | 2020-08-18T22:08:01Z | 302 | 66 | 55 | 423
-[v1.0.234](https://github.com/laurent22/joplin/releases/tag/v1.0.234) | 2020-08-17T23:13:02Z | 288 | 76 | 71 | 435
-[v1.0.233](https://github.com/laurent22/joplin/releases/tag/v1.0.233) | 2020-08-01T14:51:15Z | 24,632 | 11,969 | 5,946 | 42,547
-[v1.0.232](https://github.com/laurent22/joplin/releases/tag/v1.0.232) | 2020-07-28T22:34:40Z | 608 | 185 | 161 | 954
-[v1.0.227](https://github.com/laurent22/joplin/releases/tag/v1.0.227) | 2020-07-07T20:44:54Z | 39,786 | 15,130 | 9,547 | 64,463
-[v1.0.226](https://github.com/laurent22/joplin/releases/tag/v1.0.226) | 2020-07-04T10:21:26Z | 4,763 | 2,196 | 671 | 7,630
-[v1.0.224](https://github.com/laurent22/joplin/releases/tag/v1.0.224) | 2020-06-20T22:26:08Z | 24,572 | 10,919 | 5,975 | 41,466
-[v1.0.223](https://github.com/laurent22/joplin/releases/tag/v1.0.223) | 2020-06-20T11:51:27Z | 151 | 80 | 63 | 294
-[v1.0.221](https://github.com/laurent22/joplin/releases/tag/v1.0.221) | 2020-06-20T01:44:20Z | 819 | 171 | 193 | 1,183
-[v1.0.220](https://github.com/laurent22/joplin/releases/tag/v1.0.220) | 2020-06-13T18:26:22Z | 31,394 | 9,860 | 6,392 | 47,646
-[v1.0.218](https://github.com/laurent22/joplin/releases/tag/v1.0.218) | 2020-06-07T10:43:34Z | 14,396 | 6,926 | 2,944 | 24,266
+[v1.0.241](https://github.com/laurent22/joplin/releases/tag/v1.0.241) | 2020-09-04T18:06:00Z | 2 | 1 | 0 | 3
+[v1.0.239](https://github.com/laurent22/joplin/releases/tag/v1.0.239) | 2020-09-01T21:56:36Z | 526 | 187 | 378 | 1,091
+[v1.0.237](https://github.com/laurent22/joplin/releases/tag/v1.0.237) | 2020-08-29T15:38:04Z | 548 | 853 | 321 | 1,722
+[v1.0.236](https://github.com/laurent22/joplin/releases/tag/v1.0.236) | 2020-08-28T09:16:54Z | 279 | 78 | 89 | 446
+[v1.0.235](https://github.com/laurent22/joplin/releases/tag/v1.0.235) | 2020-08-18T22:08:01Z | 1,581 | 455 | 899 | 2,935
+[v1.0.234](https://github.com/laurent22/joplin/releases/tag/v1.0.234) | 2020-08-17T23:13:02Z | 489 | 92 | 81 | 662
+[v1.0.233](https://github.com/laurent22/joplin/releases/tag/v1.0.233) | 2020-08-01T14:51:15Z | 41,474 | 17,973 | 12,256 | 71,703
+[v1.0.232](https://github.com/laurent22/joplin/releases/tag/v1.0.232) | 2020-07-28T22:34:40Z | 621 | 194 | 165 | 980
+[v1.0.227](https://github.com/laurent22/joplin/releases/tag/v1.0.227) | 2020-07-07T20:44:54Z | 40,003 | 15,193 | 9,584 | 64,780
+[v1.0.226](https://github.com/laurent22/joplin/releases/tag/v1.0.226) | 2020-07-04T10:21:26Z | 4,773 | 2,203 | 674 | 7,650
+[v1.0.224](https://github.com/laurent22/joplin/releases/tag/v1.0.224) | 2020-06-20T22:26:08Z | 24,595 | 10,932 | 5,979 | 41,506
+[v1.0.223](https://github.com/laurent22/joplin/releases/tag/v1.0.223) | 2020-06-20T11:51:27Z | 155 | 84 | 66 | 305
+[v1.0.221](https://github.com/laurent22/joplin/releases/tag/v1.0.221) | 2020-06-20T01:44:20Z | 823 | 175 | 195 | 1,193
+[v1.0.220](https://github.com/laurent22/joplin/releases/tag/v1.0.220) | 2020-06-13T18:26:22Z | 31,411 | 9,872 | 6,398 | 47,681
+[v1.0.218](https://github.com/laurent22/joplin/releases/tag/v1.0.218) | 2020-06-07T10:43:34Z | 14,417 | 6,930 | 2,946 | 24,293
[v1.0.217](https://github.com/laurent22/joplin/releases/tag/v1.0.217) | 2020-06-06T15:17:27Z | 212 | 80 | 49 | 341
-[v1.0.216](https://github.com/laurent22/joplin/releases/tag/v1.0.216) | 2020-05-24T14:21:01Z | 35,921 | 14,191 | 10,117 | 60,229
-[v1.0.214](https://github.com/laurent22/joplin/releases/tag/v1.0.214) | 2020-05-21T17:15:15Z | 6,358 | 3,433 | 755 | 10,546
-[v1.0.212](https://github.com/laurent22/joplin/releases/tag/v1.0.212) | 2020-05-21T07:48:39Z | 194 | 58 | 41 | 293
-[v1.0.211](https://github.com/laurent22/joplin/releases/tag/v1.0.211) | 2020-05-20T08:59:16Z | 289 | 123 | 81 | 493
-[v1.0.209](https://github.com/laurent22/joplin/releases/tag/v1.0.209) | 2020-05-17T18:32:51Z | 1,383 | 818 | 142 | 2,343
-[v1.0.207](https://github.com/laurent22/joplin/releases/tag/v1.0.207) | 2020-05-10T16:37:35Z | 1,170 | 254 | 1,008 | 2,432
-[v1.0.201](https://github.com/laurent22/joplin/releases/tag/v1.0.201) | 2020-04-15T22:55:13Z | 51,847 | 20,010 | 18,162 | 90,019
-[v1.0.200](https://github.com/laurent22/joplin/releases/tag/v1.0.200) | 2020-04-12T12:17:46Z | 9,534 | 4,878 | 1,895 | 16,307
-[v1.0.199](https://github.com/laurent22/joplin/releases/tag/v1.0.199) | 2020-04-10T18:41:58Z | 19,186 | 5,872 | 3,777 | 28,835
-[v1.0.197](https://github.com/laurent22/joplin/releases/tag/v1.0.197) | 2020-03-30T17:21:22Z | 21,983 | 9,485 | 5,565 | 37,033
-[v1.0.195](https://github.com/laurent22/joplin/releases/tag/v1.0.195) | 2020-03-22T19:56:12Z | 18,840 | 7,928 | 4,498 | 31,266
-[v1.0.194](https://github.com/laurent22/joplin/releases/tag/v1.0.194) | 2020-03-14T00:00:32Z | 1,261 | 1,356 | 496 | 3,113
-[v1.0.193](https://github.com/laurent22/joplin/releases/tag/v1.0.193) | 2020-03-08T08:58:53Z | 28,564 | 10,883 | 7,338 | 46,785
-[v1.0.192](https://github.com/laurent22/joplin/releases/tag/v1.0.192) | 2020-03-06T23:27:52Z | 457 | 111 | 82 | 650
-[v1.0.190](https://github.com/laurent22/joplin/releases/tag/v1.0.190) | 2020-03-06T01:22:22Z | 354 | 79 | 79 | 512
-[v1.0.189](https://github.com/laurent22/joplin/releases/tag/v1.0.189) | 2020-03-04T17:27:15Z | 329 | 88 | 87 | 504
-[v1.0.187](https://github.com/laurent22/joplin/releases/tag/v1.0.187) | 2020-03-01T12:31:06Z | 906 | 222 | 260 | 1,388
-[v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) | 2020-01-24T22:42:41Z | 70,904 | 28,427 | 22,465 | 121,796
-[v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) | 2020-01-20T19:06:45Z | 17,512 | 5,951 | 2,573 | 26,036
-[v1.0.177](https://github.com/laurent22/joplin/releases/tag/v1.0.177) | 2019-12-30T14:40:40Z | 1,927 | 428 | 627 | 2,982
-[v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) | 2019-12-14T10:36:44Z | 3,113 | 2,522 | 460 | 6,095
-[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 71,698 | 16,832 | 16,426 | 104,956
-[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,375 | 11,653 | 8,213 | 50,241
-[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 5,052 | 2,068 | 736 | 7,856
-[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,356 | 8,718 | 7,661 | 43,735
-[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 17,074 | 5,911 | 3,749 | 26,734
-[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,320 | 2,263 | 710 | 8,293
-[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,770 | 5,693 | 3,697 | 26,160
-[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,948 | 554 | 233 | 2,735
-[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,869 | 6,955 | 5,458 | 31,282
-[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,262 | 6,344 | 4,130 | 29,736
-[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,411 | 7,732 | 8,095 | 46,238
-[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,186 | 2,171 | 1,102 | 8,459
-[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,806 | 3,529 | 1,933 | 15,268
-[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,170 | 838 | 287 | 3,295
-[v1.0.153](https://github.com/laurent22/joplin/releases/tag/v1.0.153) | 2019-05-15T06:27:29Z | 842 | 93 | 103 | 1,038
-[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,852 | 4,417 | 4,058 | 22,327
-[v1.0.151](https://github.com/laurent22/joplin/releases/tag/v1.0.151) | 2019-05-12T15:14:32Z | 1,946 | 527 | 954 | 3,427
-[v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) | 2019-05-12T11:27:48Z | 415 | 126 | 63 | 604
-[v1.0.148](https://github.com/laurent22/joplin/releases/tag/v1.0.148) | 2019-05-08T19:12:24Z | 123 | 49 | 92 | 264
-[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,988 | 2,854 | 1,433 | 11,275
-[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,908 | 3,543 | 2,775 | 18,226
-[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,633 | 4,555 | 4,723 | 23,911
-[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,617 | 4,161 | 3,147 | 20,925
-[v1.0.139](https://github.com/laurent22/joplin/releases/tag/v1.0.139) | 2019-03-09T10:06:48Z | 112 | 52 | 41 | 205
+[v1.0.216](https://github.com/laurent22/joplin/releases/tag/v1.0.216) | 2020-05-24T14:21:01Z | 35,980 | 14,197 | 10,120 | 60,297
+[v1.0.214](https://github.com/laurent22/joplin/releases/tag/v1.0.214) | 2020-05-21T17:15:15Z | 6,371 | 3,435 | 756 | 10,562
+[v1.0.212](https://github.com/laurent22/joplin/releases/tag/v1.0.212) | 2020-05-21T07:48:39Z | 194 | 59 | 41 | 294
+[v1.0.211](https://github.com/laurent22/joplin/releases/tag/v1.0.211) | 2020-05-20T08:59:16Z | 290 | 124 | 81 | 495
+[v1.0.209](https://github.com/laurent22/joplin/releases/tag/v1.0.209) | 2020-05-17T18:32:51Z | 1,384 | 821 | 142 | 2,347
+[v1.0.207](https://github.com/laurent22/joplin/releases/tag/v1.0.207) | 2020-05-10T16:37:35Z | 1,173 | 256 | 1,008 | 2,437
+[v1.0.201](https://github.com/laurent22/joplin/releases/tag/v1.0.201) | 2020-04-15T22:55:13Z | 51,929 | 20,018 | 18,162 | 90,109
+[v1.0.200](https://github.com/laurent22/joplin/releases/tag/v1.0.200) | 2020-04-12T12:17:46Z | 9,534 | 4,882 | 1,895 | 16,311
+[v1.0.199](https://github.com/laurent22/joplin/releases/tag/v1.0.199) | 2020-04-10T18:41:58Z | 19,197 | 5,874 | 3,777 | 28,848
+[v1.0.197](https://github.com/laurent22/joplin/releases/tag/v1.0.197) | 2020-03-30T17:21:22Z | 22,001 | 9,492 | 5,573 | 37,066
+[v1.0.195](https://github.com/laurent22/joplin/releases/tag/v1.0.195) | 2020-03-22T19:56:12Z | 18,842 | 7,933 | 4,499 | 31,274
+[v1.0.194](https://github.com/laurent22/joplin/releases/tag/v1.0.194) | 2020-03-14T00:00:32Z | 1,265 | 1,362 | 496 | 3,123
+[v1.0.193](https://github.com/laurent22/joplin/releases/tag/v1.0.193) | 2020-03-08T08:58:53Z | 28,571 | 10,885 | 7,345 | 46,801
+[v1.0.192](https://github.com/laurent22/joplin/releases/tag/v1.0.192) | 2020-03-06T23:27:52Z | 459 | 112 | 82 | 653
+[v1.0.190](https://github.com/laurent22/joplin/releases/tag/v1.0.190) | 2020-03-06T01:22:22Z | 357 | 80 | 79 | 516
+[v1.0.189](https://github.com/laurent22/joplin/releases/tag/v1.0.189) | 2020-03-04T17:27:15Z | 332 | 88 | 87 | 507
+[v1.0.187](https://github.com/laurent22/joplin/releases/tag/v1.0.187) | 2020-03-01T12:31:06Z | 911 | 223 | 260 | 1,394
+[v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) | 2020-01-24T22:42:41Z | 70,914 | 28,435 | 22,470 | 121,819
+[v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) | 2020-01-20T19:06:45Z | 17,513 | 5,951 | 2,575 | 26,039
+[v1.0.177](https://github.com/laurent22/joplin/releases/tag/v1.0.177) | 2019-12-30T14:40:40Z | 1,930 | 428 | 635 | 2,993
+[v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) | 2019-12-14T10:36:44Z | 3,113 | 2,523 | 460 | 6,096
+[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 71,762 | 16,836 | 16,444 | 105,042
+[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,379 | 11,659 | 8,215 | 50,253
+[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 5,053 | 2,068 | 736 | 7,857
+[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,360 | 8,725 | 7,661 | 43,746
+[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 17,075 | 5,911 | 3,750 | 26,736
+[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,321 | 2,264 | 713 | 8,298
+[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,773 | 5,694 | 3,698 | 26,165
+[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,948 | 554 | 234 | 2,736
+[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,871 | 6,963 | 5,459 | 31,293
+[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,265 | 6,346 | 4,130 | 29,741
+[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,416 | 7,734 | 8,095 | 46,245
+[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,187 | 2,171 | 1,104 | 8,462
+[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,807 | 3,532 | 1,933 | 15,272
+[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,172 | 838 | 288 | 3,298
+[v1.0.153](https://github.com/laurent22/joplin/releases/tag/v1.0.153) | 2019-05-15T06:27:29Z | 843 | 95 | 103 | 1,041
+[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,854 | 4,420 | 4,058 | 22,332
+[v1.0.151](https://github.com/laurent22/joplin/releases/tag/v1.0.151) | 2019-05-12T15:14:32Z | 1,946 | 528 | 954 | 3,428
+[v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) | 2019-05-12T11:27:48Z | 415 | 127 | 63 | 605
+[v1.0.148](https://github.com/laurent22/joplin/releases/tag/v1.0.148) | 2019-05-08T19:12:24Z | 123 | 50 | 92 | 265
+[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,993 | 2,855 | 1,434 | 11,282
+[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,908 | 3,545 | 2,775 | 18,228
+[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,640 | 4,555 | 4,723 | 23,918
+[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,617 | 4,163 | 3,152 | 20,932
+[v1.0.139](https://github.com/laurent22/joplin/releases/tag/v1.0.139) | 2019-03-09T10:06:48Z | 115 | 55 | 42 | 212
[v1.0.138](https://github.com/laurent22/joplin/releases/tag/v1.0.138) | 2019-03-03T17:23:00Z | 140 | 80 | 81 | 301
-[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 578 | 52 | 80 | 710
-[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,470 | 3,950 | 4,069 | 20,489
+[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 582 | 54 | 80 | 716
+[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,474 | 3,950 | 4,069 | 20,493
[v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,460 | 561 | 216 | 2,237
-[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,079 | 445 | 92 | 1,616
-[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,711 | 3,162 | 2,924 | 15,797
+[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,080 | 446 | 92 | 1,618
+[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,716 | 3,162 | 2,927 | 15,805
[v1.0.126](https://github.com/laurent22/joplin/releases/tag/v1.0.126) | 2019-02-09T19:46:16Z | 924 | 65 | 114 | 1,103
-[v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) | 2019-01-26T18:14:33Z | 10,242 | 3,549 | 1,699 | 15,490
-[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,596 | 5,192 | 6,510 | 27,298
-[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,898 | 3,254 | 2,011 | 14,163
-[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 709 | 241 | 86 | 1,036
-[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,249 | 4,885 | 6,377 | 27,511
+[v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) | 2019-01-26T18:14:33Z | 10,242 | 3,550 | 1,699 | 15,491
+[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,596 | 5,193 | 6,511 | 27,300
+[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,899 | 3,255 | 2,011 | 14,165
+[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 710 | 241 | 87 | 1,038
+[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,249 | 4,886 | 6,377 | 27,512
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,466 | 1,114 | 711 | 5,291
-[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,650 | 1,296 | 796 | 5,742
+[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,651 | 1,296 | 797 | 5,744
[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,388 | 3,490 | 3,827 | 18,705
-[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,988 | 3,269 | 3,659 | 18,916
+[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,990 | 3,272 | 3,660 | 18,922
[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 954 | 402 | 115 | 1,471
-[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,094 | 698 | 325 | 3,117
-[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 23 | 15 | 10 | 48
-[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,143 | 2,130 | 1,704 | 10,977
-[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,551 | 1,451 | 314 | 6,316
-[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,649 | 1,581 | 1,449 | 7,679
-[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,031 | 4,690 | 7,307 | 27,028
-[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,046 | 880 | 677 | 3,603
-[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,301 | 601 | 406 | 2,308
-[v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 873 | 426 | 237 | 1,536
+[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,094 | 699 | 325 | 3,118
+[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 23 | 15 | 11 | 49
+[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,144 | 2,130 | 1,704 | 10,978
+[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,551 | 1,452 | 315 | 6,318
+[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,649 | 1,582 | 1,449 | 7,680
+[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,032 | 4,691 | 7,314 | 27,037
+[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,046 | 881 | 677 | 3,604
+[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,302 | 601 | 406 | 2,309
+[v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 873 | 428 | 237 | 1,538
[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,248 | 591 | 377 | 2,216
-[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 307 | 152 | 58 | 517
-[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,713 | 1,218 | 1,543 | 5,474
-[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 411 | 213 | 113 | 737
+[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 307 | 153 | 58 | 518
+[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,714 | 1,218 | 1,553 | 5,485
+[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 412 | 214 | 113 | 739
[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,126 | 578 | 391 | 2,095
-[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,783 | 1,050 | 754 | 3,587
+[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,783 | 1,055 | 754 | 3,592
[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 823 | 545 | 302 | 1,670
-[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 486 | 223 | 106 | 815
+[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 487 | 223 | 106 | 816
[v1.0.85](https://github.com/laurent22/joplin/releases/tag/v1.0.85) | 2018-05-01T21:08:24Z | 1,646 | 944 | 626 | 3,216
-[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,784 | 2,525 | 2,654 | 9,963
+[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,787 | 2,527 | 2,654 | 9,968
[v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 691 | 397 | 118 | 1,206
[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 998 | 593 | 779 | 2,370
[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 929 | 532 | 376 | 1,837
-[v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) | 2018-03-17T15:27:18Z | 1,310 | 864 | 867 | 3,041
-[v1.0.77](https://github.com/laurent22/joplin/releases/tag/v1.0.77) | 2018-03-16T15:12:35Z | 174 | 101 | 44 | 319
+[v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) | 2018-03-17T15:27:18Z | 1,310 | 866 | 867 | 3,043
+[v1.0.77](https://github.com/laurent22/joplin/releases/tag/v1.0.77) | 2018-03-16T15:12:35Z | 175 | 101 | 44 | 320
[v1.0.72](https://github.com/laurent22/joplin/releases/tag/v1.0.72) | 2018-03-14T09:44:35Z | 404 | 252 | 54 | 710
-[v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) | 2018-02-28T20:04:30Z | 1,852 | 1,046 | 1,250 | 4,148
-[v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) | 2018-02-19T22:51:08Z | 1,813 | 598 | 0 | 2,411
+[v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) | 2018-02-28T20:04:30Z | 1,853 | 1,047 | 1,251 | 4,151
+[v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) | 2018-02-19T22:51:08Z | 1,813 | 599 | 0 | 2,412
[v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 325 | 132 | 85 | 542
[v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 192 | 122 | 133 | 447
-[v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1,083 | 541 | 1,123 | 2,747
-[v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 299 | 157 | 93 | 549
-[v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) | 2018-02-12T20:19:58Z | 557 | 295 | 367 | 1,219
-[v0.10.61](https://github.com/laurent22/joplin/releases/tag/v0.10.61) | 2018-02-08T18:27:39Z | 970 | 626 | 957 | 2,553
-[v0.10.60](https://github.com/laurent22/joplin/releases/tag/v0.10.60) | 2018-02-06T13:09:56Z | 720 | 517 | 552 | 1,789
-[v0.10.54](https://github.com/laurent22/joplin/releases/tag/v0.10.54) | 2018-01-31T20:21:30Z | 1,818 | 1,456 | 320 | 3,594
-[v0.10.52](https://github.com/laurent22/joplin/releases/tag/v0.10.52) | 2018-01-31T19:25:18Z | 45 | 629 | 15 | 689
-[v0.10.51](https://github.com/laurent22/joplin/releases/tag/v0.10.51) | 2018-01-28T18:47:02Z | 1,326 | 1,596 | 327 | 3,249
-[v0.10.48](https://github.com/laurent22/joplin/releases/tag/v0.10.48) | 2018-01-23T11:19:51Z | 1,963 | 1,748 | 26 | 3,737
-[v0.10.47](https://github.com/laurent22/joplin/releases/tag/v0.10.47) | 2018-01-16T17:27:17Z | 1,227 | 1,265 | 67 | 2,559
-[v0.10.43](https://github.com/laurent22/joplin/releases/tag/v0.10.43) | 2018-01-08T10:12:10Z | 3,436 | 2,349 | 1,205 | 6,990
+[v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1,083 | 542 | 1,123 | 2,748
+[v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 300 | 157 | 93 | 550
+[v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) | 2018-02-12T20:19:58Z | 557 | 296 | 367 | 1,220
+[v0.10.61](https://github.com/laurent22/joplin/releases/tag/v0.10.61) | 2018-02-08T18:27:39Z | 971 | 630 | 957 | 2,558
+[v0.10.60](https://github.com/laurent22/joplin/releases/tag/v0.10.60) | 2018-02-06T13:09:56Z | 721 | 517 | 552 | 1,790
+[v0.10.54](https://github.com/laurent22/joplin/releases/tag/v0.10.54) | 2018-01-31T20:21:30Z | 1,818 | 1,457 | 320 | 3,595
+[v0.10.52](https://github.com/laurent22/joplin/releases/tag/v0.10.52) | 2018-01-31T19:25:18Z | 45 | 631 | 15 | 691
+[v0.10.51](https://github.com/laurent22/joplin/releases/tag/v0.10.51) | 2018-01-28T18:47:02Z | 1,326 | 1,597 | 327 | 3,250
+[v0.10.48](https://github.com/laurent22/joplin/releases/tag/v0.10.48) | 2018-01-23T11:19:51Z | 1,963 | 1,750 | 26 | 3,739
+[v0.10.47](https://github.com/laurent22/joplin/releases/tag/v0.10.47) | 2018-01-16T17:27:17Z | 1,227 | 1,266 | 67 | 2,560
+[v0.10.43](https://github.com/laurent22/joplin/releases/tag/v0.10.43) | 2018-01-08T10:12:10Z | 3,436 | 2,351 | 1,205 | 6,992
[v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) | 2018-01-05T20:38:12Z | 1,035 | 1,545 | 237 | 2,817
[v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) | 2018-01-02T23:16:57Z | 1,593 | 1,783 | 338 | 3,714
-[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,753 | 4,226 | 3,128 | 13,107
-[v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,047 | 1,227 | 306 | 2,580
-[v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) | 2017-12-07T19:38:05Z | 263 | 841 | 81 | 1,185
-[v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,013 | 1,352 | 437 | 2,802
-[v0.10.35](https://github.com/laurent22/joplin/releases/tag/v0.10.35) | 2017-12-02T15:56:08Z | 1,575 | 1,544 | 744 | 3,863
+[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,759 | 4,232 | 3,134 | 13,125
+[v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,048 | 1,228 | 306 | 2,582
+[v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) | 2017-12-07T19:38:05Z | 264 | 842 | 81 | 1,187
+[v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,013 | 1,353 | 437 | 2,803
+[v0.10.35](https://github.com/laurent22/joplin/releases/tag/v0.10.35) | 2017-12-02T15:56:08Z | 1,576 | 1,544 | 744 | 3,864
[v0.10.34](https://github.com/laurent22/joplin/releases/tag/v0.10.34) | 2017-12-02T14:50:28Z | 88 | 666 | 59 | 813
[v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) | 2017-12-02T13:20:39Z | 59 | 655 | 21 | 735
-[v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) | 2017-12-01T09:56:44Z | 890 | 1,447 | 406 | 2,743
-[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 721 | 1,365 | 419 | 2,505
+[v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) | 2017-12-01T09:56:44Z | 890 | 1,448 | 406 | 2,744
+[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 721 | 1,366 | 419 | 2,506
[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,325 | 1,696 | 872 | 3,893
[v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 185 | 697 | 260 | 1,142
-[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 147 | 692 | 6,300 | 7,139
+[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 148 | 692 | 6,322 | 7,162
[v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 131 | 643 | 27 | 801
[v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) | 2017-11-20T21:45:57Z | 83 | 641 | 18 | 742
[v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 50 | 634 | 12 | 696
-[v0.10.20](https://github.com/laurent22/joplin/releases/tag/v0.10.20) | 2017-11-17T17:18:25Z | 31 | 645 | 21 | 697
-[v0.10.19](https://github.com/laurent22/joplin/releases/tag/v0.10.19) | 2017-11-20T18:59:48Z | 14 | 639 | 12 | 665
\ No newline at end of file
+[v0.10.20](https://github.com/laurent22/joplin/releases/tag/v0.10.20) | 2017-11-17T17:18:25Z | 31 | 646 | 21 | 698
+[v0.10.19](https://github.com/laurent22/joplin/releases/tag/v0.10.19) | 2017-11-20T18:59:48Z | 15 | 639 | 12 | 666
\ No newline at end of file