mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Update website
This commit is contained in:
parent
5079cd9ff2
commit
7d02ddfdb5
@ -916,6 +916,8 @@ async function fetchAllNotes() {
|
||||
<p>Gets resource with ID :id</p>
|
||||
<h2>GET /resources/:id/file<a name="get-resources-id-file" href="#get-resources-id-file" class="heading-anchor">🔗</a></h2>
|
||||
<p>Gets the actual file associated with this resource.</p>
|
||||
<h2>GET /resources/:id/notes<a name="get-resources-id-notes" href="#get-resources-id-notes" class="heading-anchor">🔗</a></h2>
|
||||
<p>Gets the notes (IDs) associated with a resource.</p>
|
||||
<h2>POST /resources<a name="post-resources" href="#post-resources" class="heading-anchor">🔗</a></h2>
|
||||
<p>Creates a new resource</p>
|
||||
<p>Creating a new resource is special because you also need to upload the file. Unlike other API calls, this one must have the "multipart/form-data" Content-Type. The file data must be passed to the "data" form field, and the other properties to the "props" form field. An example of a valid call with cURL would be:</p>
|
||||
|
@ -392,6 +392,20 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md
|
||||
|
||||
<div class="main">
|
||||
<h1>Joplin changelog<a name="joplin-changelog" href="#joplin-changelog" class="heading-anchor">🔗</a></h1>
|
||||
<h2><a href="https://github.com/laurent22/joplin/releases/tag/v1.4.7">v1.4.7</a> - 2020-11-07T18:23:29Z<a name="v1-4-7-https-github-com-laurent22-joplin-releases-tag-v1-4-7-2020-11-07t18-23-29z" href="#v1-4-7-https-github-com-laurent22-joplin-releases-tag-v1-4-7-2020-11-07t18-23-29z" class="heading-anchor">🔗</a></h2>
|
||||
<p>IMPORTANT: If you use the Clipper API, please note that there are a few breaking changes in this version. See this link for more information: <a href="https://github.com/laurent22/joplin/pull/3983">https://github.com/laurent22/joplin/pull/3983</a></p>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>New: Api: Added ability to watch resource file</li>
|
||||
<li>New: Api: Added way to get the notes associated with a resource</li>
|
||||
<li>Improved: Plugins: Force plugin devtool dialog to be detached</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>New: API: Adds ability to paginate data (<a href="https://github.com/laurent22/joplin/issues/3983">#3983</a>)</li>
|
||||
<li>New: Adds spell checker support for Rich Text editor (<a href="https://github.com/laurent22/joplin/issues/3974">#3974</a>)</li>
|
||||
<li>Improved: Change Markdown rendering to align with CommonMark spec (<a href="https://github.com/laurent22/joplin/issues/3839">#3839</a>)</li>
|
||||
</ul>
|
||||
<h2><a href="https://github.com/laurent22/joplin/releases/tag/v1.3.18">v1.3.18</a> - 2020-11-06T12:07:02Z<a name="v1-3-18-https-github-com-laurent22-joplin-releases-tag-v1-3-18-2020-11-06t12-07-02z" href="#v1-3-18-https-github-com-laurent22-joplin-releases-tag-v1-3-18-2020-11-06t12-07-02z" class="heading-anchor">🔗</a></h2>
|
||||
<ul>
|
||||
<li>Regression: Random crash when syncing due to undefined tags (<a href="https://github.com/laurent22/joplin/issues/4051">#4051</a>)</li>
|
||||
|
@ -854,7 +854,7 @@ Eg. <code>:search -- "-tag:tag1"</code>.</p>
|
||||
<p>Joplin is currently available in the languages below. If you would like to contribute a <strong>new translation</strong>, it is quite straightforward, please follow these steps:</p>
|
||||
<ul>
|
||||
<li><a href="https://poedit.net/">Download Poedit</a>, the translation editor, and install it.</li>
|
||||
<li><a href="https://raw.githubusercontent.com/laurent22/joplin/dev/packages/app-cli/locales/joplin.pot">Download the file to be translated</a>.</li>
|
||||
<li><a href="https://raw.githubusercontent.com/laurent22/joplin/dev/packages/tools/locales/joplin.pot">Download the file to be translated</a>.</li>
|
||||
<li>In Poedit, open this .pot file, go into the Catalog menu and click Configuration. Change "Country" and "Language" to your own country and language.</li>
|
||||
<li>From then you can translate the file.</li>
|
||||
<li>Once it is done, please <a href="https://github.com/laurent22/joplin/pulls">open a pull request</a> and add the file to it.</li>
|
||||
|
@ -402,15 +402,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Total Windows downloads</td>
|
||||
<td>1,119,966</td>
|
||||
<td>1,124,357</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Total macOs downloads</td>
|
||||
<td>436,003</td>
|
||||
<td>437,555</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Total Linux downloads</td>
|
||||
<td>318,326</td>
|
||||
<td>319,588</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Windows %</td>
|
||||
@ -439,36 +439,44 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.4.7">v1.4.7</a></td>
|
||||
<td>2020-11-07T18:23:29Z</td>
|
||||
<td>169</td>
|
||||
<td>69</td>
|
||||
<td>224</td>
|
||||
<td>462</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.3.18">v1.3.18</a></td>
|
||||
<td>2020-11-06T12:07:02Z</td>
|
||||
<td>806</td>
|
||||
<td>317</td>
|
||||
<td>320</td>
|
||||
<td>1,443</td>
|
||||
<td>4,740</td>
|
||||
<td>1,748</td>
|
||||
<td>1,313</td>
|
||||
<td>7,801</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.3.17">v1.3.17</a></td>
|
||||
<td>2020-11-06T11:35:15Z</td>
|
||||
<td>22</td>
|
||||
<td>5</td>
|
||||
<td>9</td>
|
||||
<td>36</td>
|
||||
<td>23</td>
|
||||
<td>6</td>
|
||||
<td>10</td>
|
||||
<td>39</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.4.6">v1.4.6</a></td>
|
||||
<td>2020-11-05T22:44:12Z</td>
|
||||
<td>196</td>
|
||||
<td>60</td>
|
||||
<td>36</td>
|
||||
<td>292</td>
|
||||
<td>294</td>
|
||||
<td>75</td>
|
||||
<td>38</td>
|
||||
<td>407</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.3.15">v1.3.15</a></td>
|
||||
<td>2020-11-04T12:22:50Z</td>
|
||||
<td>2,065</td>
|
||||
<td>1,224</td>
|
||||
<td>799</td>
|
||||
<td>4,088</td>
|
||||
<td>2,102</td>
|
||||
<td>1,240</td>
|
||||
<td>816</td>
|
||||
<td>4,158</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.3.11">v1.3.11</a></td>
|
||||
@ -491,8 +499,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<td>2020-10-23T16:04:26Z</td>
|
||||
<td>795</td>
|
||||
<td>221</td>
|
||||
<td>611</td>
|
||||
<td>1,627</td>
|
||||
<td>614</td>
|
||||
<td>1,630</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.3.8">v1.3.8</a></td>
|
||||
@ -545,10 +553,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.2.6">v1.2.6</a></td>
|
||||
<td>2020-10-09T13:56:59Z</td>
|
||||
<td>43,075</td>
|
||||
<td>17,608</td>
|
||||
<td>13,970</td>
|
||||
<td>74,653</td>
|
||||
<td>43,158</td>
|
||||
<td>17,613</td>
|
||||
<td>13,977</td>
|
||||
<td>74,748</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.2.4">v1.2.4</a></td>
|
||||
@ -569,34 +577,34 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.2.2">v1.2.2</a></td>
|
||||
<td>2020-09-22T20:31:55Z</td>
|
||||
<td>736</td>
|
||||
<td>737</td>
|
||||
<td>188</td>
|
||||
<td>628</td>
|
||||
<td>1,552</td>
|
||||
<td>1,553</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.1.4">v1.1.4</a></td>
|
||||
<td>2020-09-21T11:20:09Z</td>
|
||||
<td>27,381</td>
|
||||
<td>27,384</td>
|
||||
<td>13,453</td>
|
||||
<td>7,690</td>
|
||||
<td>48,524</td>
|
||||
<td>48,527</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.1.3">v1.1.3</a></td>
|
||||
<td>2020-09-17T10:30:37Z</td>
|
||||
<td>543</td>
|
||||
<td>544</td>
|
||||
<td>137</td>
|
||||
<td>454</td>
|
||||
<td>1,134</td>
|
||||
<td>1,135</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.1.2">v1.1.2</a></td>
|
||||
<td>2020-09-15T12:58:38Z</td>
|
||||
<td>343</td>
|
||||
<td>344</td>
|
||||
<td>102</td>
|
||||
<td>241</td>
|
||||
<td>686</td>
|
||||
<td>687</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.1.1">v1.1.1</a></td>
|
||||
@ -609,26 +617,26 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.245">v1.0.245</a></td>
|
||||
<td>2020-09-09T12:56:10Z</td>
|
||||
<td>20,756</td>
|
||||
<td>20,757</td>
|
||||
<td>9,956</td>
|
||||
<td>5,615</td>
|
||||
<td>36,327</td>
|
||||
<td>36,328</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.242">v1.0.242</a></td>
|
||||
<td>2020-09-04T22:00:34Z</td>
|
||||
<td>12,297</td>
|
||||
<td>6,392</td>
|
||||
<td>12,298</td>
|
||||
<td>6,393</td>
|
||||
<td>3,003</td>
|
||||
<td>21,692</td>
|
||||
<td>21,694</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.241">v1.0.241</a></td>
|
||||
<td>2020-09-04T18:06:00Z</td>
|
||||
<td>23,061</td>
|
||||
<td>23,062</td>
|
||||
<td>5,683</td>
|
||||
<td>4,959</td>
|
||||
<td>33,703</td>
|
||||
<td>33,704</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.239">v1.0.239</a></td>
|
||||
@ -673,10 +681,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.233">v1.0.233</a></td>
|
||||
<td>2020-08-01T14:51:15Z</td>
|
||||
<td>42,141</td>
|
||||
<td>18,142</td>
|
||||
<td>12,342</td>
|
||||
<td>72,625</td>
|
||||
<td>42,148</td>
|
||||
<td>18,143</td>
|
||||
<td>12,343</td>
|
||||
<td>72,634</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.232">v1.0.232</a></td>
|
||||
@ -690,25 +698,25 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.227">v1.0.227</a></td>
|
||||
<td>2020-07-07T20:44:54Z</td>
|
||||
<td>40,124</td>
|
||||
<td>15,233</td>
|
||||
<td>15,234</td>
|
||||
<td>9,610</td>
|
||||
<td>64,967</td>
|
||||
<td>64,968</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.226">v1.0.226</a></td>
|
||||
<td>2020-07-04T10:21:26Z</td>
|
||||
<td>4,862</td>
|
||||
<td>4,864</td>
|
||||
<td>2,228</td>
|
||||
<td>684</td>
|
||||
<td>7,774</td>
|
||||
<td>7,776</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.224">v1.0.224</a></td>
|
||||
<td>2020-06-20T22:26:08Z</td>
|
||||
<td>24,700</td>
|
||||
<td>10,974</td>
|
||||
<td>24,702</td>
|
||||
<td>10,975</td>
|
||||
<td>5,999</td>
|
||||
<td>41,673</td>
|
||||
<td>41,676</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.223">v1.0.223</a></td>
|
||||
@ -737,10 +745,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.218">v1.0.218</a></td>
|
||||
<td>2020-06-07T10:43:34Z</td>
|
||||
<td>14,477</td>
|
||||
<td>14,479</td>
|
||||
<td>6,946</td>
|
||||
<td>2,950</td>
|
||||
<td>24,373</td>
|
||||
<td>24,375</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.217">v1.0.217</a></td>
|
||||
@ -753,10 +761,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.216">v1.0.216</a></td>
|
||||
<td>2020-05-24T14:21:01Z</td>
|
||||
<td>36,286</td>
|
||||
<td>14,228</td>
|
||||
<td>36,301</td>
|
||||
<td>14,229</td>
|
||||
<td>10,169</td>
|
||||
<td>60,683</td>
|
||||
<td>60,699</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.214">v1.0.214</a></td>
|
||||
@ -801,10 +809,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.201">v1.0.201</a></td>
|
||||
<td>2020-04-15T22:55:13Z</td>
|
||||
<td>52,297</td>
|
||||
<td>52,313</td>
|
||||
<td>20,030</td>
|
||||
<td>18,166</td>
|
||||
<td>90,493</td>
|
||||
<td>90,509</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.200">v1.0.200</a></td>
|
||||
@ -827,24 +835,24 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<td>2020-03-30T17:21:22Z</td>
|
||||
<td>22,056</td>
|
||||
<td>9,506</td>
|
||||
<td>5,606</td>
|
||||
<td>37,168</td>
|
||||
<td>5,607</td>
|
||||
<td>37,169</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.195">v1.0.195</a></td>
|
||||
<td>2020-03-22T19:56:12Z</td>
|
||||
<td>18,859</td>
|
||||
<td>7,939</td>
|
||||
<td>4,501</td>
|
||||
<td>31,299</td>
|
||||
<td>7,941</td>
|
||||
<td>4,502</td>
|
||||
<td>31,302</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.194">v1.0.194</a></td>
|
||||
<td>2020-03-14T00:00:32Z</td>
|
||||
<td>1,271</td>
|
||||
<td>1,272</td>
|
||||
<td>1,369</td>
|
||||
<td>498</td>
|
||||
<td>3,138</td>
|
||||
<td>3,139</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.193">v1.0.193</a></td>
|
||||
@ -865,10 +873,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.190">v1.0.190</a></td>
|
||||
<td>2020-03-06T01:22:22Z</td>
|
||||
<td>363</td>
|
||||
<td>364</td>
|
||||
<td>83</td>
|
||||
<td>82</td>
|
||||
<td>528</td>
|
||||
<td>529</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.189">v1.0.189</a></td>
|
||||
@ -890,9 +898,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.179">v1.0.179</a></td>
|
||||
<td>2020-01-24T22:42:41Z</td>
|
||||
<td>70,935</td>
|
||||
<td>28,463</td>
|
||||
<td>22,489</td>
|
||||
<td>121,887</td>
|
||||
<td>28,464</td>
|
||||
<td>22,490</td>
|
||||
<td>121,889</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.178">v1.0.178</a></td>
|
||||
@ -921,10 +929,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.175">v1.0.175</a></td>
|
||||
<td>2019-12-08T11:48:47Z</td>
|
||||
<td>71,963</td>
|
||||
<td>71,967</td>
|
||||
<td>16,855</td>
|
||||
<td>16,474</td>
|
||||
<td>105,292</td>
|
||||
<td>16,475</td>
|
||||
<td>105,297</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.174">v1.0.174</a></td>
|
||||
@ -945,10 +953,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.170">v1.0.170</a></td>
|
||||
<td>2019-10-13T22:13:04Z</td>
|
||||
<td>27,368</td>
|
||||
<td>27,369</td>
|
||||
<td>8,735</td>
|
||||
<td>7,668</td>
|
||||
<td>43,771</td>
|
||||
<td>43,772</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.169">v1.0.169</a></td>
|
||||
@ -969,26 +977,26 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.167">v1.0.167</a></td>
|
||||
<td>2019-09-10T08:48:37Z</td>
|
||||
<td>16,777</td>
|
||||
<td>16,778</td>
|
||||
<td>5,698</td>
|
||||
<td>3,700</td>
|
||||
<td>26,175</td>
|
||||
<td>26,176</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.166">v1.0.166</a></td>
|
||||
<td>2019-09-09T17:35:54Z</td>
|
||||
<td>1,950</td>
|
||||
<td>556</td>
|
||||
<td>234</td>
|
||||
<td>2,740</td>
|
||||
<td>235</td>
|
||||
<td>2,741</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.165">v1.0.165</a></td>
|
||||
<td>2019-08-14T21:46:29Z</td>
|
||||
<td>18,875</td>
|
||||
<td>6,967</td>
|
||||
<td>6,968</td>
|
||||
<td>5,459</td>
|
||||
<td>31,301</td>
|
||||
<td>31,302</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.161">v1.0.161</a></td>
|
||||
@ -1001,10 +1009,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.160">v1.0.160</a></td>
|
||||
<td>2019-06-15T00:21:40Z</td>
|
||||
<td>30,450</td>
|
||||
<td>30,452</td>
|
||||
<td>7,738</td>
|
||||
<td>8,098</td>
|
||||
<td>46,286</td>
|
||||
<td>46,288</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.159">v1.0.159</a></td>
|
||||
@ -1017,10 +1025,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.158">v1.0.158</a></td>
|
||||
<td>2019-05-27T19:01:18Z</td>
|
||||
<td>9,808</td>
|
||||
<td>9,809</td>
|
||||
<td>3,533</td>
|
||||
<td>1,934</td>
|
||||
<td>15,275</td>
|
||||
<td>15,276</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.157">v1.0.157</a></td>
|
||||
@ -1098,9 +1106,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.140">v1.0.140</a></td>
|
||||
<td>2019-03-10T20:59:58Z</td>
|
||||
<td>13,621</td>
|
||||
<td>4,165</td>
|
||||
<td>4,166</td>
|
||||
<td>3,172</td>
|
||||
<td>20,958</td>
|
||||
<td>20,959</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.139">v1.0.139</a></td>
|
||||
@ -1121,18 +1129,18 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.137">v1.0.137</a></td>
|
||||
<td>2019-03-03T01:12:51Z</td>
|
||||
<td>584</td>
|
||||
<td>585</td>
|
||||
<td>54</td>
|
||||
<td>81</td>
|
||||
<td>719</td>
|
||||
<td>720</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.135">v1.0.135</a></td>
|
||||
<td>2019-02-27T23:36:57Z</td>
|
||||
<td>12,483</td>
|
||||
<td>3,952</td>
|
||||
<td>4,071</td>
|
||||
<td>20,506</td>
|
||||
<td>4,072</td>
|
||||
<td>20,507</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.134">v1.0.134</a></td>
|
||||
@ -1185,34 +1193,34 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.119">v1.0.119</a></td>
|
||||
<td>2018-12-18T12:40:22Z</td>
|
||||
<td>8,900</td>
|
||||
<td>8,901</td>
|
||||
<td>3,257</td>
|
||||
<td>2,012</td>
|
||||
<td>14,169</td>
|
||||
<td>14,170</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.118">v1.0.118</a></td>
|
||||
<td>2019-01-11T08:34:13Z</td>
|
||||
<td>712</td>
|
||||
<td>243</td>
|
||||
<td>713</td>
|
||||
<td>244</td>
|
||||
<td>87</td>
|
||||
<td>1,042</td>
|
||||
<td>1,044</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.117">v1.0.117</a></td>
|
||||
<td>2018-11-24T12:05:24Z</td>
|
||||
<td>16,252</td>
|
||||
<td>4,889</td>
|
||||
<td>6,378</td>
|
||||
<td>27,519</td>
|
||||
<td>6,379</td>
|
||||
<td>27,520</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.116">v1.0.116</a></td>
|
||||
<td>2018-11-20T19:09:24Z</td>
|
||||
<td>3,468</td>
|
||||
<td>1,116</td>
|
||||
<td>1,117</td>
|
||||
<td>712</td>
|
||||
<td>5,296</td>
|
||||
<td>5,297</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.115">v1.0.115</a></td>
|
||||
@ -1233,10 +1241,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.111">v1.0.111</a></td>
|
||||
<td>2018-09-30T20:15:09Z</td>
|
||||
<td>12,006</td>
|
||||
<td>12,007</td>
|
||||
<td>3,285</td>
|
||||
<td>3,660</td>
|
||||
<td>18,951</td>
|
||||
<td>3,661</td>
|
||||
<td>18,953</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.110">v1.0.110</a></td>
|
||||
@ -1282,9 +1290,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<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>4,651</td>
|
||||
<td>1,584</td>
|
||||
<td>1,451</td>
|
||||
<td>7,686</td>
|
||||
<td>1,585</td>
|
||||
<td>1,452</td>
|
||||
<td>7,688</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.104">v1.0.104</a></td>
|
||||
@ -1338,9 +1346,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.96">v1.0.96</a></td>
|
||||
<td>2018-05-26T16:36:39Z</td>
|
||||
<td>2,715</td>
|
||||
<td>1,220</td>
|
||||
<td>1,599</td>
|
||||
<td>5,534</td>
|
||||
<td>1,221</td>
|
||||
<td>1,601</td>
|
||||
<td>5,537</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.95">v1.0.95</a></td>
|
||||
@ -1355,8 +1363,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<td>2018-05-21T20:52:59Z</td>
|
||||
<td>1,128</td>
|
||||
<td>580</td>
|
||||
<td>393</td>
|
||||
<td>2,101</td>
|
||||
<td>394</td>
|
||||
<td>2,102</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.93">v1.0.93</a></td>
|
||||
@ -1585,10 +1593,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.39">v0.10.39</a></td>
|
||||
<td>2017-12-11T21:19:44Z</td>
|
||||
<td>5,781</td>
|
||||
<td>4,254</td>
|
||||
<td>5,782</td>
|
||||
<td>4,255</td>
|
||||
<td>3,157</td>
|
||||
<td>13,192</td>
|
||||
<td>13,194</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.38">v0.10.38</a></td>
|
||||
@ -1675,8 +1683,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
|
||||
<td>2017-11-24T14:27:49Z</td>
|
||||
<td>148</td>
|
||||
<td>694</td>
|
||||
<td>6,373</td>
|
||||
<td>7,215</td>
|
||||
<td>6,375</td>
|
||||
<td>7,217</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.23">v0.10.23</a></td>
|
||||
|
@ -309,6 +309,10 @@ Gets resource with ID :id
|
||||
|
||||
Gets the actual file associated with this resource.
|
||||
|
||||
## GET /resources/:id/notes
|
||||
|
||||
Gets the notes (IDs) associated with a resource.
|
||||
|
||||
## POST /resources
|
||||
|
||||
Creates a new resource
|
||||
|
@ -1,5 +1,21 @@
|
||||
# Joplin changelog
|
||||
|
||||
## [v1.4.7](https://github.com/laurent22/joplin/releases/tag/v1.4.7) - 2020-11-07T18:23:29Z
|
||||
|
||||
IMPORTANT: If you use the Clipper API, please note that there are a few breaking changes in this version. See this link for more information: https://github.com/laurent22/joplin/pull/3983
|
||||
|
||||
* * *
|
||||
|
||||
- New: Api: Added ability to watch resource file
|
||||
- New: Api: Added way to get the notes associated with a resource
|
||||
- Improved: Plugins: Force plugin devtool dialog to be detached
|
||||
|
||||
* * *
|
||||
|
||||
- New: API: Adds ability to paginate data ([#3983](https://github.com/laurent22/joplin/issues/3983))
|
||||
- New: Adds spell checker support for Rich Text editor ([#3974](https://github.com/laurent22/joplin/issues/3974))
|
||||
- Improved: Change Markdown rendering to align with CommonMark spec ([#3839](https://github.com/laurent22/joplin/issues/3839))
|
||||
|
||||
## [v1.3.18](https://github.com/laurent22/joplin/releases/tag/v1.3.18) - 2020-11-06T12:07:02Z
|
||||
|
||||
- Regression: Random crash when syncing due to undefined tags ([#4051](https://github.com/laurent22/joplin/issues/4051))
|
||||
|
@ -2,88 +2,89 @@
|
||||
|
||||
Name | Value
|
||||
--- | ---
|
||||
Total Windows downloads | 1,119,966
|
||||
Total macOs downloads | 436,003
|
||||
Total Linux downloads | 318,326
|
||||
Total Windows downloads | 1,124,357
|
||||
Total macOs downloads | 437,555
|
||||
Total Linux downloads | 319,588
|
||||
Windows % | 60%
|
||||
macOS % | 23%
|
||||
Linux % | 17%
|
||||
|
||||
Version | Date | Windows | macOS | Linux | Total
|
||||
--- | --- | --- | --- | --- | ---
|
||||
[v1.3.18](https://github.com/laurent22/joplin/releases/tag/v1.3.18) | 2020-11-06T12:07:02Z | 806 | 317 | 320 | 1,443
|
||||
[v1.3.17](https://github.com/laurent22/joplin/releases/tag/v1.3.17) | 2020-11-06T11:35:15Z | 22 | 5 | 9 | 36
|
||||
[v1.4.6](https://github.com/laurent22/joplin/releases/tag/v1.4.6) | 2020-11-05T22:44:12Z | 196 | 60 | 36 | 292
|
||||
[v1.3.15](https://github.com/laurent22/joplin/releases/tag/v1.3.15) | 2020-11-04T12:22:50Z | 2,065 | 1,224 | 799 | 4,088
|
||||
[v1.4.7](https://github.com/laurent22/joplin/releases/tag/v1.4.7) | 2020-11-07T18:23:29Z | 169 | 69 | 224 | 462
|
||||
[v1.3.18](https://github.com/laurent22/joplin/releases/tag/v1.3.18) | 2020-11-06T12:07:02Z | 4,740 | 1,748 | 1,313 | 7,801
|
||||
[v1.3.17](https://github.com/laurent22/joplin/releases/tag/v1.3.17) | 2020-11-06T11:35:15Z | 23 | 6 | 10 | 39
|
||||
[v1.4.6](https://github.com/laurent22/joplin/releases/tag/v1.4.6) | 2020-11-05T22:44:12Z | 294 | 75 | 38 | 407
|
||||
[v1.3.15](https://github.com/laurent22/joplin/releases/tag/v1.3.15) | 2020-11-04T12:22:50Z | 2,102 | 1,240 | 816 | 4,158
|
||||
[v1.3.11](https://github.com/laurent22/joplin/releases/tag/v1.3.11) | 2020-10-31T13:22:20Z | 680 | 166 | 466 | 1,312
|
||||
[v1.3.10](https://github.com/laurent22/joplin/releases/tag/v1.3.10) | 2020-10-29T13:27:14Z | 331 | 99 | 301 | 731
|
||||
[v1.3.9](https://github.com/laurent22/joplin/releases/tag/v1.3.9) | 2020-10-23T16:04:26Z | 795 | 221 | 611 | 1,627
|
||||
[v1.3.9](https://github.com/laurent22/joplin/releases/tag/v1.3.9) | 2020-10-23T16:04:26Z | 795 | 221 | 614 | 1,630
|
||||
[v1.3.8](https://github.com/laurent22/joplin/releases/tag/v1.3.8) | 2020-10-21T18:46:29Z | 468 | 91 | 315 | 874
|
||||
[v1.3.7](https://github.com/laurent22/joplin/releases/tag/v1.3.7) | 2020-10-20T11:35:55Z | 252 | 63 | 328 | 643
|
||||
[v1.3.5](https://github.com/laurent22/joplin/releases/tag/v1.3.5) | 2020-10-17T14:26:35Z | 427 | 114 | 393 | 934
|
||||
[v1.3.3](https://github.com/laurent22/joplin/releases/tag/v1.3.3) | 2020-10-17T10:56:57Z | 96 | 23 | 21 | 140
|
||||
[v1.3.2](https://github.com/laurent22/joplin/releases/tag/v1.3.2) | 2020-10-11T20:39:49Z | 642 | 161 | 550 | 1,353
|
||||
[v1.3.1](https://github.com/laurent22/joplin/releases/tag/v1.3.1) | 2020-10-11T15:10:18Z | 62 | 30 | 31 | 123
|
||||
[v1.2.6](https://github.com/laurent22/joplin/releases/tag/v1.2.6) | 2020-10-09T13:56:59Z | 43,075 | 17,608 | 13,970 | 74,653
|
||||
[v1.2.6](https://github.com/laurent22/joplin/releases/tag/v1.2.6) | 2020-10-09T13:56:59Z | 43,158 | 17,613 | 13,977 | 74,748
|
||||
[v1.2.4](https://github.com/laurent22/joplin/releases/tag/v1.2.4) | 2020-09-30T07:34:29Z | 771 | 229 | 785 | 1,785
|
||||
[v1.2.3](https://github.com/laurent22/joplin/releases/tag/v1.2.3) | 2020-09-29T15:13:02Z | 177 | 50 | 68 | 295
|
||||
[v1.2.2](https://github.com/laurent22/joplin/releases/tag/v1.2.2) | 2020-09-22T20:31:55Z | 736 | 188 | 628 | 1,552
|
||||
[v1.1.4](https://github.com/laurent22/joplin/releases/tag/v1.1.4) | 2020-09-21T11:20:09Z | 27,381 | 13,453 | 7,690 | 48,524
|
||||
[v1.1.3](https://github.com/laurent22/joplin/releases/tag/v1.1.3) | 2020-09-17T10:30:37Z | 543 | 137 | 454 | 1,134
|
||||
[v1.1.2](https://github.com/laurent22/joplin/releases/tag/v1.1.2) | 2020-09-15T12:58:38Z | 343 | 102 | 241 | 686
|
||||
[v1.2.2](https://github.com/laurent22/joplin/releases/tag/v1.2.2) | 2020-09-22T20:31:55Z | 737 | 188 | 628 | 1,553
|
||||
[v1.1.4](https://github.com/laurent22/joplin/releases/tag/v1.1.4) | 2020-09-21T11:20:09Z | 27,384 | 13,453 | 7,690 | 48,527
|
||||
[v1.1.3](https://github.com/laurent22/joplin/releases/tag/v1.1.3) | 2020-09-17T10:30:37Z | 544 | 137 | 454 | 1,135
|
||||
[v1.1.2](https://github.com/laurent22/joplin/releases/tag/v1.1.2) | 2020-09-15T12:58:38Z | 344 | 102 | 241 | 687
|
||||
[v1.1.1](https://github.com/laurent22/joplin/releases/tag/v1.1.1) | 2020-09-11T23:32:47Z | 480 | 182 | 336 | 998
|
||||
[v1.0.245](https://github.com/laurent22/joplin/releases/tag/v1.0.245) | 2020-09-09T12:56:10Z | 20,756 | 9,956 | 5,615 | 36,327
|
||||
[v1.0.242](https://github.com/laurent22/joplin/releases/tag/v1.0.242) | 2020-09-04T22:00:34Z | 12,297 | 6,392 | 3,003 | 21,692
|
||||
[v1.0.241](https://github.com/laurent22/joplin/releases/tag/v1.0.241) | 2020-09-04T18:06:00Z | 23,061 | 5,683 | 4,959 | 33,703
|
||||
[v1.0.245](https://github.com/laurent22/joplin/releases/tag/v1.0.245) | 2020-09-09T12:56:10Z | 20,757 | 9,956 | 5,615 | 36,328
|
||||
[v1.0.242](https://github.com/laurent22/joplin/releases/tag/v1.0.242) | 2020-09-04T22:00:34Z | 12,298 | 6,393 | 3,003 | 21,694
|
||||
[v1.0.241](https://github.com/laurent22/joplin/releases/tag/v1.0.241) | 2020-09-04T18:06:00Z | 23,062 | 5,683 | 4,959 | 33,704
|
||||
[v1.0.239](https://github.com/laurent22/joplin/releases/tag/v1.0.239) | 2020-09-01T21:56:36Z | 562 | 213 | 394 | 1,169
|
||||
[v1.0.237](https://github.com/laurent22/joplin/releases/tag/v1.0.237) | 2020-08-29T15:38:04Z | 574 | 898 | 333 | 1,805
|
||||
[v1.0.236](https://github.com/laurent22/joplin/releases/tag/v1.0.236) | 2020-08-28T09:16:54Z | 300 | 98 | 100 | 498
|
||||
[v1.0.235](https://github.com/laurent22/joplin/releases/tag/v1.0.235) | 2020-08-18T22:08:01Z | 1,624 | 477 | 916 | 3,017
|
||||
[v1.0.234](https://github.com/laurent22/joplin/releases/tag/v1.0.234) | 2020-08-17T23:13:02Z | 515 | 113 | 96 | 724
|
||||
[v1.0.233](https://github.com/laurent22/joplin/releases/tag/v1.0.233) | 2020-08-01T14:51:15Z | 42,141 | 18,142 | 12,342 | 72,625
|
||||
[v1.0.233](https://github.com/laurent22/joplin/releases/tag/v1.0.233) | 2020-08-01T14:51:15Z | 42,148 | 18,143 | 12,343 | 72,634
|
||||
[v1.0.232](https://github.com/laurent22/joplin/releases/tag/v1.0.232) | 2020-07-28T22:34:40Z | 637 | 210 | 174 | 1,021
|
||||
[v1.0.227](https://github.com/laurent22/joplin/releases/tag/v1.0.227) | 2020-07-07T20:44:54Z | 40,124 | 15,233 | 9,610 | 64,967
|
||||
[v1.0.226](https://github.com/laurent22/joplin/releases/tag/v1.0.226) | 2020-07-04T10:21:26Z | 4,862 | 2,228 | 684 | 7,774
|
||||
[v1.0.224](https://github.com/laurent22/joplin/releases/tag/v1.0.224) | 2020-06-20T22:26:08Z | 24,700 | 10,974 | 5,999 | 41,673
|
||||
[v1.0.227](https://github.com/laurent22/joplin/releases/tag/v1.0.227) | 2020-07-07T20:44:54Z | 40,124 | 15,234 | 9,610 | 64,968
|
||||
[v1.0.226](https://github.com/laurent22/joplin/releases/tag/v1.0.226) | 2020-07-04T10:21:26Z | 4,864 | 2,228 | 684 | 7,776
|
||||
[v1.0.224](https://github.com/laurent22/joplin/releases/tag/v1.0.224) | 2020-06-20T22:26:08Z | 24,702 | 10,975 | 5,999 | 41,676
|
||||
[v1.0.223](https://github.com/laurent22/joplin/releases/tag/v1.0.223) | 2020-06-20T11:51:27Z | 172 | 100 | 74 | 346
|
||||
[v1.0.221](https://github.com/laurent22/joplin/releases/tag/v1.0.221) | 2020-06-20T01:44:20Z | 840 | 191 | 204 | 1,235
|
||||
[v1.0.220](https://github.com/laurent22/joplin/releases/tag/v1.0.220) | 2020-06-13T18:26:22Z | 31,501 | 9,886 | 6,407 | 47,794
|
||||
[v1.0.218](https://github.com/laurent22/joplin/releases/tag/v1.0.218) | 2020-06-07T10:43:34Z | 14,477 | 6,946 | 2,950 | 24,373
|
||||
[v1.0.218](https://github.com/laurent22/joplin/releases/tag/v1.0.218) | 2020-06-07T10:43:34Z | 14,479 | 6,946 | 2,950 | 24,375
|
||||
[v1.0.217](https://github.com/laurent22/joplin/releases/tag/v1.0.217) | 2020-06-06T15:17:27Z | 216 | 84 | 52 | 352
|
||||
[v1.0.216](https://github.com/laurent22/joplin/releases/tag/v1.0.216) | 2020-05-24T14:21:01Z | 36,286 | 14,228 | 10,169 | 60,683
|
||||
[v1.0.216](https://github.com/laurent22/joplin/releases/tag/v1.0.216) | 2020-05-24T14:21:01Z | 36,301 | 14,229 | 10,169 | 60,699
|
||||
[v1.0.214](https://github.com/laurent22/joplin/releases/tag/v1.0.214) | 2020-05-21T17:15:15Z | 6,416 | 3,450 | 757 | 10,623
|
||||
[v1.0.212](https://github.com/laurent22/joplin/releases/tag/v1.0.212) | 2020-05-21T07:48:39Z | 203 | 62 | 44 | 309
|
||||
[v1.0.211](https://github.com/laurent22/joplin/releases/tag/v1.0.211) | 2020-05-20T08:59:16Z | 294 | 127 | 83 | 504
|
||||
[v1.0.209](https://github.com/laurent22/joplin/releases/tag/v1.0.209) | 2020-05-17T18:32:51Z | 1,387 | 833 | 145 | 2,365
|
||||
[v1.0.207](https://github.com/laurent22/joplin/releases/tag/v1.0.207) | 2020-05-10T16:37:35Z | 1,181 | 259 | 1,011 | 2,451
|
||||
[v1.0.201](https://github.com/laurent22/joplin/releases/tag/v1.0.201) | 2020-04-15T22:55:13Z | 52,297 | 20,030 | 18,166 | 90,493
|
||||
[v1.0.201](https://github.com/laurent22/joplin/releases/tag/v1.0.201) | 2020-04-15T22:55:13Z | 52,313 | 20,030 | 18,166 | 90,509
|
||||
[v1.0.200](https://github.com/laurent22/joplin/releases/tag/v1.0.200) | 2020-04-12T12:17:46Z | 9,543 | 4,885 | 1,898 | 16,326
|
||||
[v1.0.199](https://github.com/laurent22/joplin/releases/tag/v1.0.199) | 2020-04-10T18:41:58Z | 19,234 | 5,878 | 3,783 | 28,895
|
||||
[v1.0.197](https://github.com/laurent22/joplin/releases/tag/v1.0.197) | 2020-03-30T17:21:22Z | 22,056 | 9,506 | 5,606 | 37,168
|
||||
[v1.0.195](https://github.com/laurent22/joplin/releases/tag/v1.0.195) | 2020-03-22T19:56:12Z | 18,859 | 7,939 | 4,501 | 31,299
|
||||
[v1.0.194](https://github.com/laurent22/joplin/releases/tag/v1.0.194) | 2020-03-14T00:00:32Z | 1,271 | 1,369 | 498 | 3,138
|
||||
[v1.0.197](https://github.com/laurent22/joplin/releases/tag/v1.0.197) | 2020-03-30T17:21:22Z | 22,056 | 9,506 | 5,607 | 37,169
|
||||
[v1.0.195](https://github.com/laurent22/joplin/releases/tag/v1.0.195) | 2020-03-22T19:56:12Z | 18,859 | 7,941 | 4,502 | 31,302
|
||||
[v1.0.194](https://github.com/laurent22/joplin/releases/tag/v1.0.194) | 2020-03-14T00:00:32Z | 1,272 | 1,369 | 498 | 3,139
|
||||
[v1.0.193](https://github.com/laurent22/joplin/releases/tag/v1.0.193) | 2020-03-08T08:58:53Z | 28,592 | 10,894 | 7,355 | 46,841
|
||||
[v1.0.192](https://github.com/laurent22/joplin/releases/tag/v1.0.192) | 2020-03-06T23:27:52Z | 464 | 116 | 85 | 665
|
||||
[v1.0.190](https://github.com/laurent22/joplin/releases/tag/v1.0.190) | 2020-03-06T01:22:22Z | 363 | 83 | 82 | 528
|
||||
[v1.0.190](https://github.com/laurent22/joplin/releases/tag/v1.0.190) | 2020-03-06T01:22:22Z | 364 | 83 | 82 | 529
|
||||
[v1.0.189](https://github.com/laurent22/joplin/releases/tag/v1.0.189) | 2020-03-04T17:27:15Z | 335 | 90 | 88 | 513
|
||||
[v1.0.187](https://github.com/laurent22/joplin/releases/tag/v1.0.187) | 2020-03-01T12:31:06Z | 913 | 224 | 261 | 1,398
|
||||
[v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) | 2020-01-24T22:42:41Z | 70,935 | 28,463 | 22,489 | 121,887
|
||||
[v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) | 2020-01-24T22:42:41Z | 70,935 | 28,464 | 22,490 | 121,889
|
||||
[v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) | 2020-01-20T19:06:45Z | 17,525 | 5,955 | 2,578 | 26,058
|
||||
[v1.0.177](https://github.com/laurent22/joplin/releases/tag/v1.0.177) | 2019-12-30T14:40:40Z | 1,933 | 430 | 656 | 3,019
|
||||
[v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) | 2019-12-14T10:36:44Z | 3,116 | 2,528 | 463 | 6,107
|
||||
[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 71,963 | 16,855 | 16,474 | 105,292
|
||||
[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 71,967 | 16,855 | 16,475 | 105,297
|
||||
[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,387 | 11,684 | 8,216 | 50,287
|
||||
[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 5,057 | 2,070 | 739 | 7,866
|
||||
[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,368 | 8,735 | 7,668 | 43,771
|
||||
[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,369 | 8,735 | 7,668 | 43,772
|
||||
[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 17,080 | 5,914 | 3,750 | 26,744
|
||||
[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,322 | 2,265 | 714 | 8,301
|
||||
[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,777 | 5,698 | 3,700 | 26,175
|
||||
[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,950 | 556 | 234 | 2,740
|
||||
[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,875 | 6,967 | 5,459 | 31,301
|
||||
[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,778 | 5,698 | 3,700 | 26,176
|
||||
[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,950 | 556 | 235 | 2,741
|
||||
[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,875 | 6,968 | 5,459 | 31,302
|
||||
[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,271 | 6,348 | 4,131 | 29,750
|
||||
[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,450 | 7,738 | 8,098 | 46,286
|
||||
[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,452 | 7,738 | 8,098 | 46,288
|
||||
[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,188 | 2,174 | 1,104 | 8,466
|
||||
[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,808 | 3,533 | 1,934 | 15,275
|
||||
[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,809 | 3,533 | 1,934 | 15,276
|
||||
[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,173 | 840 | 289 | 3,302
|
||||
[v1.0.153](https://github.com/laurent22/joplin/releases/tag/v1.0.153) | 2019-05-15T06:27:29Z | 844 | 97 | 104 | 1,045
|
||||
[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,859 | 4,423 | 4,059 | 22,341
|
||||
@ -93,39 +94,39 @@ Version | Date | Windows | macOS | Linux | Total
|
||||
[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,998 | 2,857 | 1,434 | 11,289
|
||||
[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,910 | 3,546 | 2,776 | 18,232
|
||||
[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,647 | 4,557 | 4,724 | 23,928
|
||||
[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,621 | 4,165 | 3,172 | 20,958
|
||||
[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,621 | 4,166 | 3,172 | 20,959
|
||||
[v1.0.139](https://github.com/laurent22/joplin/releases/tag/v1.0.139) | 2019-03-09T10:06:48Z | 117 | 57 | 43 | 217
|
||||
[v1.0.138](https://github.com/laurent22/joplin/releases/tag/v1.0.138) | 2019-03-03T17:23:00Z | 143 | 82 | 82 | 307
|
||||
[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 584 | 54 | 81 | 719
|
||||
[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,483 | 3,952 | 4,071 | 20,506
|
||||
[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 585 | 54 | 81 | 720
|
||||
[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,483 | 3,952 | 4,072 | 20,507
|
||||
[v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,462 | 563 | 217 | 2,242
|
||||
[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,081 | 447 | 93 | 1,621
|
||||
[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,734 | 3,164 | 2,927 | 15,825
|
||||
[v1.0.126](https://github.com/laurent22/joplin/releases/tag/v1.0.126) | 2019-02-09T19:46:16Z | 926 | 67 | 115 | 1,108
|
||||
[v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) | 2019-01-26T18:14:33Z | 10,245 | 3,552 | 1,701 | 15,498
|
||||
[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,598 | 5,196 | 6,512 | 27,306
|
||||
[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,900 | 3,257 | 2,012 | 14,169
|
||||
[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 712 | 243 | 87 | 1,042
|
||||
[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,252 | 4,889 | 6,378 | 27,519
|
||||
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,468 | 1,116 | 712 | 5,296
|
||||
[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,901 | 3,257 | 2,012 | 14,170
|
||||
[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 713 | 244 | 87 | 1,044
|
||||
[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,252 | 4,889 | 6,379 | 27,520
|
||||
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,468 | 1,117 | 712 | 5,297
|
||||
[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,652 | 1,298 | 797 | 5,747
|
||||
[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,391 | 3,492 | 3,828 | 18,711
|
||||
[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 12,006 | 3,285 | 3,660 | 18,951
|
||||
[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 12,007 | 3,285 | 3,661 | 18,953
|
||||
[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 956 | 404 | 116 | 1,476
|
||||
[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,096 | 700 | 326 | 3,122
|
||||
[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 25 | 17 | 11 | 53
|
||||
[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,145 | 2,132 | 1,705 | 10,982
|
||||
[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,553 | 1,453 | 316 | 6,322
|
||||
[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,651 | 1,584 | 1,451 | 7,686
|
||||
[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,651 | 1,585 | 1,452 | 7,688
|
||||
[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,038 | 4,695 | 7,326 | 27,059
|
||||
[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,048 | 882 | 678 | 3,608
|
||||
[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,304 | 603 | 407 | 2,314
|
||||
[v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 875 | 429 | 238 | 1,542
|
||||
[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,250 | 593 | 378 | 2,221
|
||||
[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 309 | 154 | 59 | 522
|
||||
[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,715 | 1,220 | 1,599 | 5,534
|
||||
[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,715 | 1,221 | 1,601 | 5,537
|
||||
[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 414 | 215 | 115 | 744
|
||||
[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,128 | 580 | 393 | 2,101
|
||||
[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,128 | 580 | 394 | 2,102
|
||||
[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,785 | 1,079 | 755 | 3,619
|
||||
[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 824 | 547 | 303 | 1,674
|
||||
[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 488 | 227 | 107 | 822
|
||||
@ -154,7 +155,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,437 | 2,354 | 1,205 | 6,996
|
||||
[v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) | 2018-01-05T20:38:12Z | 1,036 | 1,547 | 238 | 2,821
|
||||
[v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) | 2018-01-02T23:16:57Z | 1,594 | 1,786 | 338 | 3,718
|
||||
[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,781 | 4,254 | 3,157 | 13,192
|
||||
[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,782 | 4,255 | 3,157 | 13,194
|
||||
[v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,048 | 1,229 | 306 | 2,583
|
||||
[v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) | 2017-12-07T19:38:05Z | 264 | 843 | 81 | 1,188
|
||||
[v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,014 | 1,354 | 437 | 2,805
|
||||
@ -165,7 +166,7 @@ Version | Date | Windows | macOS | Linux | Total
|
||||
[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 722 | 1,367 | 419 | 2,508
|
||||
[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,328 | 1,698 | 872 | 3,898
|
||||
[v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 186 | 699 | 260 | 1,145
|
||||
[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 148 | 694 | 6,373 | 7,215
|
||||
[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 148 | 694 | 6,375 | 7,217
|
||||
[v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 132 | 645 | 27 | 804
|
||||
[v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) | 2017-11-20T21:45:57Z | 84 | 643 | 18 | 745
|
||||
[v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 51 | 636 | 12 | 699
|
||||
|
Loading…
Reference in New Issue
Block a user