From 8a7e3fe36f7d8654646117e2f804f6186ede92cc Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 4 Feb 2020 12:49:21 +0000 Subject: [PATCH] Update website --- docs/api/index.html | 4 +- docs/changelog/index.html | 11 + docs/gsoc2020/ideas.html | 4 +- docs/stats/index.html | 414 +++++++++++++++++++------------------- readme/api.md | 5 +- readme/changelog.md | 11 + readme/stats.md | 125 ++++++------ 7 files changed, 303 insertions(+), 271 deletions(-) diff --git a/docs/api/index.html b/docs/api/index.html index 5b8801703..f74df7527 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -385,8 +385,8 @@ for (let portToTest = 41184; portToTest <= 41194; portToTest++) {

Searching🔗

Call GET /search?query=YOUR_QUERY to search for notes. This end-point supports the field parameter which is recommended to use so that you only get the data that you need. The query syntax is as described in the main documentation: https://joplinapp.org/#searching

To retrieve non-notes items, such as notebooks or tags, add a type parameter and set it to the required item type name. In that case, full text search will not be used - instead it will be a simple case-insensitive search. You can also use * as a wildcard. This is convenient for example to retrieve notebooks or tags by title.

-

For example, to retrieve the notebook named "recipes": GET /search?query=recipes&type=folder
-To retrieve all the tags that start with "project-": GET /search?query=project-*&type=tag

+

For example, to retrieve the notebook named recipes: GET /search?query=recipes&type=folder

+

To retrieve all the tags that start with project-: GET /search?query=project-*&type=tag

Item type IDs🔗

Item type IDs might be refered to in certain object you will retrieve from the API. This is the correspondance between name and ID:

diff --git a/docs/changelog/index.html b/docs/changelog/index.html index 0a5b027e9..ac87fe1db 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -333,6 +333,17 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog.md

Joplin changelog🔗

+

v1.0.179 - 2020-01-24T22:42:41Z🔗

+

v1.0.178 - 2020-01-20T19:06:45Z🔗

- + - + - + @@ -380,140 +380,148 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + - + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + @@ -526,10 +534,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - - + + - + @@ -543,9 +551,9 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - + - + @@ -558,90 +566,90 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - + - + - + - + - + - - + + - + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + @@ -662,50 +670,50 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + - + - - - - + + + + @@ -718,26 +726,26 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - - + + - + - - - - + + + + - - - - + + + + @@ -758,42 +766,42 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - + - + - - - - + + + + - - - - + + + + - - - - + + + + - + - + @@ -815,57 +823,57 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - + - + - + - - + + - - - - + + + + - - - - + + + + - + - + - + - - + + - + - + @@ -878,10 +886,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - - + + - + @@ -894,18 +902,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - - - - + + + + - + - + @@ -950,10 +958,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - - + + - + @@ -1070,10 +1078,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - - - - + + + + @@ -1134,18 +1142,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - + - + - + - + @@ -1160,8 +1168,8 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md - - + + diff --git a/readme/api.md b/readme/api.md index b903812e8..ef1779b11 100644 --- a/readme/api.md +++ b/readme/api.md @@ -74,8 +74,9 @@ Call **GET /search?query=YOUR_QUERY** to search for notes. This end-point suppor To retrieve non-notes items, such as notebooks or tags, add a `type` parameter and set it to the required [item type name](#item-type-id). In that case, full text search will not be used - instead it will be a simple case-insensitive search. You can also use `*` as a wildcard. This is convenient for example to retrieve notebooks or tags by title. -For example, to retrieve the notebook named "recipes": **GET /search?query=recipes&type=folder** -To retrieve all the tags that start with "project-": **GET /search?query=project-*&type=tag** +For example, to retrieve the notebook named `recipes`: **GET /search?query=recipes&type=folder** + +To retrieve all the tags that start with `project-`: **GET /search?query=project-*&type=tag** # Item type IDs diff --git a/readme/changelog.md b/readme/changelog.md index 5d78b5640..eabd4769c 100644 --- a/readme/changelog.md +++ b/readme/changelog.md @@ -1,5 +1,16 @@ # Joplin changelog +## [v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) - 2020-01-24T22:42:41Z + +- New: Added new, more secure encryption methods, so that they can be switched to at a later time +- Improved: Improve appearance of note Info dialog +- Fixed: Apply userstyle again when exporting to PDF or printing ([#2324](https://github.com/laurent22/joplin/issues/2324)) +- Fixed: Fixed update message box +- Fixed: Fix identification of note in pdf export from main menu. ([#2323](https://github.com/laurent22/joplin/issues/2323) by mic704b) +- Fixed: Undefined text was being displayed on top of notes in revision viewer ([#2352](https://github.com/laurent22/joplin/issues/2352)) +- Fixed: Fixed issues with Katex and MultiMd table plugin ([#2339](https://github.com/laurent22/joplin/issues/2339)) +- Fixed: Fix Linux installation script ([#2333](https://github.com/laurent22/joplin/issues/2333) by [@carlbordum](https://github.com/carlbordum)) + ## [v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) - 2020-01-20T19:06:45Z - New: Add ability to search by folder or tag title diff --git a/readme/stats.md b/readme/stats.md index 404990222..a2df3e187 100644 --- a/readme/stats.md +++ b/readme/stats.md @@ -2,87 +2,88 @@ Name | Value --- | --- -Total Windows downloads | 529,913 -Total macOs downloads | 197,259 -Total Linux downloads | 153,954 +Total Windows downloads | 567,491 +Total macOs downloads | 208,905 +Total Linux downloads | 162,498 Windows % | 60% macOS % | 22% Linux % | 17% Version | Date | Windows | macOS | Linux | Total --- | --- | --- | --- | --- | --- -[v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) | 2020-01-20T19:06:45Z | 3,121 | 905 | 205 | 4,231 -[v1.0.177](https://github.com/laurent22/joplin/releases/tag/v1.0.177) | 2019-12-30T14:40:40Z | 1,808 | 392 | 522 | 2,722 -[v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) | 2019-12-14T10:36:44Z | 3,085 | 2,421 | 347 | 5,853 -[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 69,449 | 16,399 | 15,915 | 101,763 -[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,058 | 11,543 | 8,157 | 49,758 -[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 5,009 | 2,050 | 716 | 7,775 -[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,223 | 8,582 | 7,636 | 43,441 -[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 16,995 | 5,852 | 3,739 | 26,586 -[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,291 | 2,244 | 701 | 8,236 -[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,674 | 5,646 | 3,686 | 26,006 -[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,930 | 537 | 221 | 2,688 -[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,834 | 6,909 | 5,449 | 31,192 -[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,197 | 6,294 | 4,102 | 29,593 -[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,327 | 7,708 | 8,085 | 46,120 -[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,167 | 2,154 | 1,090 | 8,411 -[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,782 | 3,507 | 1,923 | 15,212 -[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,149 | 819 | 278 | 3,246 +[v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) | 2020-01-24T22:42:41Z | 22,315 | 6,452 | 5,976 | 34,743 +[v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) | 2020-01-20T19:06:45Z | 17,366 | 5,820 | 2,505 | 25,691 +[v1.0.177](https://github.com/laurent22/joplin/releases/tag/v1.0.177) | 2019-12-30T14:40:40Z | 1,866 | 409 | 555 | 2,830 +[v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) | 2019-12-14T10:36:44Z | 3,092 | 2,442 | 387 | 5,921 +[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 69,945 | 16,476 | 15,967 | 102,388 +[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,271 | 11,551 | 8,159 | 49,981 +[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 5,013 | 2,052 | 721 | 7,786 +[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,251 | 8,592 | 7,642 | 43,485 +[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 17,017 | 5,859 | 3,742 | 26,618 +[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,298 | 2,247 | 702 | 8,247 +[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,696 | 5,658 | 3,688 | 26,042 +[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,934 | 541 | 223 | 2,698 +[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,838 | 6,909 | 5,449 | 31,196 +[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,207 | 6,297 | 4,108 | 29,612 +[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,332 | 7,709 | 8,088 | 46,129 +[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,169 | 2,155 | 1,092 | 8,416 +[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,786 | 3,509 | 1,925 | 15,220 +[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,153 | 823 | 280 | 3,256 [v1.0.153](https://github.com/laurent22/joplin/releases/tag/v1.0.153) | 2019-05-15T06:27:29Z | 828 | 79 | 97 | 1,004 -[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,832 | 4,398 | 4,052 | 22,282 +[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,833 | 4,399 | 4,052 | 22,284 [v1.0.151](https://github.com/laurent22/joplin/releases/tag/v1.0.151) | 2019-05-12T15:14:32Z | 1,936 | 517 | 950 | 3,403 -[v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) | 2019-05-12T11:27:48Z | 404 | 116 | 59 | 579 +[v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) | 2019-05-12T11:27:48Z | 404 | 117 | 59 | 580 [v1.0.148](https://github.com/laurent22/joplin/releases/tag/v1.0.148) | 2019-05-08T19:12:24Z | 115 | 42 | 85 | 242 -[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,939 | 2,840 | 1,427 | 11,206 -[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,890 | 3,529 | 2,769 | 18,188 -[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,569 | 4,525 | 4,715 | 23,809 -[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,590 | 4,141 | 3,060 | 20,791 -[v1.0.139](https://github.com/laurent22/joplin/releases/tag/v1.0.139) | 2019-03-09T10:06:48Z | 92 | 35 | 29 | 156 -[v1.0.138](https://github.com/laurent22/joplin/releases/tag/v1.0.138) | 2019-03-03T17:23:00Z | 124 | 60 | 71 | 255 -[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 555 | 32 | 71 | 658 -[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,398 | 3,926 | 4,049 | 20,373 -[v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,437 | 539 | 204 | 2,180 -[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,059 | 425 | 82 | 1,566 -[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,640 | 3,137 | 2,911 | 15,688 +[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,940 | 2,840 | 1,427 | 11,207 +[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,891 | 3,529 | 2,769 | 18,189 +[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,577 | 4,525 | 4,717 | 23,819 +[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,594 | 4,141 | 3,061 | 20,796 +[v1.0.139](https://github.com/laurent22/joplin/releases/tag/v1.0.139) | 2019-03-09T10:06:48Z | 96 | 37 | 31 | 164 +[v1.0.138](https://github.com/laurent22/joplin/releases/tag/v1.0.138) | 2019-03-03T17:23:00Z | 127 | 64 | 73 | 264 +[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 559 | 36 | 73 | 668 +[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,408 | 3,930 | 4,051 | 20,389 +[v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,441 | 543 | 206 | 2,190 +[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,063 | 429 | 84 | 1,576 +[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,644 | 3,142 | 2,913 | 15,699 [v1.0.126](https://github.com/laurent22/joplin/releases/tag/v1.0.126) | 2019-02-09T19:46:16Z | 916 | 55 | 110 | 1,081 [v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) | 2019-01-26T18:14:33Z | 10,233 | 3,537 | 1,694 | 15,464 -[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,577 | 5,172 | 6,500 | 27,249 -[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,873 | 3,216 | 1,998 | 14,087 -[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 688 | 221 | 78 | 987 -[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,220 | 4,863 | 6,364 | 27,447 -[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,460 | 1,093 | 708 | 5,261 -[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,636 | 1,284 | 788 | 5,708 +[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,579 | 5,176 | 6,502 | 27,257 +[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,877 | 3,220 | 2,000 | 14,097 +[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 692 | 225 | 80 | 997 +[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,224 | 4,865 | 6,366 | 27,455 +[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,460 | 1,097 | 708 | 5,265 +[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,638 | 1,286 | 790 | 5,714 [v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,377 | 3,479 | 3,823 | 18,679 -[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,959 | 3,187 | 3,654 | 18,800 -[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 934 | 382 | 106 | 1,422 -[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,079 | 687 | 317 | 3,083 +[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,963 | 3,194 | 3,654 | 18,811 +[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 939 | 386 | 108 | 1,433 +[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,081 | 689 | 319 | 3,089 [v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 15 | 8 | 7 | 30 [v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,135 | 2,121 | 1,700 | 10,956 -[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,539 | 1,444 | 310 | 6,293 -[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,618 | 1,561 | 1,445 | 7,624 -[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,010 | 4,664 | 7,241 | 26,915 -[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,032 | 867 | 671 | 3,570 -[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,293 | 586 | 402 | 2,281 +[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,541 | 1,444 | 310 | 6,295 +[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,626 | 1,565 | 1,446 | 7,637 +[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,015 | 4,668 | 7,244 | 26,927 +[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,036 | 871 | 673 | 3,580 +[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,293 | 589 | 402 | 2,284 [v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 863 | 413 | 229 | 1,505 [v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,242 | 584 | 373 | 2,199 -[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 302 | 142 | 55 | 499 -[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,695 | 1,207 | 1,374 | 5,276 -[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 393 | 196 | 93 | 682 -[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,106 | 563 | 368 | 2,037 -[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,774 | 986 | 745 | 3,505 -[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 817 | 538 | 293 | 1,648 -[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 478 | 215 | 99 | 792 +[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 302 | 144 | 55 | 501 +[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,699 | 1,207 | 1,389 | 5,295 +[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 397 | 200 | 97 | 694 +[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,110 | 566 | 372 | 2,048 +[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,774 | 991 | 745 | 3,510 +[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 818 | 538 | 294 | 1,650 +[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 478 | 216 | 99 | 793 [v1.0.85](https://github.com/laurent22/joplin/releases/tag/v1.0.85) | 2018-05-01T21:08:24Z | 1,642 | 937 | 619 | 3,198 -[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,681 | 2,503 | 2,643 | 9,827 +[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,690 | 2,507 | 2,643 | 9,840 [v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 687 | 390 | 108 | 1,185 -[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 989 | 579 | 761 | 2,329 -[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 921 | 520 | 363 | 1,804 +[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 991 | 581 | 765 | 2,337 +[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 922 | 520 | 363 | 1,805 [v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) | 2018-03-17T15:27:18Z | 1,305 | 851 | 855 | 3,011 [v1.0.77](https://github.com/laurent22/joplin/releases/tag/v1.0.77) | 2018-03-16T15:12:35Z | 167 | 92 | 31 | 290 [v1.0.72](https://github.com/laurent22/joplin/releases/tag/v1.0.72) | 2018-03-14T09:44:35Z | 398 | 240 | 43 | 681 [v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) | 2018-02-28T20:04:30Z | 1,846 | 1,035 | 1,238 | 4,119 [v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) | 2018-02-19T22:51:08Z | 1,807 | 588 | 0 | 2,395 -[v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 318 | 115 | 76 | 509 +[v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 320 | 119 | 76 | 515 [v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 187 | 112 | 123 | 422 [v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1,077 | 533 | 1,118 | 2,728 [v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 293 | 147 | 85 | 525 @@ -97,7 +98,7 @@ Version | Date | Windows | macOS | Linux | Total [v0.10.43](https://github.com/laurent22/joplin/releases/tag/v0.10.43) | 2018-01-08T10:12:10Z | 3,430 | 2,340 | 1,201 | 6,971 [v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) | 2018-01-05T20:38:12Z | 1,031 | 1,536 | 232 | 2,799 [v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) | 2018-01-02T23:16:57Z | 1,588 | 1,761 | 332 | 3,681 -[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,669 | 4,144 | 3,047 | 12,860 +[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,674 | 4,149 | 3,053 | 12,876 [v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,042 | 1,216 | 300 | 2,558 [v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) | 2017-12-07T19:38:05Z | 257 | 832 | 75 | 1,164 [v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,009 | 1,342 | 433 | 2,784 @@ -105,10 +106,10 @@ Version | Date | Windows | macOS | Linux | Total [v0.10.34](https://github.com/laurent22/joplin/releases/tag/v0.10.34) | 2017-12-02T14:50:28Z | 81 | 655 | 54 | 790 [v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) | 2017-12-02T13:20:39Z | 53 | 643 | 14 | 710 [v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) | 2017-12-01T09:56:44Z | 886 | 1,438 | 402 | 2,726 -[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 714 | 1,355 | 413 | 2,482 -[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,304 | 1,686 | 865 | 3,855 +[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 715 | 1,355 | 413 | 2,483 +[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,305 | 1,686 | 865 | 3,856 [v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 181 | 687 | 256 | 1,124 -[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 142 | 681 | 5,936 | 6,759 +[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 142 | 681 | 5,972 | 6,795 [v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 127 | 632 | 22 | 781 [v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) | 2017-11-20T21:45:57Z | 79 | 631 | 14 | 724 [v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 46 | 624 | 6 | 676
Total Windows downloads529,913567,491
Total macOs downloads197,259208,905
Total Linux downloads153,954162,498
Windows %
v1.0.1792020-01-24T22:42:41Z22,3156,4525,97634,743
v1.0.178 2020-01-20T19:06:45Z3,1219052054,23117,3665,8202,50525,691
v1.0.177 2019-12-30T14:40:40Z1,8083925222,7221,8664095552,830
v1.0.176 2019-12-14T10:36:44Z3,0852,4213475,8533,0922,4423875,921
v1.0.175 2019-12-08T11:48:47Z69,44916,39915,915101,76369,94516,47615,967102,388
v1.0.174 2019-11-12T18:20:58Z30,05811,5438,15749,75830,27111,5518,15949,981
v1.0.173 2019-11-11T08:33:35Z5,0092,0507167,7755,0132,0527217,786
v1.0.170 2019-10-13T22:13:04Z27,2238,5827,63643,44127,2518,5927,64243,485
v1.0.169 2019-09-27T18:35:13Z16,9955,8523,73926,58617,0175,8593,74226,618
v1.0.168 2019-09-25T21:21:38Z5,2912,2447018,2365,2982,2477028,247
v1.0.167 2019-09-10T08:48:37Z16,6745,6463,68626,00616,6965,6583,68826,042
v1.0.166 2019-09-09T17:35:54Z1,9305372212,6881,9345412232,698
v1.0.165 2019-08-14T21:46:29Z18,83418,838 6,909 5,44931,19231,196
v1.0.161 2019-07-13T18:30:00Z19,1976,2944,10229,59319,2076,2974,10829,612
v1.0.160 2019-06-15T00:21:40Z30,3277,7088,08546,12030,3327,7098,08846,129
v1.0.159 2019-06-08T00:00:19Z5,1672,1541,0908,4115,1692,1551,0928,416
v1.0.158 2019-05-27T19:01:18Z9,7823,5071,92315,2129,7863,5091,92515,220
v1.0.157 2019-05-26T17:55:53Z2,1498192783,2462,1538232803,256
v1.0.153
v1.0.152 2019-05-13T09:08:07Z13,8324,39813,8334,399 4,05222,28222,284
v1.0.151v1.0.150 2019-05-12T11:27:48Z 404116117 59579580
v1.0.148
v1.0.145 2019-05-03T09:16:53Z6,9396,940 2,840 1,42711,20611,207
v1.0.143 2019-04-22T10:51:38Z11,89011,891 3,529 2,76918,18818,189
v1.0.142 2019-04-02T16:44:51Z14,56914,577 4,5254,71523,8094,71723,819
v1.0.140 2019-03-10T20:59:58Z13,59013,594 4,1413,06020,7913,06120,796
v1.0.139 2019-03-09T10:06:48Z923529156963731164
v1.0.138 2019-03-03T17:23:00Z12460712551276473264
v1.0.137 2019-03-03T01:12:51Z55532716585593673668
v1.0.135 2019-02-27T23:36:57Z12,3983,9264,04920,37312,4083,9304,05120,389
v1.0.134 2019-02-27T10:21:44Z1,4375392042,1801,4415432062,190
v1.0.132 2019-02-26T23:02:05Z1,059425821,5661,063429841,576
v1.0.127 2019-02-14T23:12:48Z9,6403,1372,91115,6889,6443,1422,91315,699
v1.0.126
v1.0.120 2019-01-10T21:42:53Z15,5775,1726,50027,24915,5795,1766,50227,257
v1.0.119 2018-12-18T12:40:22Z8,8733,2161,99814,0878,8773,2202,00014,097
v1.0.118 2019-01-11T08:34:13Z6882217898769222580997
v1.0.117 2018-11-24T12:05:24Z16,2204,8636,36427,44716,2244,8656,36627,455
v1.0.116 2018-11-20T19:09:24Z 3,4601,0931,097 7085,2615,265
v1.0.115 2018-11-16T16:52:02Z3,6361,2847885,7083,6381,2867905,714
v1.0.114
v1.0.111 2018-09-30T20:15:09Z11,9593,18711,9633,194 3,65418,80018,811
v1.0.110 2018-09-29T12:29:21Z9343821061,4229393861081,433
v1.0.109 2018-09-27T18:01:41Z2,0796873173,0832,0816893193,089
v1.0.108
v1.0.106 2018-09-08T15:23:40Z4,5394,541 1,444 3106,2936,295
v1.0.105 2018-09-05T11:29:36Z4,6181,5611,4457,6244,6261,5651,4467,637
v1.0.104 2018-06-28T20:25:36Z15,0104,6647,24126,91515,0154,6687,24426,927
v1.0.103 2018-06-21T19:38:13Z2,0328676713,5702,0368716733,580
v1.0.101 2018-06-17T18:35:11Z 1,293586589 4022,2812,284
v1.0.100v1.0.97 2018-06-09T19:23:34Z 302142144 55499501
v1.0.96 2018-05-26T16:36:39Z2,6952,699 1,2071,3745,2761,3895,295
v1.0.95 2018-05-25T13:04:30Z3931969368239720097694
v1.0.94 2018-05-21T20:52:59Z1,1065633682,0371,1105663722,048
v1.0.93 2018-05-14T11:36:01Z 1,774986991 7453,5053,510
v1.0.91 2018-05-10T14:48:04Z817818 5382931,6482941,650
v1.0.89 2018-05-09T13:05:05Z 478215216 99792793
v1.0.85
v1.0.83 2018-04-04T19:43:58Z4,6812,5034,6902,507 2,6439,8279,840
v1.0.82
v1.0.81 2018-03-28T08:13:58Z9895797612,3299915817652,337
v1.0.79 2018-03-23T18:00:11Z921922 520 3631,8041,805
v1.0.78
v1.0.66 2018-02-18T23:09:09Z318115320119 76509515
v1.0.65
v0.10.39 2017-12-11T21:19:44Z5,6694,1443,04712,8605,6744,1493,05312,876
v0.10.38
v0.10.30 2017-11-30T20:28:16Z714715 1,355 4132,4822,483
v0.10.28 2017-11-30T01:07:46Z1,3041,305 1,686 8653,8553,856
v0.10.262017-11-24T14:27:49Z 142 6815,9366,7595,9726,795
v0.10.23