You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Update website
This commit is contained in:
		| @@ -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)         | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.107/Joplin-Setup-1.0.107.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a> | or Get the <a href='https://github.com/laurent22/joplin/releases/download/v1.0.107/JoplinPortable.exe'>Portable version</a><br>(to run from a USB key, etc.) | ||||
| Windows (32 and 64-bit)         | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.109/Joplin-Setup-1.0.109.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a> | or Get the <a href='https://github.com/laurent22/joplin/releases/download/v1.0.109/JoplinPortable.exe'>Portable version</a><br>(to run from a USB key, etc.) | ||||
| macOS          | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.107/Joplin-1.0.107.dmg'><img alt='Get it on macOS' height="40px" src='https://joplin.cozic.net/images/BadgeMacOS.png'/></a> |  | ||||
| Linux          | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.107/Joplin-1.0.107-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a> | An Arch Linux package<br>[is also available](#terminal-application). | ||||
| Linux          | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.109/Joplin-1.0.109-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a> | An Arch Linux package<br>[is also available](#terminal-application). | ||||
|  | ||||
| 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. | ||||
|  | ||||
|   | ||||
| @@ -250,6 +250,20 @@ | ||||
| </ul> | ||||
| </div> | ||||
| <h1 id="joplin-changelog">Joplin changelog</h1> | ||||
| <h2 id="-v1-0-109-https-github-com-laurent22-joplin-releases-tag-v1-0-109-2018-09-27t18-01-41z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.109">v1.0.109</a> - 2018-09-27T18:01:41Z</h2> | ||||
| <ul> | ||||
| <li>New: Allow loading image resources in IMG html tags. For example, this is now possible: <code><img src=":/a92ac34387ff467a8c839d201dcd39aa" width="50"/></code></li> | ||||
| <li>Security: Fixed security issue by enabling contextIsolation and proxying IPC messages via preload script. Thank you Yaroslav Lobachevski for discovering the issue.</li> | ||||
| <li>Fixes <a href="https://github.com/laurent22/joplin/issues/801">#801</a>: Replaced freegeoip which is no longer free with ip-api to enable again geo-location for notes.</li> | ||||
| <li>Fixes <a href="https://github.com/laurent22/joplin/issues/802">#802</a>: Scale note text correctly when using zoom</li> | ||||
| <li>Fixes <a href="https://github.com/laurent22/joplin/issues/805">#805</a>: Fixed app freezing when opening note in external editor and then creating new note</li> | ||||
| <li>Clipper: Fixes <a href="https://github.com/laurent22/joplin/issues/809">#809</a>: Saves full URL with note, including query parameters</li> | ||||
| <li>Clipper: Resolves <a href="https://github.com/laurent22/joplin/issues/681">#681</a>: Allow adding tags from Web Clipper</li> | ||||
| <li>Clipper: Fixes <a href="https://github.com/laurent22/joplin/issues/672">#672</a>: Make sure selected notebook is saved and restored correctly</li> | ||||
| <li>Clipper: Fixes <a href="https://github.com/laurent22/joplin/issues/817">#817</a>: Added support for PICTURE tags, which will fix issues with certain pages from which images were not being imported</li> | ||||
| <li>Clipper: Fixed importing certain images with sources that contain brackets</li> | ||||
| <li>Improved: Mostly an invisible change at this point, but the REST API has been refactored to allow adding more calls and to support third-party applications.</li> | ||||
| </ul> | ||||
| <h2 id="-v1-0-107-https-github-com-laurent22-joplin-releases-tag-v1-0-107-2018-09-16t19-51-07z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.107">v1.0.107</a> - 2018-09-16T19:51:07Z</h2> | ||||
| <ul> | ||||
| <li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/755">#755</a>: Added note properties dialog box to view and edit created time, updated time, source URL and geolocation</li> | ||||
| @@ -498,12 +512,6 @@ | ||||
| <li>Improved the way settings are changed. Should also fixed issue with sync context being accidentally broken.</li> | ||||
| <li>Improved WebDAV driver compatibility with some services (eg. Seafile)</li> | ||||
| </ul> | ||||
| <h2 id="-v1-0-62-https-github-com-laurent22-joplin-releases-tag-v1-0-62-2018-02-12t20-19-58z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.62">v1.0.62</a> - 2018-02-12T20:19:58Z</h2> | ||||
| <ul> | ||||
| <li>Fixes <a href="https://github.com/laurent22/joplin/issues/205">#205</a>: Importing Evernote notes while on import page re-imports previous import</li> | ||||
| <li>Fixes <a href="https://github.com/laurent22/joplin/issues/209">#209</a>: Items with non-ASCII characters end up truncated on Nextcloud</li> | ||||
| <li>Added Basque translation, fixed issue with handling invalid translations. Updated translation FR.</li> | ||||
| </ul> | ||||
|  | ||||
| <script> | ||||
| 	function stickyHeader() {  | ||||
|   | ||||
| @@ -270,8 +270,8 @@ | ||||
| <tbody> | ||||
| <tr> | ||||
| <td>Windows (32 and 64-bit)</td> | ||||
| <td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.107/Joplin-Setup-1.0.107.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a></td> | ||||
| <td>or Get the <a href='https://github.com/laurent22/joplin/releases/download/v1.0.107/JoplinPortable.exe'>Portable version</a><br>(to run from a USB key, etc.)</td> | ||||
| <td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.109/Joplin-Setup-1.0.109.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a></td> | ||||
| <td>or Get the <a href='https://github.com/laurent22/joplin/releases/download/v1.0.109/JoplinPortable.exe'>Portable version</a><br>(to run from a USB key, etc.)</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td>macOS</td> | ||||
| @@ -280,7 +280,7 @@ | ||||
| </tr> | ||||
| <tr> | ||||
| <td>Linux</td> | ||||
| <td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.107/Joplin-1.0.107-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a></td> | ||||
| <td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.109/Joplin-1.0.109-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a></td> | ||||
| <td>An Arch Linux package<br><a href="#terminal-application">is also available</a>.</td> | ||||
| </tr> | ||||
| </tbody> | ||||
|   | ||||
| @@ -260,19 +260,19 @@ | ||||
| <tbody> | ||||
| <tr> | ||||
| <td>Total Windows downloads</td> | ||||
| <td>53315</td> | ||||
| <td>59269</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td>Total macOs downloads</td> | ||||
| <td>22339</td> | ||||
| <td>24054</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td>Total Linux downloads</td> | ||||
| <td>21228</td> | ||||
| <td>22610</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td>Windows %</td> | ||||
| <td>55%</td> | ||||
| <td>56%</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td>macOS %</td> | ||||
| @@ -280,7 +280,7 @@ | ||||
| </tr> | ||||
| <tr> | ||||
| <td>Linux %</td> | ||||
| <td>22%</td> | ||||
| <td>21%</td> | ||||
| </tr> | ||||
| </tbody> | ||||
| </table> | ||||
| @@ -297,36 +297,44 @@ | ||||
| </thead> | ||||
| <tbody> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.109">v1.0.109</a></td> | ||||
| <td>2018-09-27T18:01:41Z</td> | ||||
| <td>1</td> | ||||
| <td></td> | ||||
| <td></td> | ||||
| <td>1  </td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.107">v1.0.107</a></td> | ||||
| <td>2018-09-16T19:51:07Z</td> | ||||
| <td></td> | ||||
| <td></td> | ||||
| <td></td> | ||||
| <td></td> | ||||
| <td>6392</td> | ||||
| <td>1969</td> | ||||
| <td>1686</td> | ||||
| <td>10047</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.106">v1.0.106</a></td> | ||||
| <td>2018-09-08T15:23:40Z</td> | ||||
| <td>4447</td> | ||||
| <td>1422</td> | ||||
| <td>283</td> | ||||
| <td>6152</td> | ||||
| <td>4499</td> | ||||
| <td>1435</td> | ||||
| <td>285</td> | ||||
| <td>6219</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.105">v1.0.105</a></td> | ||||
| <td>2018-09-05T11:29:36Z</td> | ||||
| <td>4504</td> | ||||
| <td>1539</td> | ||||
| <td>1409</td> | ||||
| <td>7452</td> | ||||
| <td>4552</td> | ||||
| <td>1544</td> | ||||
| <td>1426</td> | ||||
| <td>7522</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.104">v1.0.104</a></td> | ||||
| <td>2018-06-28T20:25:36Z</td> | ||||
| <td>14939</td> | ||||
| <td>14943</td> | ||||
| <td>4649</td> | ||||
| <td>6864</td> | ||||
| <td>26452</td> | ||||
| <td>6882</td> | ||||
| <td>26474</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.103">v1.0.103</a></td> | ||||
| @@ -348,9 +356,9 @@ | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.100">v1.0.100</a></td> | ||||
| <td>2018-06-14T17:41:43Z</td> | ||||
| <td>848</td> | ||||
| <td>404</td> | ||||
| <td>224</td> | ||||
| <td>1476</td> | ||||
| <td>405</td> | ||||
| <td>225</td> | ||||
| <td>1478</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.99">v1.0.99</a></td> | ||||
| @@ -373,8 +381,8 @@ | ||||
| <td>2018-05-26T16:36:39Z</td> | ||||
| <td>2671</td> | ||||
| <td>1194</td> | ||||
| <td>1147</td> | ||||
| <td>5012</td> | ||||
| <td>1151</td> | ||||
| <td>5016</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.95">v1.0.95</a></td> | ||||
| @@ -396,9 +404,9 @@ | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.93">v1.0.93</a></td> | ||||
| <td>2018-05-14T11:36:01Z</td> | ||||
| <td>1766</td> | ||||
| <td>844</td> | ||||
| <td>845</td> | ||||
| <td>738</td> | ||||
| <td>3348</td> | ||||
| <td>3349</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.91">v1.0.91</a></td> | ||||
| @@ -427,10 +435,10 @@ | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.83">v1.0.83</a></td> | ||||
| <td>2018-04-04T19:43:58Z</td> | ||||
| <td>4438</td> | ||||
| <td>4442</td> | ||||
| <td>2378</td> | ||||
| <td>2627</td> | ||||
| <td>9443</td> | ||||
| <td>9447</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.82">v1.0.82</a></td> | ||||
| @@ -528,14 +536,6 @@ | ||||
| <td>83</td> | ||||
| <td>517</td> | ||||
| </tr> | ||||
| <tr> | ||||
| <td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.62">v1.0.62</a></td> | ||||
| <td>2018-02-12T20:19:58Z</td> | ||||
| <td>547</td> | ||||
| <td>274</td> | ||||
| <td>346</td> | ||||
| <td>1167</td> | ||||
| </tr> | ||||
| </tbody> | ||||
| </table> | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,19 @@ | ||||
| # Joplin changelog | ||||
|  | ||||
| ## [v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) - 2018-09-27T18:01:41Z | ||||
|  | ||||
| - New: Allow loading image resources in IMG html tags. For example, this is now possible: `<img src=":/a92ac34387ff467a8c839d201dcd39aa" width="50"/>` | ||||
| - Security: Fixed security issue by enabling contextIsolation and proxying IPC messages via preload script. Thank you Yaroslav Lobachevski for discovering the issue. | ||||
| - Fixes [#801](https://github.com/laurent22/joplin/issues/801): Replaced freegeoip which is no longer free with ip-api to enable again geo-location for notes. | ||||
| - Fixes [#802](https://github.com/laurent22/joplin/issues/802): Scale note text correctly when using zoom | ||||
| - Fixes [#805](https://github.com/laurent22/joplin/issues/805): Fixed app freezing when opening note in external editor and then creating new note | ||||
| - Clipper: Fixes [#809](https://github.com/laurent22/joplin/issues/809): Saves full URL with note, including query parameters | ||||
| - Clipper: Resolves [#681](https://github.com/laurent22/joplin/issues/681): Allow adding tags from Web Clipper | ||||
| - Clipper: Fixes [#672](https://github.com/laurent22/joplin/issues/672): Make sure selected notebook is saved and restored correctly | ||||
| - Clipper: Fixes [#817](https://github.com/laurent22/joplin/issues/817): Added support for PICTURE tags, which will fix issues with certain pages from which images were not being imported | ||||
| - Clipper: Fixed importing certain images with sources that contain brackets | ||||
| - Improved: Mostly an invisible change at this point, but the REST API has been refactored to allow adding more calls and to support third-party applications. | ||||
|  | ||||
| ## [v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) - 2018-09-16T19:51:07Z | ||||
|  | ||||
| - New: Resolves [#755](https://github.com/laurent22/joplin/issues/755): Added note properties dialog box to view and edit created time, updated time, source URL and geolocation | ||||
| @@ -257,10 +271,4 @@ IMPORTANT: If you use Nextcloud it is recommended to sync all your notes before | ||||
| ## [v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) - 2018-02-14T19:40:36Z | ||||
|  | ||||
| - Improved the way settings are changed. Should also fixed issue with sync context being accidentally broken. | ||||
| - Improved WebDAV driver compatibility with some services (eg. Seafile) | ||||
|  | ||||
| ## [v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) - 2018-02-12T20:19:58Z | ||||
|  | ||||
| - Fixes [#205](https://github.com/laurent22/joplin/issues/205): Importing Evernote notes while on import page re-imports previous import | ||||
| - Fixes [#209](https://github.com/laurent22/joplin/issues/209): Items with non-ASCII characters end up truncated on Nextcloud | ||||
| - Added Basque translation, fixed issue with handling invalid translations. Updated translation FR. | ||||
| - Improved WebDAV driver compatibility with some services (eg. Seafile) | ||||
| @@ -2,32 +2,33 @@ | ||||
|  | ||||
| Name | Value | ||||
| --- | --- | ||||
| Total Windows downloads | 53315 | ||||
| Total macOs downloads | 22339 | ||||
| Total Linux downloads | 21228 | ||||
| Windows % | 55% | ||||
| Total Windows downloads | 59269 | ||||
| Total macOs downloads | 24054 | ||||
| Total Linux downloads | 22610 | ||||
| Windows % | 56% | ||||
| macOS % | 23% | ||||
| Linux % | 22% | ||||
| Linux % | 21% | ||||
|  | ||||
| Version | Date | Windows | macOS | Linux | Total | ||||
| --- | --- | --- | --- | --- | --- | ||||
| [v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z |     |     |     |     | ||||
| [v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4447 | 1422 | 283 | 6152 | ||||
| [v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4504 | 1539 | 1409 | 7452 | ||||
| [v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 14939 | 4649 | 6864 | 26452 | ||||
| [v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 1   |     |     | 1   | ||||
| [v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 6392 | 1969 | 1686 | 10047 | ||||
| [v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4499 | 1435 | 285 | 6219 | ||||
| [v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4552 | 1544 | 1426 | 7522 | ||||
| [v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 14943 | 4649 | 6882 | 26474 | ||||
| [v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2001 | 852 | 664 | 3517 | ||||
| [v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1283 | 577 | 397 | 2257 | ||||
| [v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 848 | 404 | 224 | 1476 | ||||
| [v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 848 | 405 | 225 | 1478 | ||||
| [v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1228 | 575 | 370 | 2173 | ||||
| [v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 290 | 131 | 51  | 472 | ||||
| [v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2671 | 1194 | 1147 | 5012 | ||||
| [v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2671 | 1194 | 1151 | 5016 | ||||
| [v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 381 | 186 | 81  | 648 | ||||
| [v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1094 | 553 | 354 | 2001 | ||||
| [v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1766 | 844 | 738 | 3348 | ||||
| [v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1766 | 845 | 738 | 3349 | ||||
| [v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 812 | 531 | 286 | 1629 | ||||
| [v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 469 | 206 | 90  | 765 | ||||
| [v1.0.85](https://github.com/laurent22/joplin/releases/tag/v1.0.85) | 2018-05-01T21:08:24Z | 1638 | 929 | 607 | 3174 | ||||
| [v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4438 | 2378 | 2627 | 9443 | ||||
| [v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4442 | 2378 | 2627 | 9447 | ||||
| [v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 684 | 383 | 92  | 1159 | ||||
| [v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 984 | 565 | 742 | 2291 | ||||
| [v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 919 | 509 | 353 | 1781 | ||||
| @@ -39,5 +40,4 @@ Version | Date | Windows | macOS | Linux | Total | ||||
| [v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 313 | 107 | 72  | 492 | ||||
| [v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 185 | 104 | 114 | 403 | ||||
| [v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1074 | 528 | 1116 | 2718 | ||||
| [v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 291 | 143 | 83  | 517 | ||||
| [v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) | 2018-02-12T20:19:58Z | 547 | 274 | 346 | 1167 | ||||
| [v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 291 | 143 | 83  | 517 | ||||
		Reference in New Issue
	
	Block a user