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
da044960f9
commit
f98dc4e576
@ -332,6 +332,18 @@ https://github.com/laurent22/joplin/blob/master/readme/api.md
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<blockquote>
|
||||||
|
<p>joplin@1.0.0 tsc /Users/laurent/src/joplin<br>
|
||||||
|
tsc</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>TSFILE: /Users/laurent/src/joplin/ReactNativeClient/lib/JoplinServerApi.js<br>
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ReactNativeClient/lib/JoplinServerApi.js.map<br>
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ElectronClient/app/lib/JoplinServerApi.js<br>
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ElectronClient/app/lib/JoplinServerApi.js.map<br>
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ElectronClient/app/gui/ShareNoteDialog.js<br>
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ElectronClient/app/gui/ShareNoteDialog.js.map<br>
|
||||||
|
TSFILE: /Users/laurent/src/joplin/CliClient/build/lib/JoplinServerApi.js<br>
|
||||||
|
TSFILE: /Users/laurent/src/joplin/CliClient/build/lib/JoplinServerApi.js.map</p>
|
||||||
<h1>Joplin API<a name="joplin-api" href="#joplin-api" class="heading-anchor">🔗</a></h1>
|
<h1>Joplin API<a name="joplin-api" href="#joplin-api" class="heading-anchor">🔗</a></h1>
|
||||||
<p>When the Web Clipper service is enabled, Joplin exposes a <a href="https://en.wikipedia.org/wiki/Representational_state_transfer">REST API</a> which allows third-party applications to access Joplin's data and to create, modify or delete notes, notebooks, resources or tags.</p>
|
<p>When the Web Clipper service is enabled, Joplin exposes a <a href="https://en.wikipedia.org/wiki/Representational_state_transfer">REST API</a> which allows third-party applications to access Joplin's data and to create, modify or delete notes, notebooks, resources or tags.</p>
|
||||||
<p>In order to use it, you'll first need to find on which port the service is running. To do so, open the Web Clipper Options in Joplin and if the service is running it should tell you on which port. Normally it runs on port <strong>41184</strong>. If you want to find it programmatically, you may follow this kind of algorithm:</p>
|
<p>In order to use it, you'll first need to find on which port the service is running. To do so, open the Web Clipper Options in Joplin and if the service is running it should tell you on which port. Normally it runs on port <strong>41184</strong>. If you want to find it programmatically, you may follow this kind of algorithm:</p>
|
||||||
|
@ -333,6 +333,23 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog.md
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<h1>Joplin changelog<a name="joplin-changelog" href="#joplin-changelog" class="heading-anchor">🔗</a></h1>
|
<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.0.176">v1.0.176</a> - 2019-12-14T10:36:44Z<a name="v1-0-176-https-github-com-laurent22-joplin-releases-tag-v1-0-176-2019-12-14t10-36-44z" href="#v1-0-176-https-github-com-laurent22-joplin-releases-tag-v1-0-176-2019-12-14t10-36-44z" class="heading-anchor">🔗</a></h2>
|
||||||
|
<ul>
|
||||||
|
<li>New: Add ability to share a note publicly using Nextcloud (<a href="https://github.com/laurent22/joplin/issues/2173">#2173</a>)</li>
|
||||||
|
<li>Improved: Allow for custom Joplin theme and Ace editor styles (<a href="https://github.com/laurent22/joplin/issues/2099">#2099</a>)</li>
|
||||||
|
</ul>
|
||||||
|
<h2><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.175">v1.0.175</a> - 2019-12-08T11:48:47Z<a name="v1-0-175-https-github-com-laurent22-joplin-releases-tag-v1-0-175-2019-12-08t11-48-47z" href="#v1-0-175-https-github-com-laurent22-joplin-releases-tag-v1-0-175-2019-12-08t11-48-47z" class="heading-anchor">🔗</a></h2>
|
||||||
|
<ul>
|
||||||
|
<li>New: Add warning message when user tries to upload a file 10MB or larger (<a href="https://github.com/laurent22/joplin/issues/2102">#2102</a>) (<a href="https://github.com/laurent22/joplin/issues/2097">#2097</a>)</li>
|
||||||
|
<li>Improved: Improved text editor syntax highlighting (<a href="https://github.com/laurent22/joplin/issues/2100">#2100</a>)</li>
|
||||||
|
<li>Improved: Improved logging during sync to allow finding bugs more easily</li>
|
||||||
|
<li>Improved: Allow Electron debugging flag (<a href="https://github.com/laurent22/joplin/issues/2084">#2084</a>)</li>
|
||||||
|
<li>Improved: Updated application icons</li>
|
||||||
|
<li>Fixed: Restaured translations that had been accidentally deleted (<a href="https://github.com/laurent22/joplin/issues/2126">#2126</a>)</li>
|
||||||
|
<li>Fixed: Fixed warning boxes in solarized theme (<a href="https://github.com/laurent22/joplin/issues/1826">#1826</a>)</li>
|
||||||
|
<li>Fixed: Prevent sync from happening if target dir could not be created, in local sync (<a href="https://github.com/laurent22/joplin/issues/2117">#2117</a>)</li>
|
||||||
|
<li>Fixed: Handle rare case when notebook has a parent that no longer exists, which causes a crash when sorting (<a href="https://github.com/laurent22/joplin/issues/2088">#2088</a>)</li>
|
||||||
|
</ul>
|
||||||
<h2><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.174">v1.0.174</a> - 2019-11-12T18:20:58Z<a name="v1-0-174-https-github-com-laurent22-joplin-releases-tag-v1-0-174-2019-11-12t18-20-58z" href="#v1-0-174-https-github-com-laurent22-joplin-releases-tag-v1-0-174-2019-11-12t18-20-58z" class="heading-anchor">🔗</a></h2>
|
<h2><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.174">v1.0.174</a> - 2019-11-12T18:20:58Z<a name="v1-0-174-https-github-com-laurent22-joplin-releases-tag-v1-0-174-2019-11-12t18-20-58z" href="#v1-0-174-https-github-com-laurent22-joplin-releases-tag-v1-0-174-2019-11-12t18-20-58z" class="heading-anchor">🔗</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Improved: Show note count by default</li>
|
<li>Improved: Show note count by default</li>
|
||||||
|
@ -546,6 +546,7 @@ If the OS-clipboard contains an image you can directly paste it in the editor vi
|
|||||||
<p>Joplin uses and renders a Github-flavoured Markdown with a few variations and additions. In particular it adds math formula support, interactive checkboxes and support for note links. Joplin also supports Markdown plugins which allow enabling and disabling various advanced Markdown features. Have a look at the <a href="https://joplinapp.org/markdown/">Markdown Guide</a> for more information.</p>
|
<p>Joplin uses and renders a Github-flavoured Markdown with a few variations and additions. In particular it adds math formula support, interactive checkboxes and support for note links. Joplin also supports Markdown plugins which allow enabling and disabling various advanced Markdown features. Have a look at the <a href="https://joplinapp.org/markdown/">Markdown Guide</a> for more information.</p>
|
||||||
<h1>Custom CSS<a name="custom-css" href="#custom-css" class="heading-anchor">🔗</a></h1>
|
<h1>Custom CSS<a name="custom-css" href="#custom-css" class="heading-anchor">🔗</a></h1>
|
||||||
<p>Rendered markdown can be customized by placing a userstyle file in the profile directory <code>~/.config/joplin-desktop/userstyle.css</code> (This path might be different on your device - check at the top of the Config screen for the exact path). This file supports standard CSS syntax. Joplin <em><strong>must</strong></em> be restarted for the new css to be applied, please ensure that Joplin is not closing to the tray, but is actually exiting. Note that this file is used for both displaying the notes and printing the notes. Be aware how the CSS may look printed (for example, printing white text over a black background is usually not wanted).</p>
|
<p>Rendered markdown can be customized by placing a userstyle file in the profile directory <code>~/.config/joplin-desktop/userstyle.css</code> (This path might be different on your device - check at the top of the Config screen for the exact path). This file supports standard CSS syntax. Joplin <em><strong>must</strong></em> be restarted for the new css to be applied, please ensure that Joplin is not closing to the tray, but is actually exiting. Note that this file is used for both displaying the notes and printing the notes. Be aware how the CSS may look printed (for example, printing white text over a black background is usually not wanted).</p>
|
||||||
|
<p>Editor styles can be customized by placing a custom editor style file in the profile directory <code>~/.config/joplin-desktop/userchrome.css</code>.</p>
|
||||||
<h1>Note templates<a name="note-templates" href="#note-templates" class="heading-anchor">🔗</a></h1>
|
<h1>Note templates<a name="note-templates" href="#note-templates" class="heading-anchor">🔗</a></h1>
|
||||||
<p>In the <strong>desktop app</strong>, templates can be used to create new notes or to insert into existing ones by creating a <code>templates</code> folder in Joplin's config folder and placing Markdown template files into it. For example creating the file <code>hours.md</code> in the <code>templates</code> directory with the contents:</p>
|
<p>In the <strong>desktop app</strong>, templates can be used to create new notes or to insert into existing ones by creating a <code>templates</code> folder in Joplin's config folder and placing Markdown template files into it. For example creating the file <code>hours.md</code> in the <code>templates</code> directory with the contents:</p>
|
||||||
<pre><code class="language-markdown">Date: {{date}}
|
<pre><code class="language-markdown">Date: {{date}}
|
||||||
|
@ -343,15 +343,15 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Total Windows downloads</td>
|
<td>Total Windows downloads</td>
|
||||||
<td>420,415</td>
|
<td>460,587</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Total macOs downloads</td>
|
<td>Total macOs downloads</td>
|
||||||
<td>164,773</td>
|
<td>180,664</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Total Linux downloads</td>
|
<td>Total Linux downloads</td>
|
||||||
<td>128,331</td>
|
<td>138,215</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Windows %</td>
|
<td>Windows %</td>
|
||||||
@ -380,108 +380,124 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.176">v1.0.176</a></td>
|
||||||
|
<td>2019-12-14T10:36:44Z</td>
|
||||||
|
<td>1</td>
|
||||||
|
<td>2</td>
|
||||||
|
<td>0</td>
|
||||||
|
<td>3</td>
|
||||||
|
</tr>
|
||||||
|
<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>10,041</td>
|
||||||
|
<td>4,335</td>
|
||||||
|
<td>1,611</td>
|
||||||
|
<td>15,987</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.174">v1.0.174</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.174">v1.0.174</a></td>
|
||||||
<td>2019-11-12T18:20:58Z</td>
|
<td>2019-11-12T18:20:58Z</td>
|
||||||
<td>2</td>
|
<td>28,880</td>
|
||||||
<td>0</td>
|
<td>11,280</td>
|
||||||
<td>0</td>
|
<td>8,122</td>
|
||||||
<td>2</td>
|
<td>48,282</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.173">v1.0.173</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.173">v1.0.173</a></td>
|
||||||
<td>2019-11-11T08:33:35Z</td>
|
<td>2019-11-11T08:33:35Z</td>
|
||||||
<td>4,616</td>
|
<td>4,848</td>
|
||||||
<td>1,933</td>
|
<td>2,042</td>
|
||||||
<td>699</td>
|
<td>713</td>
|
||||||
<td>7,248</td>
|
<td>7,603</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.170">v1.0.170</a></td>
|
<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>2019-10-13T22:13:04Z</td>
|
||||||
<td>26,406</td>
|
<td>27,165</td>
|
||||||
<td>8,452</td>
|
<td>8,516</td>
|
||||||
<td>7,598</td>
|
<td>7,627</td>
|
||||||
<td>42,456</td>
|
<td>43,308</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.169">v1.0.169</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.169">v1.0.169</a></td>
|
||||||
<td>2019-09-27T18:35:13Z</td>
|
<td>2019-09-27T18:35:13Z</td>
|
||||||
<td>16,929</td>
|
<td>16,964</td>
|
||||||
<td>5,819</td>
|
<td>5,831</td>
|
||||||
<td>3,733</td>
|
<td>3,735</td>
|
||||||
<td>26,481</td>
|
<td>26,530</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.168">v1.0.168</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.168">v1.0.168</a></td>
|
||||||
<td>2019-09-25T21:21:38Z</td>
|
<td>2019-09-25T21:21:38Z</td>
|
||||||
<td>5,268</td>
|
<td>5,272</td>
|
||||||
<td>2,227</td>
|
<td>2,229</td>
|
||||||
<td>697</td>
|
<td>697</td>
|
||||||
<td>8,192</td>
|
<td>8,198</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.167">v1.0.167</a></td>
|
<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>2019-09-10T08:48:37Z</td>
|
||||||
<td>16,605</td>
|
<td>16,637</td>
|
||||||
<td>5,626</td>
|
<td>5,633</td>
|
||||||
<td>3,681</td>
|
<td>3,682</td>
|
||||||
<td>25,912</td>
|
<td>25,952</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.166">v1.0.166</a></td>
|
<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>2019-09-09T17:35:54Z</td>
|
||||||
<td>1,922</td>
|
<td>1,922</td>
|
||||||
<td>529</td>
|
<td>529</td>
|
||||||
<td>215</td>
|
<td>217</td>
|
||||||
<td>2,666</td>
|
<td>2,668</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.165">v1.0.165</a></td>
|
<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>2019-08-14T21:46:29Z</td>
|
||||||
<td>18,797</td>
|
<td>18,817</td>
|
||||||
<td>6,886</td>
|
<td>6,899</td>
|
||||||
<td>5,446</td>
|
<td>5,446</td>
|
||||||
<td>31,129</td>
|
<td>31,162</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.161">v1.0.161</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.161">v1.0.161</a></td>
|
||||||
<td>2019-07-13T18:30:00Z</td>
|
<td>2019-07-13T18:30:00Z</td>
|
||||||
<td>19,176</td>
|
<td>19,183</td>
|
||||||
<td>6,278</td>
|
<td>6,286</td>
|
||||||
<td>4,101</td>
|
<td>4,101</td>
|
||||||
<td>29,555</td>
|
<td>29,570</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.160">v1.0.160</a></td>
|
<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>2019-06-15T00:21:40Z</td>
|
||||||
<td>30,293</td>
|
<td>30,313</td>
|
||||||
<td>7,692</td>
|
<td>7,694</td>
|
||||||
<td>8,071</td>
|
<td>8,083</td>
|
||||||
<td>46,056</td>
|
<td>46,090</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.159">v1.0.159</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.159">v1.0.159</a></td>
|
||||||
<td>2019-06-08T00:00:19Z</td>
|
<td>2019-06-08T00:00:19Z</td>
|
||||||
<td>5,162</td>
|
<td>5,162</td>
|
||||||
<td>2,147</td>
|
<td>2,147</td>
|
||||||
<td>1,084</td>
|
<td>1,085</td>
|
||||||
<td>8,393</td>
|
<td>8,394</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.158">v1.0.158</a></td>
|
<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>2019-05-27T19:01:18Z</td>
|
||||||
<td>9,776</td>
|
<td>9,776</td>
|
||||||
<td>3,500</td>
|
<td>3,501</td>
|
||||||
<td>1,920</td>
|
<td>1,920</td>
|
||||||
<td>15,196</td>
|
<td>15,197</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.157">v1.0.157</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.157">v1.0.157</a></td>
|
||||||
<td>2019-05-26T17:55:53Z</td>
|
<td>2019-05-26T17:55:53Z</td>
|
||||||
<td>2,140</td>
|
<td>2,142</td>
|
||||||
<td>813</td>
|
<td>813</td>
|
||||||
<td>275</td>
|
<td>275</td>
|
||||||
<td>3,228</td>
|
<td>3,230</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.153">v1.0.153</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.153">v1.0.153</a></td>
|
||||||
@ -495,25 +511,25 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.152">v1.0.152</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.152">v1.0.152</a></td>
|
||||||
<td>2019-05-13T09:08:07Z</td>
|
<td>2019-05-13T09:08:07Z</td>
|
||||||
<td>13,828</td>
|
<td>13,828</td>
|
||||||
<td>4,392</td>
|
<td>4,394</td>
|
||||||
<td>4,051</td>
|
<td>4,051</td>
|
||||||
<td>22,271</td>
|
<td>22,273</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.151">v1.0.151</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.151">v1.0.151</a></td>
|
||||||
<td>2019-05-12T15:14:32Z</td>
|
<td>2019-05-12T15:14:32Z</td>
|
||||||
<td>1,932</td>
|
<td>1,934</td>
|
||||||
<td>515</td>
|
<td>515</td>
|
||||||
<td>949</td>
|
<td>949</td>
|
||||||
<td>3,396</td>
|
<td>3,398</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.150">v1.0.150</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.150">v1.0.150</a></td>
|
||||||
<td>2019-05-12T11:27:48Z</td>
|
<td>2019-05-12T11:27:48Z</td>
|
||||||
<td>401</td>
|
<td>402</td>
|
||||||
<td>114</td>
|
<td>114</td>
|
||||||
<td>58</td>
|
<td>58</td>
|
||||||
<td>573</td>
|
<td>574</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.148">v1.0.148</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.148">v1.0.148</a></td>
|
||||||
@ -526,34 +542,34 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.145">v1.0.145</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.145">v1.0.145</a></td>
|
||||||
<td>2019-05-03T09:16:53Z</td>
|
<td>2019-05-03T09:16:53Z</td>
|
||||||
<td>6,926</td>
|
<td>6,932</td>
|
||||||
<td>2,838</td>
|
<td>2,838</td>
|
||||||
<td>1,426</td>
|
<td>1,426</td>
|
||||||
<td>11,190</td>
|
<td>11,196</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.143">v1.0.143</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.143">v1.0.143</a></td>
|
||||||
<td>2019-04-22T10:51:38Z</td>
|
<td>2019-04-22T10:51:38Z</td>
|
||||||
<td>11,884</td>
|
<td>11,886</td>
|
||||||
<td>3,521</td>
|
<td>3,522</td>
|
||||||
<td>2,768</td>
|
<td>2,768</td>
|
||||||
<td>18,173</td>
|
<td>18,176</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.142">v1.0.142</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.142">v1.0.142</a></td>
|
||||||
<td>2019-04-02T16:44:51Z</td>
|
<td>2019-04-02T16:44:51Z</td>
|
||||||
<td>14,528</td>
|
<td>14,549</td>
|
||||||
<td>4,522</td>
|
<td>4,523</td>
|
||||||
<td>4,712</td>
|
<td>4,712</td>
|
||||||
<td>23,762</td>
|
<td>23,784</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.140">v1.0.140</a></td>
|
<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>2019-03-10T20:59:58Z</td>
|
||||||
<td>13,578</td>
|
<td>13,584</td>
|
||||||
<td>4,123</td>
|
<td>4,123</td>
|
||||||
<td>3,027</td>
|
<td>3,040</td>
|
||||||
<td>20,728</td>
|
<td>20,747</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.139">v1.0.139</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.139">v1.0.139</a></td>
|
||||||
@ -566,26 +582,26 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.138">v1.0.138</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.138">v1.0.138</a></td>
|
||||||
<td>2019-03-03T17:23:00Z</td>
|
<td>2019-03-03T17:23:00Z</td>
|
||||||
<td>117</td>
|
<td>119</td>
|
||||||
<td>54</td>
|
<td>54</td>
|
||||||
<td>68</td>
|
<td>68</td>
|
||||||
<td>239</td>
|
<td>241</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.137">v1.0.137</a></td>
|
<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>2019-03-03T01:12:51Z</td>
|
||||||
<td>548</td>
|
<td>549</td>
|
||||||
<td>26</td>
|
<td>26</td>
|
||||||
<td>68</td>
|
<td>68</td>
|
||||||
<td>642</td>
|
<td>643</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.135">v1.0.135</a></td>
|
<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>2019-02-27T23:36:57Z</td>
|
||||||
<td>12,328</td>
|
<td>12,368</td>
|
||||||
<td>3,920</td>
|
<td>3,920</td>
|
||||||
<td>4,046</td>
|
<td>4,046</td>
|
||||||
<td>20,294</td>
|
<td>20,334</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.134">v1.0.134</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.134">v1.0.134</a></td>
|
||||||
@ -598,18 +614,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.132">v1.0.132</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.132">v1.0.132</a></td>
|
||||||
<td>2019-02-26T23:02:05Z</td>
|
<td>2019-02-26T23:02:05Z</td>
|
||||||
<td>1,052</td>
|
<td>1,053</td>
|
||||||
<td>412</td>
|
<td>412</td>
|
||||||
<td>79</td>
|
<td>79</td>
|
||||||
<td>1,543</td>
|
<td>1,544</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.127">v1.0.127</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.127">v1.0.127</a></td>
|
||||||
<td>2019-02-14T23:12:48Z</td>
|
<td>2019-02-14T23:12:48Z</td>
|
||||||
<td>9,608</td>
|
<td>9,621</td>
|
||||||
<td>3,128</td>
|
<td>3,129</td>
|
||||||
<td>2,907</td>
|
<td>2,907</td>
|
||||||
<td>15,643</td>
|
<td>15,657</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.126">v1.0.126</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.126">v1.0.126</a></td>
|
||||||
@ -632,8 +648,8 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<td>2019-01-10T21:42:53Z</td>
|
<td>2019-01-10T21:42:53Z</td>
|
||||||
<td>15,571</td>
|
<td>15,571</td>
|
||||||
<td>5,166</td>
|
<td>5,166</td>
|
||||||
<td>6,493</td>
|
<td>6,496</td>
|
||||||
<td>27,230</td>
|
<td>27,233</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.119">v1.0.119</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.119">v1.0.119</a></td>
|
||||||
@ -664,8 +680,8 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<td>2018-11-20T19:09:24Z</td>
|
<td>2018-11-20T19:09:24Z</td>
|
||||||
<td>3,458</td>
|
<td>3,458</td>
|
||||||
<td>1,087</td>
|
<td>1,087</td>
|
||||||
<td>704</td>
|
<td>706</td>
|
||||||
<td>5,249</td>
|
<td>5,251</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.115">v1.0.115</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.115">v1.0.115</a></td>
|
||||||
@ -679,25 +695,25 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.114">v1.0.114</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.114">v1.0.114</a></td>
|
||||||
<td>2018-10-24T20:14:10Z</td>
|
<td>2018-10-24T20:14:10Z</td>
|
||||||
<td>11,375</td>
|
<td>11,375</td>
|
||||||
<td>3,475</td>
|
<td>3,477</td>
|
||||||
<td>3,822</td>
|
<td>3,822</td>
|
||||||
<td>18,672</td>
|
<td>18,674</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.111">v1.0.111</a></td>
|
<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>2018-09-30T20:15:09Z</td>
|
||||||
<td>11,949</td>
|
<td>11,951</td>
|
||||||
<td>3,164</td>
|
<td>3,172</td>
|
||||||
<td>3,653</td>
|
<td>3,653</td>
|
||||||
<td>18,766</td>
|
<td>18,776</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.110">v1.0.110</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.110">v1.0.110</a></td>
|
||||||
<td>2018-09-29T12:29:21Z</td>
|
<td>2018-09-29T12:29:21Z</td>
|
||||||
<td>926</td>
|
<td>928</td>
|
||||||
<td>376</td>
|
<td>376</td>
|
||||||
<td>103</td>
|
<td>103</td>
|
||||||
<td>1,405</td>
|
<td>1,407</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.109">v1.0.109</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.109">v1.0.109</a></td>
|
||||||
@ -734,18 +750,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.105">v1.0.105</a></td>
|
<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>2018-09-05T11:29:36Z</td>
|
||||||
<td>4,603</td>
|
<td>4,604</td>
|
||||||
<td>1,554</td>
|
<td>1,555</td>
|
||||||
<td>1,441</td>
|
<td>1,442</td>
|
||||||
<td>7,598</td>
|
<td>7,601</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.104">v1.0.104</a></td>
|
<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>2018-06-28T20:25:36Z</td>
|
||||||
<td>14,999</td>
|
<td>15,001</td>
|
||||||
<td>4,658</td>
|
<td>4,658</td>
|
||||||
<td>7,223</td>
|
<td>7,232</td>
|
||||||
<td>26,880</td>
|
<td>26,891</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.103">v1.0.103</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.103">v1.0.103</a></td>
|
||||||
@ -758,18 +774,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.101">v1.0.101</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.101">v1.0.101</a></td>
|
||||||
<td>2018-06-17T18:35:11Z</td>
|
<td>2018-06-17T18:35:11Z</td>
|
||||||
<td>1,290</td>
|
<td>1,291</td>
|
||||||
<td>581</td>
|
<td>582</td>
|
||||||
<td>401</td>
|
<td>401</td>
|
||||||
<td>2,272</td>
|
<td>2,274</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.100">v1.0.100</a></td>
|
<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>2018-06-14T17:41:43Z</td>
|
||||||
<td>858</td>
|
<td>861</td>
|
||||||
<td>411</td>
|
<td>411</td>
|
||||||
<td>228</td>
|
<td>228</td>
|
||||||
<td>1,497</td>
|
<td>1,500</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.99">v1.0.99</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.99">v1.0.99</a></td>
|
||||||
@ -782,18 +798,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.97">v1.0.97</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.97">v1.0.97</a></td>
|
||||||
<td>2018-06-09T19:23:34Z</td>
|
<td>2018-06-09T19:23:34Z</td>
|
||||||
<td>298</td>
|
<td>300</td>
|
||||||
<td>138</td>
|
<td>138</td>
|
||||||
<td>54</td>
|
<td>54</td>
|
||||||
<td>490</td>
|
<td>492</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.96">v1.0.96</a></td>
|
<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>2018-05-26T16:36:39Z</td>
|
||||||
<td>2,689</td>
|
<td>2,689</td>
|
||||||
<td>1,204</td>
|
<td>1,204</td>
|
||||||
<td>1,343</td>
|
<td>1,357</td>
|
||||||
<td>5,236</td>
|
<td>5,250</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.95">v1.0.95</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.95">v1.0.95</a></td>
|
||||||
@ -814,10 +830,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.93">v1.0.93</a></td>
|
<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>2018-05-14T11:36:01Z</td>
|
||||||
<td>1,771</td>
|
<td>1,772</td>
|
||||||
<td>966</td>
|
<td>974</td>
|
||||||
<td>743</td>
|
<td>743</td>
|
||||||
<td>3,480</td>
|
<td>3,489</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.91">v1.0.91</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.91">v1.0.91</a></td>
|
||||||
@ -839,17 +855,17 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.85">v1.0.85</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.85">v1.0.85</a></td>
|
||||||
<td>2018-05-01T21:08:24Z</td>
|
<td>2018-05-01T21:08:24Z</td>
|
||||||
<td>1,641</td>
|
<td>1,641</td>
|
||||||
<td>934</td>
|
<td>935</td>
|
||||||
<td>617</td>
|
<td>617</td>
|
||||||
<td>3,192</td>
|
<td>3,193</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.83">v1.0.83</a></td>
|
<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>2018-04-04T19:43:58Z</td>
|
||||||
<td>4,641</td>
|
<td>4,655</td>
|
||||||
<td>2,477</td>
|
<td>2,487</td>
|
||||||
<td>2,641</td>
|
<td>2,641</td>
|
||||||
<td>9,759</td>
|
<td>9,783</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.82">v1.0.82</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.82">v1.0.82</a></td>
|
||||||
@ -863,9 +879,9 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.81">v1.0.81</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.81">v1.0.81</a></td>
|
||||||
<td>2018-03-28T08:13:58Z</td>
|
<td>2018-03-28T08:13:58Z</td>
|
||||||
<td>986</td>
|
<td>986</td>
|
||||||
<td>572</td>
|
<td>574</td>
|
||||||
<td>754</td>
|
<td>754</td>
|
||||||
<td>2,312</td>
|
<td>2,314</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.79">v1.0.79</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.79">v1.0.79</a></td>
|
||||||
@ -878,10 +894,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.78">v1.0.78</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.78">v1.0.78</a></td>
|
||||||
<td>2018-03-17T15:27:18Z</td>
|
<td>2018-03-17T15:27:18Z</td>
|
||||||
<td>1,303</td>
|
<td>1,304</td>
|
||||||
<td>846</td>
|
<td>849</td>
|
||||||
<td>853</td>
|
<td>853</td>
|
||||||
<td>3,002</td>
|
<td>3,006</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.77">v1.0.77</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.77">v1.0.77</a></td>
|
||||||
@ -903,9 +919,9 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.70">v1.0.70</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.70">v1.0.70</a></td>
|
||||||
<td>2018-02-28T20:04:30Z</td>
|
<td>2018-02-28T20:04:30Z</td>
|
||||||
<td>1,845</td>
|
<td>1,845</td>
|
||||||
<td>1,032</td>
|
<td>1,033</td>
|
||||||
<td>1,235</td>
|
<td>1,236</td>
|
||||||
<td>4,112</td>
|
<td>4,114</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.67">v1.0.67</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.67">v1.0.67</a></td>
|
||||||
@ -959,9 +975,9 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.61">v0.10.61</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.61">v0.10.61</a></td>
|
||||||
<td>2018-02-08T18:27:39Z</td>
|
<td>2018-02-08T18:27:39Z</td>
|
||||||
<td>965</td>
|
<td>965</td>
|
||||||
<td>611</td>
|
<td>612</td>
|
||||||
<td>947</td>
|
<td>947</td>
|
||||||
<td>2,523</td>
|
<td>2,524</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.60">v0.10.60</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.60">v0.10.60</a></td>
|
||||||
@ -992,8 +1008,8 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<td>2018-01-28T18:47:02Z</td>
|
<td>2018-01-28T18:47:02Z</td>
|
||||||
<td>1,317</td>
|
<td>1,317</td>
|
||||||
<td>1,584</td>
|
<td>1,584</td>
|
||||||
<td>319</td>
|
<td>320</td>
|
||||||
<td>3,220</td>
|
<td>3,221</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.48">v0.10.48</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.48">v0.10.48</a></td>
|
||||||
@ -1014,10 +1030,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.43">v0.10.43</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.43">v0.10.43</a></td>
|
||||||
<td>2018-01-08T10:12:10Z</td>
|
<td>2018-01-08T10:12:10Z</td>
|
||||||
<td>3,428</td>
|
<td>3,429</td>
|
||||||
<td>2,332</td>
|
<td>2,333</td>
|
||||||
<td>1,200</td>
|
<td>1,200</td>
|
||||||
<td>6,960</td>
|
<td>6,962</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.41">v0.10.41</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.41">v0.10.41</a></td>
|
||||||
@ -1038,18 +1054,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.39">v0.10.39</a></td>
|
<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>2017-12-11T21:19:44Z</td>
|
||||||
<td>5,633</td>
|
<td>5,645</td>
|
||||||
<td>4,113</td>
|
<td>4,123</td>
|
||||||
<td>3,022</td>
|
<td>3,033</td>
|
||||||
<td>12,768</td>
|
<td>12,801</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.38">v0.10.38</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.38">v0.10.38</a></td>
|
||||||
<td>2017-12-08T10:12:06Z</td>
|
<td>2017-12-08T10:12:06Z</td>
|
||||||
<td>1,041</td>
|
<td>1,041</td>
|
||||||
<td>1,213</td>
|
<td>1,214</td>
|
||||||
<td>299</td>
|
<td>299</td>
|
||||||
<td>2,553</td>
|
<td>2,554</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.37">v0.10.37</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.37">v0.10.37</a></td>
|
||||||
@ -1094,10 +1110,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.31">v0.10.31</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.31">v0.10.31</a></td>
|
||||||
<td>2017-12-01T09:56:44Z</td>
|
<td>2017-12-01T09:56:44Z</td>
|
||||||
<td>884</td>
|
<td>885</td>
|
||||||
<td>1,436</td>
|
<td>1,436</td>
|
||||||
<td>401</td>
|
<td>401</td>
|
||||||
<td>2,721</td>
|
<td>2,722</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.30">v0.10.30</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.30">v0.10.30</a></td>
|
||||||
@ -1110,10 +1126,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.28">v0.10.28</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.28">v0.10.28</a></td>
|
||||||
<td>2017-11-30T01:07:46Z</td>
|
<td>2017-11-30T01:07:46Z</td>
|
||||||
<td>1,297</td>
|
<td>1,300</td>
|
||||||
<td>1,683</td>
|
<td>1,684</td>
|
||||||
<td>864</td>
|
<td>864</td>
|
||||||
<td>3,844</td>
|
<td>3,848</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.26">v0.10.26</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.26">v0.10.26</a></td>
|
||||||
@ -1128,8 +1144,8 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<td>2017-11-24T14:27:49Z</td>
|
<td>2017-11-24T14:27:49Z</td>
|
||||||
<td>141</td>
|
<td>141</td>
|
||||||
<td>679</td>
|
<td>679</td>
|
||||||
<td>5,827</td>
|
<td>5,862</td>
|
||||||
<td>6,647</td>
|
<td>6,682</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.23">v0.10.23</a></td>
|
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.23">v0.10.23</a></td>
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
|
||||||
|
> joplin@1.0.0 tsc /Users/laurent/src/joplin
|
||||||
|
> tsc
|
||||||
|
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ReactNativeClient/lib/JoplinServerApi.js
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ReactNativeClient/lib/JoplinServerApi.js.map
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ElectronClient/app/lib/JoplinServerApi.js
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ElectronClient/app/lib/JoplinServerApi.js.map
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ElectronClient/app/gui/ShareNoteDialog.js
|
||||||
|
TSFILE: /Users/laurent/src/joplin/ElectronClient/app/gui/ShareNoteDialog.js.map
|
||||||
|
TSFILE: /Users/laurent/src/joplin/CliClient/build/lib/JoplinServerApi.js
|
||||||
|
TSFILE: /Users/laurent/src/joplin/CliClient/build/lib/JoplinServerApi.js.map
|
||||||
# Joplin API
|
# Joplin API
|
||||||
|
|
||||||
When the Web Clipper service is enabled, Joplin exposes a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer) which allows third-party applications to access Joplin's data and to create, modify or delete notes, notebooks, resources or tags.
|
When the Web Clipper service is enabled, Joplin exposes a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer) which allows third-party applications to access Joplin's data and to create, modify or delete notes, notebooks, resources or tags.
|
||||||
|
@ -1,5 +1,22 @@
|
|||||||
# Joplin changelog
|
# Joplin changelog
|
||||||
|
|
||||||
|
## [v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) - 2019-12-14T10:36:44Z
|
||||||
|
|
||||||
|
- New: Add ability to share a note publicly using Nextcloud ([#2173](https://github.com/laurent22/joplin/issues/2173))
|
||||||
|
- Improved: Allow for custom Joplin theme and Ace editor styles ([#2099](https://github.com/laurent22/joplin/issues/2099))
|
||||||
|
|
||||||
|
## [v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) - 2019-12-08T11:48:47Z
|
||||||
|
|
||||||
|
- New: Add warning message when user tries to upload a file 10MB or larger ([#2102](https://github.com/laurent22/joplin/issues/2102)) ([#2097](https://github.com/laurent22/joplin/issues/2097))
|
||||||
|
- Improved: Improved text editor syntax highlighting ([#2100](https://github.com/laurent22/joplin/issues/2100))
|
||||||
|
- Improved: Improved logging during sync to allow finding bugs more easily
|
||||||
|
- Improved: Allow Electron debugging flag ([#2084](https://github.com/laurent22/joplin/issues/2084))
|
||||||
|
- Improved: Updated application icons
|
||||||
|
- Fixed: Restaured translations that had been accidentally deleted ([#2126](https://github.com/laurent22/joplin/issues/2126))
|
||||||
|
- Fixed: Fixed warning boxes in solarized theme ([#1826](https://github.com/laurent22/joplin/issues/1826))
|
||||||
|
- Fixed: Prevent sync from happening if target dir could not be created, in local sync ([#2117](https://github.com/laurent22/joplin/issues/2117))
|
||||||
|
- Fixed: Handle rare case when notebook has a parent that no longer exists, which causes a crash when sorting ([#2088](https://github.com/laurent22/joplin/issues/2088))
|
||||||
|
|
||||||
## [v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) - 2019-11-12T18:20:58Z
|
## [v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) - 2019-11-12T18:20:58Z
|
||||||
|
|
||||||
- Improved: Show note count by default
|
- Improved: Show note count by default
|
||||||
|
108
readme/stats.md
108
readme/stats.md
@ -2,109 +2,111 @@
|
|||||||
|
|
||||||
Name | Value
|
Name | Value
|
||||||
--- | ---
|
--- | ---
|
||||||
Total Windows downloads | 420,415
|
Total Windows downloads | 460,587
|
||||||
Total macOs downloads | 164,773
|
Total macOs downloads | 180,664
|
||||||
Total Linux downloads | 128,331
|
Total Linux downloads | 138,215
|
||||||
Windows % | 59%
|
Windows % | 59%
|
||||||
macOS % | 23%
|
macOS % | 23%
|
||||||
Linux % | 18%
|
Linux % | 18%
|
||||||
|
|
||||||
Version | Date | Windows | macOS | Linux | Total
|
Version | Date | Windows | macOS | Linux | Total
|
||||||
--- | --- | --- | --- | --- | ---
|
--- | --- | --- | --- | --- | ---
|
||||||
[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 2 | 0 | 0 | 2
|
[v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) | 2019-12-14T10:36:44Z | 1 | 2 | 0 | 3
|
||||||
[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 4,616 | 1,933 | 699 | 7,248
|
[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 10,041 | 4,335 | 1,611 | 15,987
|
||||||
[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 26,406 | 8,452 | 7,598 | 42,456
|
[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 28,880 | 11,280 | 8,122 | 48,282
|
||||||
[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 16,929 | 5,819 | 3,733 | 26,481
|
[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 4,848 | 2,042 | 713 | 7,603
|
||||||
[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,268 | 2,227 | 697 | 8,192
|
[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,165 | 8,516 | 7,627 | 43,308
|
||||||
[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,605 | 5,626 | 3,681 | 25,912
|
[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 16,964 | 5,831 | 3,735 | 26,530
|
||||||
[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,922 | 529 | 215 | 2,666
|
[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,272 | 2,229 | 697 | 8,198
|
||||||
[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,797 | 6,886 | 5,446 | 31,129
|
[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,637 | 5,633 | 3,682 | 25,952
|
||||||
[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,176 | 6,278 | 4,101 | 29,555
|
[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,922 | 529 | 217 | 2,668
|
||||||
[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,293 | 7,692 | 8,071 | 46,056
|
[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,817 | 6,899 | 5,446 | 31,162
|
||||||
[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,162 | 2,147 | 1,084 | 8,393
|
[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,183 | 6,286 | 4,101 | 29,570
|
||||||
[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,776 | 3,500 | 1,920 | 15,196
|
[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,313 | 7,694 | 8,083 | 46,090
|
||||||
[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,140 | 813 | 275 | 3,228
|
[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,162 | 2,147 | 1,085 | 8,394
|
||||||
|
[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,776 | 3,501 | 1,920 | 15,197
|
||||||
|
[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,142 | 813 | 275 | 3,230
|
||||||
[v1.0.153](https://github.com/laurent22/joplin/releases/tag/v1.0.153) | 2019-05-15T06:27:29Z | 826 | 77 | 96 | 999
|
[v1.0.153](https://github.com/laurent22/joplin/releases/tag/v1.0.153) | 2019-05-15T06:27:29Z | 826 | 77 | 96 | 999
|
||||||
[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,828 | 4,392 | 4,051 | 22,271
|
[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,828 | 4,394 | 4,051 | 22,273
|
||||||
[v1.0.151](https://github.com/laurent22/joplin/releases/tag/v1.0.151) | 2019-05-12T15:14:32Z | 1,932 | 515 | 949 | 3,396
|
[v1.0.151](https://github.com/laurent22/joplin/releases/tag/v1.0.151) | 2019-05-12T15:14:32Z | 1,934 | 515 | 949 | 3,398
|
||||||
[v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) | 2019-05-12T11:27:48Z | 401 | 114 | 58 | 573
|
[v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) | 2019-05-12T11:27:48Z | 402 | 114 | 58 | 574
|
||||||
[v1.0.148](https://github.com/laurent22/joplin/releases/tag/v1.0.148) | 2019-05-08T19:12:24Z | 113 | 40 | 84 | 237
|
[v1.0.148](https://github.com/laurent22/joplin/releases/tag/v1.0.148) | 2019-05-08T19:12:24Z | 113 | 40 | 84 | 237
|
||||||
[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,926 | 2,838 | 1,426 | 11,190
|
[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,932 | 2,838 | 1,426 | 11,196
|
||||||
[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,884 | 3,521 | 2,768 | 18,173
|
[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,886 | 3,522 | 2,768 | 18,176
|
||||||
[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,528 | 4,522 | 4,712 | 23,762
|
[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,549 | 4,523 | 4,712 | 23,784
|
||||||
[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,578 | 4,123 | 3,027 | 20,728
|
[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,584 | 4,123 | 3,040 | 20,747
|
||||||
[v1.0.139](https://github.com/laurent22/joplin/releases/tag/v1.0.139) | 2019-03-09T10:06:48Z | 86 | 31 | 26 | 143
|
[v1.0.139](https://github.com/laurent22/joplin/releases/tag/v1.0.139) | 2019-03-09T10:06:48Z | 86 | 31 | 26 | 143
|
||||||
[v1.0.138](https://github.com/laurent22/joplin/releases/tag/v1.0.138) | 2019-03-03T17:23:00Z | 117 | 54 | 68 | 239
|
[v1.0.138](https://github.com/laurent22/joplin/releases/tag/v1.0.138) | 2019-03-03T17:23:00Z | 119 | 54 | 68 | 241
|
||||||
[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 548 | 26 | 68 | 642
|
[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 549 | 26 | 68 | 643
|
||||||
[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,328 | 3,920 | 4,046 | 20,294
|
[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,368 | 3,920 | 4,046 | 20,334
|
||||||
[v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,431 | 533 | 201 | 2,165
|
[v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,431 | 533 | 201 | 2,165
|
||||||
[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,052 | 412 | 79 | 1,543
|
[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,053 | 412 | 79 | 1,544
|
||||||
[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,608 | 3,128 | 2,907 | 15,643
|
[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,621 | 3,129 | 2,907 | 15,657
|
||||||
[v1.0.126](https://github.com/laurent22/joplin/releases/tag/v1.0.126) | 2019-02-09T19:46:16Z | 914 | 53 | 109 | 1,076
|
[v1.0.126](https://github.com/laurent22/joplin/releases/tag/v1.0.126) | 2019-02-09T19:46:16Z | 914 | 53 | 109 | 1,076
|
||||||
[v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) | 2019-01-26T18:14:33Z | 10,230 | 3,530 | 1,693 | 15,453
|
[v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) | 2019-01-26T18:14:33Z | 10,230 | 3,530 | 1,693 | 15,453
|
||||||
[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,571 | 5,166 | 6,493 | 27,230
|
[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,571 | 5,166 | 6,496 | 27,233
|
||||||
[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,867 | 3,210 | 1,995 | 14,072
|
[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,867 | 3,210 | 1,995 | 14,072
|
||||||
[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 682 | 215 | 75 | 972
|
[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 682 | 215 | 75 | 972
|
||||||
[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,214 | 4,852 | 6,361 | 27,427
|
[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,214 | 4,852 | 6,361 | 27,427
|
||||||
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,458 | 1,087 | 704 | 5,249
|
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,458 | 1,087 | 706 | 5,251
|
||||||
[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,632 | 1,280 | 785 | 5,697
|
[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,632 | 1,280 | 785 | 5,697
|
||||||
[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,375 | 3,475 | 3,822 | 18,672
|
[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,375 | 3,477 | 3,822 | 18,674
|
||||||
[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,949 | 3,164 | 3,653 | 18,766
|
[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,951 | 3,172 | 3,653 | 18,776
|
||||||
[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 926 | 376 | 103 | 1,405
|
[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 928 | 376 | 103 | 1,407
|
||||||
[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,074 | 681 | 314 | 3,069
|
[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,074 | 681 | 314 | 3,069
|
||||||
[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 13 | 6 | 6 | 25
|
[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 13 | 6 | 6 | 25
|
||||||
[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,133 | 2,119 | 1,699 | 10,951
|
[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,133 | 2,119 | 1,699 | 10,951
|
||||||
[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,535 | 1,442 | 309 | 6,286
|
[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,535 | 1,442 | 309 | 6,286
|
||||||
[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,603 | 1,554 | 1,441 | 7,598
|
[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,604 | 1,555 | 1,442 | 7,601
|
||||||
[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 14,999 | 4,658 | 7,223 | 26,880
|
[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,001 | 4,658 | 7,232 | 26,891
|
||||||
[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,026 | 861 | 668 | 3,555
|
[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,026 | 861 | 668 | 3,555
|
||||||
[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,290 | 581 | 401 | 2,272
|
[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,291 | 582 | 401 | 2,274
|
||||||
[v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 858 | 411 | 228 | 1,497
|
[v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 861 | 411 | 228 | 1,500
|
||||||
[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,240 | 582 | 372 | 2,194
|
[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,240 | 582 | 372 | 2,194
|
||||||
[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 298 | 138 | 54 | 490
|
[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 300 | 138 | 54 | 492
|
||||||
[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,689 | 1,204 | 1,343 | 5,236
|
[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,689 | 1,204 | 1,357 | 5,250
|
||||||
[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 387 | 190 | 87 | 664
|
[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 387 | 190 | 87 | 664
|
||||||
[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,100 | 557 | 362 | 2,019
|
[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,100 | 557 | 362 | 2,019
|
||||||
[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,771 | 966 | 743 | 3,480
|
[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,772 | 974 | 743 | 3,489
|
||||||
[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 816 | 536 | 291 | 1,643
|
[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 816 | 536 | 291 | 1,643
|
||||||
[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 476 | 212 | 97 | 785
|
[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 476 | 212 | 97 | 785
|
||||||
[v1.0.85](https://github.com/laurent22/joplin/releases/tag/v1.0.85) | 2018-05-01T21:08:24Z | 1,641 | 934 | 617 | 3,192
|
[v1.0.85](https://github.com/laurent22/joplin/releases/tag/v1.0.85) | 2018-05-01T21:08:24Z | 1,641 | 935 | 617 | 3,193
|
||||||
[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,641 | 2,477 | 2,641 | 9,759
|
[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,655 | 2,487 | 2,641 | 9,783
|
||||||
[v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 686 | 388 | 106 | 1,180
|
[v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 686 | 388 | 106 | 1,180
|
||||||
[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 986 | 572 | 754 | 2,312
|
[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 986 | 574 | 754 | 2,314
|
||||||
[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 920 | 518 | 361 | 1,799
|
[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 920 | 518 | 361 | 1,799
|
||||||
[v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) | 2018-03-17T15:27:18Z | 1,303 | 846 | 853 | 3,002
|
[v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) | 2018-03-17T15:27:18Z | 1,304 | 849 | 853 | 3,006
|
||||||
[v1.0.77](https://github.com/laurent22/joplin/releases/tag/v1.0.77) | 2018-03-16T15:12:35Z | 166 | 90 | 29 | 285
|
[v1.0.77](https://github.com/laurent22/joplin/releases/tag/v1.0.77) | 2018-03-16T15:12:35Z | 166 | 90 | 29 | 285
|
||||||
[v1.0.72](https://github.com/laurent22/joplin/releases/tag/v1.0.72) | 2018-03-14T09:44:35Z | 397 | 238 | 41 | 676
|
[v1.0.72](https://github.com/laurent22/joplin/releases/tag/v1.0.72) | 2018-03-14T09:44:35Z | 397 | 238 | 41 | 676
|
||||||
[v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) | 2018-02-28T20:04:30Z | 1,845 | 1,032 | 1,235 | 4,112
|
[v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) | 2018-02-28T20:04:30Z | 1,845 | 1,033 | 1,236 | 4,114
|
||||||
[v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) | 2018-02-19T22:51:08Z | 1,806 | 585 | 0 | 2,391
|
[v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) | 2018-02-19T22:51:08Z | 1,806 | 585 | 0 | 2,391
|
||||||
[v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 315 | 109 | 74 | 498
|
[v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 315 | 109 | 74 | 498
|
||||||
[v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 186 | 110 | 122 | 418
|
[v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 186 | 110 | 122 | 418
|
||||||
[v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1,076 | 531 | 1,117 | 2,724
|
[v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1,076 | 531 | 1,117 | 2,724
|
||||||
[v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 292 | 145 | 84 | 521
|
[v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 292 | 145 | 84 | 521
|
||||||
[v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) | 2018-02-12T20:19:58Z | 550 | 281 | 359 | 1,190
|
[v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) | 2018-02-12T20:19:58Z | 550 | 281 | 359 | 1,190
|
||||||
[v0.10.61](https://github.com/laurent22/joplin/releases/tag/v0.10.61) | 2018-02-08T18:27:39Z | 965 | 611 | 947 | 2,523
|
[v0.10.61](https://github.com/laurent22/joplin/releases/tag/v0.10.61) | 2018-02-08T18:27:39Z | 965 | 612 | 947 | 2,524
|
||||||
[v0.10.60](https://github.com/laurent22/joplin/releases/tag/v0.10.60) | 2018-02-06T13:09:56Z | 713 | 503 | 545 | 1,761
|
[v0.10.60](https://github.com/laurent22/joplin/releases/tag/v0.10.60) | 2018-02-06T13:09:56Z | 713 | 503 | 545 | 1,761
|
||||||
[v0.10.54](https://github.com/laurent22/joplin/releases/tag/v0.10.54) | 2018-01-31T20:21:30Z | 1,813 | 1,444 | 311 | 3,568
|
[v0.10.54](https://github.com/laurent22/joplin/releases/tag/v0.10.54) | 2018-01-31T20:21:30Z | 1,813 | 1,444 | 311 | 3,568
|
||||||
[v0.10.52](https://github.com/laurent22/joplin/releases/tag/v0.10.52) | 2018-01-31T19:25:18Z | 38 | 618 | 7 | 663
|
[v0.10.52](https://github.com/laurent22/joplin/releases/tag/v0.10.52) | 2018-01-31T19:25:18Z | 38 | 618 | 7 | 663
|
||||||
[v0.10.51](https://github.com/laurent22/joplin/releases/tag/v0.10.51) | 2018-01-28T18:47:02Z | 1,317 | 1,584 | 319 | 3,220
|
[v0.10.51](https://github.com/laurent22/joplin/releases/tag/v0.10.51) | 2018-01-28T18:47:02Z | 1,317 | 1,584 | 320 | 3,221
|
||||||
[v0.10.48](https://github.com/laurent22/joplin/releases/tag/v0.10.48) | 2018-01-23T11:19:51Z | 1,958 | 1,736 | 21 | 3,715
|
[v0.10.48](https://github.com/laurent22/joplin/releases/tag/v0.10.48) | 2018-01-23T11:19:51Z | 1,958 | 1,736 | 21 | 3,715
|
||||||
[v0.10.47](https://github.com/laurent22/joplin/releases/tag/v0.10.47) | 2018-01-16T17:27:17Z | 1,218 | 1,251 | 60 | 2,529
|
[v0.10.47](https://github.com/laurent22/joplin/releases/tag/v0.10.47) | 2018-01-16T17:27:17Z | 1,218 | 1,251 | 60 | 2,529
|
||||||
[v0.10.43](https://github.com/laurent22/joplin/releases/tag/v0.10.43) | 2018-01-08T10:12:10Z | 3,428 | 2,332 | 1,200 | 6,960
|
[v0.10.43](https://github.com/laurent22/joplin/releases/tag/v0.10.43) | 2018-01-08T10:12:10Z | 3,429 | 2,333 | 1,200 | 6,962
|
||||||
[v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) | 2018-01-05T20:38:12Z | 1,030 | 1,534 | 231 | 2,795
|
[v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) | 2018-01-05T20:38:12Z | 1,030 | 1,534 | 231 | 2,795
|
||||||
[v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) | 2018-01-02T23:16:57Z | 1,587 | 1,758 | 331 | 3,676
|
[v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) | 2018-01-02T23:16:57Z | 1,587 | 1,758 | 331 | 3,676
|
||||||
[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,633 | 4,113 | 3,022 | 12,768
|
[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,645 | 4,123 | 3,033 | 12,801
|
||||||
[v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,041 | 1,213 | 299 | 2,553
|
[v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,041 | 1,214 | 299 | 2,554
|
||||||
[v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) | 2017-12-07T19:38:05Z | 256 | 829 | 74 | 1,159
|
[v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) | 2017-12-07T19:38:05Z | 256 | 829 | 74 | 1,159
|
||||||
[v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,008 | 1,340 | 432 | 2,780
|
[v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,008 | 1,340 | 432 | 2,780
|
||||||
[v0.10.35](https://github.com/laurent22/joplin/releases/tag/v0.10.35) | 2017-12-02T15:56:08Z | 1,570 | 1,532 | 739 | 3,841
|
[v0.10.35](https://github.com/laurent22/joplin/releases/tag/v0.10.35) | 2017-12-02T15:56:08Z | 1,570 | 1,532 | 739 | 3,841
|
||||||
[v0.10.34](https://github.com/laurent22/joplin/releases/tag/v0.10.34) | 2017-12-02T14:50:28Z | 80 | 653 | 53 | 786
|
[v0.10.34](https://github.com/laurent22/joplin/releases/tag/v0.10.34) | 2017-12-02T14:50:28Z | 80 | 653 | 53 | 786
|
||||||
[v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) | 2017-12-02T13:20:39Z | 52 | 641 | 13 | 706
|
[v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) | 2017-12-02T13:20:39Z | 52 | 641 | 13 | 706
|
||||||
[v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) | 2017-12-01T09:56:44Z | 884 | 1,436 | 401 | 2,721
|
[v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) | 2017-12-01T09:56:44Z | 885 | 1,436 | 401 | 2,722
|
||||||
[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 711 | 1,352 | 410 | 2,473
|
[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 711 | 1,352 | 410 | 2,473
|
||||||
[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,297 | 1,683 | 864 | 3,844
|
[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,300 | 1,684 | 864 | 3,848
|
||||||
[v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 180 | 685 | 255 | 1,120
|
[v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 180 | 685 | 255 | 1,120
|
||||||
[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 141 | 679 | 5,827 | 6,647
|
[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 141 | 679 | 5,862 | 6,682
|
||||||
[v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 126 | 630 | 21 | 777
|
[v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 126 | 630 | 21 | 777
|
||||||
[v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) | 2017-11-20T21:45:57Z | 78 | 629 | 13 | 720
|
[v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) | 2017-11-20T21:45:57Z | 78 | 629 | 13 | 720
|
||||||
[v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 45 | 622 | 5 | 672
|
[v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 45 | 622 | 5 | 672
|
||||||
|
Loading…
Reference in New Issue
Block a user