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
7bc0a52cc9
commit
8a7e3fe36f
@ -385,8 +385,8 @@ for (let portToTest = 41184; portToTest <= 41194; portToTest++) {
|
||||
<h1>Searching<a name="searching" href="#searching" class="heading-anchor">🔗</a></h1>
|
||||
<p>Call <strong>GET /search?query=YOUR_QUERY</strong> to search for notes. This end-point supports the <code>field</code> parameter which is recommended to use so that you only get the data that you need. The query syntax is as described in the main documentation: <a href="https://joplinapp.org/#searching">https://joplinapp.org/#searching</a></p>
|
||||
<p>To retrieve non-notes items, such as notebooks or tags, add a <code>type</code> parameter and set it to the required <a href="#item-type-id">item type name</a>. In that case, full text search will not be used - instead it will be a simple case-insensitive search. You can also use <code>*</code> as a wildcard. This is convenient for example to retrieve notebooks or tags by title.</p>
|
||||
<p>For example, to retrieve the notebook named "recipes": <strong>GET /search?query=recipes&type=folder</strong><br>
|
||||
To retrieve all the tags that start with "project-": <strong>GET /search?query=project-*&type=tag</strong></p>
|
||||
<p>For example, to retrieve the notebook named <code>recipes</code>: <strong>GET /search?query=recipes&type=folder</strong></p>
|
||||
<p>To retrieve all the tags that start with <code>project-</code>: <strong>GET /search?query=project-*&type=tag</strong></p>
|
||||
<h1>Item type IDs<a name="item-type-ids" href="#item-type-ids" class="heading-anchor">🔗</a></h1>
|
||||
<p>Item type IDs might be refered to in certain object you will retrieve from the API. This is the correspondance between name and ID:</p>
|
||||
<table>
|
||||
|
@ -333,6 +333,17 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog.md
|
||||
</ul>
|
||||
</div>
|
||||
<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.179">v1.0.179</a> - 2020-01-24T22:42:41Z<a name="v1-0-179-https-github-com-laurent22-joplin-releases-tag-v1-0-179-2020-01-24t22-42-41z" href="#v1-0-179-https-github-com-laurent22-joplin-releases-tag-v1-0-179-2020-01-24t22-42-41z" class="heading-anchor">🔗</a></h2>
|
||||
<ul>
|
||||
<li>New: Added new, more secure encryption methods, so that they can be switched to at a later time</li>
|
||||
<li>Improved: Improve appearance of note Info dialog</li>
|
||||
<li>Fixed: Apply userstyle again when exporting to PDF or printing (<a href="https://github.com/laurent22/joplin/issues/2324">#2324</a>)</li>
|
||||
<li>Fixed: Fixed update message box</li>
|
||||
<li>Fixed: Fix identification of note in pdf export from main menu. (<a href="https://github.com/laurent22/joplin/issues/2323">#2323</a> by mic704b)</li>
|
||||
<li>Fixed: Undefined text was being displayed on top of notes in revision viewer (<a href="https://github.com/laurent22/joplin/issues/2352">#2352</a>)</li>
|
||||
<li>Fixed: Fixed issues with Katex and MultiMd table plugin (<a href="https://github.com/laurent22/joplin/issues/2339">#2339</a>)</li>
|
||||
<li>Fixed: Fix Linux installation script (<a href="https://github.com/laurent22/joplin/issues/2333">#2333</a> by <a href="https://github.com/carlbordum">@carlbordum</a>)</li>
|
||||
</ul>
|
||||
<h2><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.178">v1.0.178</a> - 2020-01-20T19:06:45Z<a name="v1-0-178-https-github-com-laurent22-joplin-releases-tag-v1-0-178-2020-01-20t19-06-45z" href="#v1-0-178-https-github-com-laurent22-joplin-releases-tag-v1-0-178-2020-01-20t19-06-45z" class="heading-anchor">🔗</a></h2>
|
||||
<ul>
|
||||
<li>New: Add ability to search by folder or tag title</li>
|
||||
|
@ -355,7 +355,7 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc2020/ideas.md
|
||||
<p>Difficulty Level: High</p>
|
||||
<p>Platforms: Desktop and/or mobile (at the student's choice)</p>
|
||||
<p>Skills Required: JavaScript; React; React Native (for mobile)</p>
|
||||
<p>Potential Mentor(s): <a href="https://github.com/laurent22/">laurent22</a></p>
|
||||
<p>Potential Mentor(s): <a href="mailto:roeland.douma@nextcloud.com">Roeland Jago Douma</a>, <a href="https://github.com/laurent22/">laurent22</a></p>
|
||||
<p>More info: <a href="https://discourse.joplinapp.org/t/joplin-api-in-nextcloud-prototype/">Forum thread about Joplin Web API for Nextcloud</a></p>
|
||||
<h2>3. Hierarchical Tags<a name="3-hierarchical-tags" href="#3-hierarchical-tags" class="heading-anchor">🔗</a></h2>
|
||||
<p>One of the most asked-for feature in Joplin is support for hierarchical tags. This would allow users that heavily rely on tags to organise them into a hierarchy, as is done for the notebooks.</p>
|
||||
@ -385,7 +385,7 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc2020/ideas.md
|
||||
<p>Expected Outcome: Viewing and editing notes and notebooks from a Nextcloud-based web client</p>
|
||||
<p>Difficulty Level: High</p>
|
||||
<p>Skills Required: PHP (for the Nextcloud app). For the front-end it can be plain HTML (no JS), or React.</p>
|
||||
<p>Potential Mentor(s): <a href="https://github.com/laurent22/">laurent22</a></p>
|
||||
<p>Potential Mentor(s): <a href="mailto:roeland.douma@nextcloud.com">Roeland Jago Douma</a>, <a href="https://github.com/laurent22/">laurent22</a></p>
|
||||
<p>More info: <a href="https://github.com/laurent22/joplin/issues/228">GitHub: Nextcloud notes integration (Web client)</a></p>
|
||||
<h2>5. OCR support<a name="5-ocr-support" href="#5-ocr-support" class="heading-anchor">🔗</a></h2>
|
||||
<p>It is possible to add support for OCR content in Joplin via the <a href="http://tesseract.projectnaptha.com/">Tesseract library</a>. A first step would be to assess the feasibility of this project by integrating the lib in the desktop app and trying to OCR an image. OCR support should be implemented as a service of the desktop app. It would extract the text from the images, and append the content as plain text to the notes.</p>
|
||||
|
@ -343,15 +343,15 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Total Windows downloads</td>
|
||||
<td>529,913</td>
|
||||
<td>567,491</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Total macOs downloads</td>
|
||||
<td>197,259</td>
|
||||
<td>208,905</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Total Linux downloads</td>
|
||||
<td>153,954</td>
|
||||
<td>162,498</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Windows %</td>
|
||||
@ -380,140 +380,148 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<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>22,315</td>
|
||||
<td>6,452</td>
|
||||
<td>5,976</td>
|
||||
<td>34,743</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.178">v1.0.178</a></td>
|
||||
<td>2020-01-20T19:06:45Z</td>
|
||||
<td>3,121</td>
|
||||
<td>905</td>
|
||||
<td>205</td>
|
||||
<td>4,231</td>
|
||||
<td>17,366</td>
|
||||
<td>5,820</td>
|
||||
<td>2,505</td>
|
||||
<td>25,691</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.177">v1.0.177</a></td>
|
||||
<td>2019-12-30T14:40:40Z</td>
|
||||
<td>1,808</td>
|
||||
<td>392</td>
|
||||
<td>522</td>
|
||||
<td>2,722</td>
|
||||
<td>1,866</td>
|
||||
<td>409</td>
|
||||
<td>555</td>
|
||||
<td>2,830</td>
|
||||
</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>3,085</td>
|
||||
<td>2,421</td>
|
||||
<td>347</td>
|
||||
<td>5,853</td>
|
||||
<td>3,092</td>
|
||||
<td>2,442</td>
|
||||
<td>387</td>
|
||||
<td>5,921</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>69,449</td>
|
||||
<td>16,399</td>
|
||||
<td>15,915</td>
|
||||
<td>101,763</td>
|
||||
<td>69,945</td>
|
||||
<td>16,476</td>
|
||||
<td>15,967</td>
|
||||
<td>102,388</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>30,058</td>
|
||||
<td>11,543</td>
|
||||
<td>8,157</td>
|
||||
<td>49,758</td>
|
||||
<td>30,271</td>
|
||||
<td>11,551</td>
|
||||
<td>8,159</td>
|
||||
<td>49,981</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>5,009</td>
|
||||
<td>2,050</td>
|
||||
<td>716</td>
|
||||
<td>7,775</td>
|
||||
<td>5,013</td>
|
||||
<td>2,052</td>
|
||||
<td>721</td>
|
||||
<td>7,786</td>
|
||||
</tr>
|
||||
<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,223</td>
|
||||
<td>8,582</td>
|
||||
<td>7,636</td>
|
||||
<td>43,441</td>
|
||||
<td>27,251</td>
|
||||
<td>8,592</td>
|
||||
<td>7,642</td>
|
||||
<td>43,485</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>16,995</td>
|
||||
<td>5,852</td>
|
||||
<td>3,739</td>
|
||||
<td>26,586</td>
|
||||
<td>17,017</td>
|
||||
<td>5,859</td>
|
||||
<td>3,742</td>
|
||||
<td>26,618</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>5,291</td>
|
||||
<td>2,244</td>
|
||||
<td>701</td>
|
||||
<td>8,236</td>
|
||||
<td>5,298</td>
|
||||
<td>2,247</td>
|
||||
<td>702</td>
|
||||
<td>8,247</td>
|
||||
</tr>
|
||||
<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,674</td>
|
||||
<td>5,646</td>
|
||||
<td>3,686</td>
|
||||
<td>26,006</td>
|
||||
<td>16,696</td>
|
||||
<td>5,658</td>
|
||||
<td>3,688</td>
|
||||
<td>26,042</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,930</td>
|
||||
<td>537</td>
|
||||
<td>221</td>
|
||||
<td>2,688</td>
|
||||
<td>1,934</td>
|
||||
<td>541</td>
|
||||
<td>223</td>
|
||||
<td>2,698</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,834</td>
|
||||
<td>18,838</td>
|
||||
<td>6,909</td>
|
||||
<td>5,449</td>
|
||||
<td>31,192</td>
|
||||
<td>31,196</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>19,197</td>
|
||||
<td>6,294</td>
|
||||
<td>4,102</td>
|
||||
<td>29,593</td>
|
||||
<td>19,207</td>
|
||||
<td>6,297</td>
|
||||
<td>4,108</td>
|
||||
<td>29,612</td>
|
||||
</tr>
|
||||
<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,327</td>
|
||||
<td>7,708</td>
|
||||
<td>8,085</td>
|
||||
<td>46,120</td>
|
||||
<td>30,332</td>
|
||||
<td>7,709</td>
|
||||
<td>8,088</td>
|
||||
<td>46,129</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>5,167</td>
|
||||
<td>2,154</td>
|
||||
<td>1,090</td>
|
||||
<td>8,411</td>
|
||||
<td>5,169</td>
|
||||
<td>2,155</td>
|
||||
<td>1,092</td>
|
||||
<td>8,416</td>
|
||||
</tr>
|
||||
<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,782</td>
|
||||
<td>3,507</td>
|
||||
<td>1,923</td>
|
||||
<td>15,212</td>
|
||||
<td>9,786</td>
|
||||
<td>3,509</td>
|
||||
<td>1,925</td>
|
||||
<td>15,220</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>2,149</td>
|
||||
<td>819</td>
|
||||
<td>278</td>
|
||||
<td>3,246</td>
|
||||
<td>2,153</td>
|
||||
<td>823</td>
|
||||
<td>280</td>
|
||||
<td>3,256</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.153">v1.0.153</a></td>
|
||||
@ -526,10 +534,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<tr>
|
||||
<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>13,832</td>
|
||||
<td>4,398</td>
|
||||
<td>13,833</td>
|
||||
<td>4,399</td>
|
||||
<td>4,052</td>
|
||||
<td>22,282</td>
|
||||
<td>22,284</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.151">v1.0.151</a></td>
|
||||
@ -543,9 +551,9 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<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>404</td>
|
||||
<td>116</td>
|
||||
<td>117</td>
|
||||
<td>59</td>
|
||||
<td>579</td>
|
||||
<td>580</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.148">v1.0.148</a></td>
|
||||
@ -558,90 +566,90 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<tr>
|
||||
<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>6,939</td>
|
||||
<td>6,940</td>
|
||||
<td>2,840</td>
|
||||
<td>1,427</td>
|
||||
<td>11,206</td>
|
||||
<td>11,207</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>11,890</td>
|
||||
<td>11,891</td>
|
||||
<td>3,529</td>
|
||||
<td>2,769</td>
|
||||
<td>18,188</td>
|
||||
<td>18,189</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>14,569</td>
|
||||
<td>14,577</td>
|
||||
<td>4,525</td>
|
||||
<td>4,715</td>
|
||||
<td>23,809</td>
|
||||
<td>4,717</td>
|
||||
<td>23,819</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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,590</td>
|
||||
<td>13,594</td>
|
||||
<td>4,141</td>
|
||||
<td>3,060</td>
|
||||
<td>20,791</td>
|
||||
<td>3,061</td>
|
||||
<td>20,796</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.139">v1.0.139</a></td>
|
||||
<td>2019-03-09T10:06:48Z</td>
|
||||
<td>92</td>
|
||||
<td>35</td>
|
||||
<td>29</td>
|
||||
<td>156</td>
|
||||
<td>96</td>
|
||||
<td>37</td>
|
||||
<td>31</td>
|
||||
<td>164</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>124</td>
|
||||
<td>60</td>
|
||||
<td>71</td>
|
||||
<td>255</td>
|
||||
<td>127</td>
|
||||
<td>64</td>
|
||||
<td>73</td>
|
||||
<td>264</td>
|
||||
</tr>
|
||||
<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>555</td>
|
||||
<td>32</td>
|
||||
<td>71</td>
|
||||
<td>658</td>
|
||||
<td>559</td>
|
||||
<td>36</td>
|
||||
<td>73</td>
|
||||
<td>668</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,398</td>
|
||||
<td>3,926</td>
|
||||
<td>4,049</td>
|
||||
<td>20,373</td>
|
||||
<td>12,408</td>
|
||||
<td>3,930</td>
|
||||
<td>4,051</td>
|
||||
<td>20,389</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.134">v1.0.134</a></td>
|
||||
<td>2019-02-27T10:21:44Z</td>
|
||||
<td>1,437</td>
|
||||
<td>539</td>
|
||||
<td>204</td>
|
||||
<td>2,180</td>
|
||||
<td>1,441</td>
|
||||
<td>543</td>
|
||||
<td>206</td>
|
||||
<td>2,190</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>1,059</td>
|
||||
<td>425</td>
|
||||
<td>82</td>
|
||||
<td>1,566</td>
|
||||
<td>1,063</td>
|
||||
<td>429</td>
|
||||
<td>84</td>
|
||||
<td>1,576</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>9,640</td>
|
||||
<td>3,137</td>
|
||||
<td>2,911</td>
|
||||
<td>15,688</td>
|
||||
<td>9,644</td>
|
||||
<td>3,142</td>
|
||||
<td>2,913</td>
|
||||
<td>15,699</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.126">v1.0.126</a></td>
|
||||
@ -662,50 +670,50 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.120">v1.0.120</a></td>
|
||||
<td>2019-01-10T21:42:53Z</td>
|
||||
<td>15,577</td>
|
||||
<td>5,172</td>
|
||||
<td>6,500</td>
|
||||
<td>27,249</td>
|
||||
<td>15,579</td>
|
||||
<td>5,176</td>
|
||||
<td>6,502</td>
|
||||
<td>27,257</td>
|
||||
</tr>
|
||||
<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,873</td>
|
||||
<td>3,216</td>
|
||||
<td>1,998</td>
|
||||
<td>14,087</td>
|
||||
<td>8,877</td>
|
||||
<td>3,220</td>
|
||||
<td>2,000</td>
|
||||
<td>14,097</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>688</td>
|
||||
<td>221</td>
|
||||
<td>78</td>
|
||||
<td>987</td>
|
||||
<td>692</td>
|
||||
<td>225</td>
|
||||
<td>80</td>
|
||||
<td>997</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,220</td>
|
||||
<td>4,863</td>
|
||||
<td>6,364</td>
|
||||
<td>27,447</td>
|
||||
<td>16,224</td>
|
||||
<td>4,865</td>
|
||||
<td>6,366</td>
|
||||
<td>27,455</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,460</td>
|
||||
<td>1,093</td>
|
||||
<td>1,097</td>
|
||||
<td>708</td>
|
||||
<td>5,261</td>
|
||||
<td>5,265</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.115">v1.0.115</a></td>
|
||||
<td>2018-11-16T16:52:02Z</td>
|
||||
<td>3,636</td>
|
||||
<td>1,284</td>
|
||||
<td>788</td>
|
||||
<td>5,708</td>
|
||||
<td>3,638</td>
|
||||
<td>1,286</td>
|
||||
<td>790</td>
|
||||
<td>5,714</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.114">v1.0.114</a></td>
|
||||
@ -718,26 +726,26 @@ https://github.com/laurent22/joplin/blob/master/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>11,959</td>
|
||||
<td>3,187</td>
|
||||
<td>11,963</td>
|
||||
<td>3,194</td>
|
||||
<td>3,654</td>
|
||||
<td>18,800</td>
|
||||
<td>18,811</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>934</td>
|
||||
<td>382</td>
|
||||
<td>106</td>
|
||||
<td>1,422</td>
|
||||
<td>939</td>
|
||||
<td>386</td>
|
||||
<td>108</td>
|
||||
<td>1,433</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.109">v1.0.109</a></td>
|
||||
<td>2018-09-27T18:01:41Z</td>
|
||||
<td>2,079</td>
|
||||
<td>687</td>
|
||||
<td>317</td>
|
||||
<td>3,083</td>
|
||||
<td>2,081</td>
|
||||
<td>689</td>
|
||||
<td>319</td>
|
||||
<td>3,089</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.108">v1.0.108</a></td>
|
||||
@ -758,42 +766,42 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.106">v1.0.106</a></td>
|
||||
<td>2018-09-08T15:23:40Z</td>
|
||||
<td>4,539</td>
|
||||
<td>4,541</td>
|
||||
<td>1,444</td>
|
||||
<td>310</td>
|
||||
<td>6,293</td>
|
||||
<td>6,295</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.105">v1.0.105</a></td>
|
||||
<td>2018-09-05T11:29:36Z</td>
|
||||
<td>4,618</td>
|
||||
<td>1,561</td>
|
||||
<td>1,445</td>
|
||||
<td>7,624</td>
|
||||
<td>4,626</td>
|
||||
<td>1,565</td>
|
||||
<td>1,446</td>
|
||||
<td>7,637</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.104">v1.0.104</a></td>
|
||||
<td>2018-06-28T20:25:36Z</td>
|
||||
<td>15,010</td>
|
||||
<td>4,664</td>
|
||||
<td>7,241</td>
|
||||
<td>26,915</td>
|
||||
<td>15,015</td>
|
||||
<td>4,668</td>
|
||||
<td>7,244</td>
|
||||
<td>26,927</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.103">v1.0.103</a></td>
|
||||
<td>2018-06-21T19:38:13Z</td>
|
||||
<td>2,032</td>
|
||||
<td>867</td>
|
||||
<td>671</td>
|
||||
<td>3,570</td>
|
||||
<td>2,036</td>
|
||||
<td>871</td>
|
||||
<td>673</td>
|
||||
<td>3,580</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>1,293</td>
|
||||
<td>586</td>
|
||||
<td>589</td>
|
||||
<td>402</td>
|
||||
<td>2,281</td>
|
||||
<td>2,284</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.100">v1.0.100</a></td>
|
||||
@ -815,57 +823,57 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<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>302</td>
|
||||
<td>142</td>
|
||||
<td>144</td>
|
||||
<td>55</td>
|
||||
<td>499</td>
|
||||
<td>501</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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,695</td>
|
||||
<td>2,699</td>
|
||||
<td>1,207</td>
|
||||
<td>1,374</td>
|
||||
<td>5,276</td>
|
||||
<td>1,389</td>
|
||||
<td>5,295</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.95">v1.0.95</a></td>
|
||||
<td>2018-05-25T13:04:30Z</td>
|
||||
<td>393</td>
|
||||
<td>196</td>
|
||||
<td>93</td>
|
||||
<td>682</td>
|
||||
<td>397</td>
|
||||
<td>200</td>
|
||||
<td>97</td>
|
||||
<td>694</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.94">v1.0.94</a></td>
|
||||
<td>2018-05-21T20:52:59Z</td>
|
||||
<td>1,106</td>
|
||||
<td>563</td>
|
||||
<td>368</td>
|
||||
<td>2,037</td>
|
||||
<td>1,110</td>
|
||||
<td>566</td>
|
||||
<td>372</td>
|
||||
<td>2,048</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>1,774</td>
|
||||
<td>986</td>
|
||||
<td>991</td>
|
||||
<td>745</td>
|
||||
<td>3,505</td>
|
||||
<td>3,510</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.91">v1.0.91</a></td>
|
||||
<td>2018-05-10T14:48:04Z</td>
|
||||
<td>817</td>
|
||||
<td>818</td>
|
||||
<td>538</td>
|
||||
<td>293</td>
|
||||
<td>1,648</td>
|
||||
<td>294</td>
|
||||
<td>1,650</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.89">v1.0.89</a></td>
|
||||
<td>2018-05-09T13:05:05Z</td>
|
||||
<td>478</td>
|
||||
<td>215</td>
|
||||
<td>216</td>
|
||||
<td>99</td>
|
||||
<td>792</td>
|
||||
<td>793</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.85">v1.0.85</a></td>
|
||||
@ -878,10 +886,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.83">v1.0.83</a></td>
|
||||
<td>2018-04-04T19:43:58Z</td>
|
||||
<td>4,681</td>
|
||||
<td>2,503</td>
|
||||
<td>4,690</td>
|
||||
<td>2,507</td>
|
||||
<td>2,643</td>
|
||||
<td>9,827</td>
|
||||
<td>9,840</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.82">v1.0.82</a></td>
|
||||
@ -894,18 +902,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<tr>
|
||||
<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>989</td>
|
||||
<td>579</td>
|
||||
<td>761</td>
|
||||
<td>2,329</td>
|
||||
<td>991</td>
|
||||
<td>581</td>
|
||||
<td>765</td>
|
||||
<td>2,337</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.79">v1.0.79</a></td>
|
||||
<td>2018-03-23T18:00:11Z</td>
|
||||
<td>921</td>
|
||||
<td>922</td>
|
||||
<td>520</td>
|
||||
<td>363</td>
|
||||
<td>1,804</td>
|
||||
<td>1,805</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.78">v1.0.78</a></td>
|
||||
@ -950,10 +958,10 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.66">v1.0.66</a></td>
|
||||
<td>2018-02-18T23:09:09Z</td>
|
||||
<td>318</td>
|
||||
<td>115</td>
|
||||
<td>320</td>
|
||||
<td>119</td>
|
||||
<td>76</td>
|
||||
<td>509</td>
|
||||
<td>515</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.65">v1.0.65</a></td>
|
||||
@ -1070,10 +1078,10 @@ https://github.com/laurent22/joplin/blob/master/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,669</td>
|
||||
<td>4,144</td>
|
||||
<td>3,047</td>
|
||||
<td>12,860</td>
|
||||
<td>5,674</td>
|
||||
<td>4,149</td>
|
||||
<td>3,053</td>
|
||||
<td>12,876</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.38">v0.10.38</a></td>
|
||||
@ -1134,18 +1142,18 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.30">v0.10.30</a></td>
|
||||
<td>2017-11-30T20:28:16Z</td>
|
||||
<td>714</td>
|
||||
<td>715</td>
|
||||
<td>1,355</td>
|
||||
<td>413</td>
|
||||
<td>2,482</td>
|
||||
<td>2,483</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>1,304</td>
|
||||
<td>1,305</td>
|
||||
<td>1,686</td>
|
||||
<td>865</td>
|
||||
<td>3,855</td>
|
||||
<td>3,856</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.26">v0.10.26</a></td>
|
||||
@ -1160,8 +1168,8 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
||||
<td>2017-11-24T14:27:49Z</td>
|
||||
<td>142</td>
|
||||
<td>681</td>
|
||||
<td>5,936</td>
|
||||
<td>6,759</td>
|
||||
<td>5,972</td>
|
||||
<td>6,795</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.23">v0.10.23</a></td>
|
||||
|
@ -74,8 +74,9 @@ Call **GET /search?query=YOUR_QUERY** to search for notes. This end-point suppor
|
||||
|
||||
To retrieve non-notes items, such as notebooks or tags, add a `type` parameter and set it to the required [item type name](#item-type-id). In that case, full text search will not be used - instead it will be a simple case-insensitive search. You can also use `*` as a wildcard. This is convenient for example to retrieve notebooks or tags by title.
|
||||
|
||||
For example, to retrieve the notebook named "recipes": **GET /search?query=recipes&type=folder**
|
||||
To retrieve all the tags that start with "project-": **GET /search?query=project-*&type=tag**
|
||||
For example, to retrieve the notebook named `recipes`: **GET /search?query=recipes&type=folder**
|
||||
|
||||
To retrieve all the tags that start with `project-`: **GET /search?query=project-*&type=tag**
|
||||
|
||||
# Item type IDs
|
||||
|
||||
|
@ -1,5 +1,16 @@
|
||||
# Joplin changelog
|
||||
|
||||
## [v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) - 2020-01-24T22:42:41Z
|
||||
|
||||
- New: Added new, more secure encryption methods, so that they can be switched to at a later time
|
||||
- Improved: Improve appearance of note Info dialog
|
||||
- Fixed: Apply userstyle again when exporting to PDF or printing ([#2324](https://github.com/laurent22/joplin/issues/2324))
|
||||
- Fixed: Fixed update message box
|
||||
- Fixed: Fix identification of note in pdf export from main menu. ([#2323](https://github.com/laurent22/joplin/issues/2323) by mic704b)
|
||||
- Fixed: Undefined text was being displayed on top of notes in revision viewer ([#2352](https://github.com/laurent22/joplin/issues/2352))
|
||||
- Fixed: Fixed issues with Katex and MultiMd table plugin ([#2339](https://github.com/laurent22/joplin/issues/2339))
|
||||
- Fixed: Fix Linux installation script ([#2333](https://github.com/laurent22/joplin/issues/2333) by [@carlbordum](https://github.com/carlbordum))
|
||||
|
||||
## [v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) - 2020-01-20T19:06:45Z
|
||||
|
||||
- New: Add ability to search by folder or tag title
|
||||
|
125
readme/stats.md
125
readme/stats.md
@ -2,87 +2,88 @@
|
||||
|
||||
Name | Value
|
||||
--- | ---
|
||||
Total Windows downloads | 529,913
|
||||
Total macOs downloads | 197,259
|
||||
Total Linux downloads | 153,954
|
||||
Total Windows downloads | 567,491
|
||||
Total macOs downloads | 208,905
|
||||
Total Linux downloads | 162,498
|
||||
Windows % | 60%
|
||||
macOS % | 22%
|
||||
Linux % | 17%
|
||||
|
||||
Version | Date | Windows | macOS | Linux | Total
|
||||
--- | --- | --- | --- | --- | ---
|
||||
[v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) | 2020-01-20T19:06:45Z | 3,121 | 905 | 205 | 4,231
|
||||
[v1.0.177](https://github.com/laurent22/joplin/releases/tag/v1.0.177) | 2019-12-30T14:40:40Z | 1,808 | 392 | 522 | 2,722
|
||||
[v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) | 2019-12-14T10:36:44Z | 3,085 | 2,421 | 347 | 5,853
|
||||
[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 69,449 | 16,399 | 15,915 | 101,763
|
||||
[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,058 | 11,543 | 8,157 | 49,758
|
||||
[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 5,009 | 2,050 | 716 | 7,775
|
||||
[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,223 | 8,582 | 7,636 | 43,441
|
||||
[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 16,995 | 5,852 | 3,739 | 26,586
|
||||
[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,291 | 2,244 | 701 | 8,236
|
||||
[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,674 | 5,646 | 3,686 | 26,006
|
||||
[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,930 | 537 | 221 | 2,688
|
||||
[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,834 | 6,909 | 5,449 | 31,192
|
||||
[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,197 | 6,294 | 4,102 | 29,593
|
||||
[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,327 | 7,708 | 8,085 | 46,120
|
||||
[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,167 | 2,154 | 1,090 | 8,411
|
||||
[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,782 | 3,507 | 1,923 | 15,212
|
||||
[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,149 | 819 | 278 | 3,246
|
||||
[v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) | 2020-01-24T22:42:41Z | 22,315 | 6,452 | 5,976 | 34,743
|
||||
[v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) | 2020-01-20T19:06:45Z | 17,366 | 5,820 | 2,505 | 25,691
|
||||
[v1.0.177](https://github.com/laurent22/joplin/releases/tag/v1.0.177) | 2019-12-30T14:40:40Z | 1,866 | 409 | 555 | 2,830
|
||||
[v1.0.176](https://github.com/laurent22/joplin/releases/tag/v1.0.176) | 2019-12-14T10:36:44Z | 3,092 | 2,442 | 387 | 5,921
|
||||
[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 69,945 | 16,476 | 15,967 | 102,388
|
||||
[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,271 | 11,551 | 8,159 | 49,981
|
||||
[v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 5,013 | 2,052 | 721 | 7,786
|
||||
[v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,251 | 8,592 | 7,642 | 43,485
|
||||
[v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 17,017 | 5,859 | 3,742 | 26,618
|
||||
[v1.0.168](https://github.com/laurent22/joplin/releases/tag/v1.0.168) | 2019-09-25T21:21:38Z | 5,298 | 2,247 | 702 | 8,247
|
||||
[v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,696 | 5,658 | 3,688 | 26,042
|
||||
[v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,934 | 541 | 223 | 2,698
|
||||
[v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,838 | 6,909 | 5,449 | 31,196
|
||||
[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,207 | 6,297 | 4,108 | 29,612
|
||||
[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,332 | 7,709 | 8,088 | 46,129
|
||||
[v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,169 | 2,155 | 1,092 | 8,416
|
||||
[v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,786 | 3,509 | 1,925 | 15,220
|
||||
[v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,153 | 823 | 280 | 3,256
|
||||
[v1.0.153](https://github.com/laurent22/joplin/releases/tag/v1.0.153) | 2019-05-15T06:27:29Z | 828 | 79 | 97 | 1,004
|
||||
[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,832 | 4,398 | 4,052 | 22,282
|
||||
[v1.0.152](https://github.com/laurent22/joplin/releases/tag/v1.0.152) | 2019-05-13T09:08:07Z | 13,833 | 4,399 | 4,052 | 22,284
|
||||
[v1.0.151](https://github.com/laurent22/joplin/releases/tag/v1.0.151) | 2019-05-12T15:14:32Z | 1,936 | 517 | 950 | 3,403
|
||||
[v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) | 2019-05-12T11:27:48Z | 404 | 116 | 59 | 579
|
||||
[v1.0.150](https://github.com/laurent22/joplin/releases/tag/v1.0.150) | 2019-05-12T11:27:48Z | 404 | 117 | 59 | 580
|
||||
[v1.0.148](https://github.com/laurent22/joplin/releases/tag/v1.0.148) | 2019-05-08T19:12:24Z | 115 | 42 | 85 | 242
|
||||
[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,939 | 2,840 | 1,427 | 11,206
|
||||
[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,890 | 3,529 | 2,769 | 18,188
|
||||
[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,569 | 4,525 | 4,715 | 23,809
|
||||
[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,590 | 4,141 | 3,060 | 20,791
|
||||
[v1.0.139](https://github.com/laurent22/joplin/releases/tag/v1.0.139) | 2019-03-09T10:06:48Z | 92 | 35 | 29 | 156
|
||||
[v1.0.138](https://github.com/laurent22/joplin/releases/tag/v1.0.138) | 2019-03-03T17:23:00Z | 124 | 60 | 71 | 255
|
||||
[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 555 | 32 | 71 | 658
|
||||
[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,398 | 3,926 | 4,049 | 20,373
|
||||
[v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,437 | 539 | 204 | 2,180
|
||||
[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,059 | 425 | 82 | 1,566
|
||||
[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,640 | 3,137 | 2,911 | 15,688
|
||||
[v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 6,940 | 2,840 | 1,427 | 11,207
|
||||
[v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,891 | 3,529 | 2,769 | 18,189
|
||||
[v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,577 | 4,525 | 4,717 | 23,819
|
||||
[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,594 | 4,141 | 3,061 | 20,796
|
||||
[v1.0.139](https://github.com/laurent22/joplin/releases/tag/v1.0.139) | 2019-03-09T10:06:48Z | 96 | 37 | 31 | 164
|
||||
[v1.0.138](https://github.com/laurent22/joplin/releases/tag/v1.0.138) | 2019-03-03T17:23:00Z | 127 | 64 | 73 | 264
|
||||
[v1.0.137](https://github.com/laurent22/joplin/releases/tag/v1.0.137) | 2019-03-03T01:12:51Z | 559 | 36 | 73 | 668
|
||||
[v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,408 | 3,930 | 4,051 | 20,389
|
||||
[v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,441 | 543 | 206 | 2,190
|
||||
[v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,063 | 429 | 84 | 1,576
|
||||
[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,644 | 3,142 | 2,913 | 15,699
|
||||
[v1.0.126](https://github.com/laurent22/joplin/releases/tag/v1.0.126) | 2019-02-09T19:46:16Z | 916 | 55 | 110 | 1,081
|
||||
[v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) | 2019-01-26T18:14:33Z | 10,233 | 3,537 | 1,694 | 15,464
|
||||
[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,577 | 5,172 | 6,500 | 27,249
|
||||
[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,873 | 3,216 | 1,998 | 14,087
|
||||
[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 688 | 221 | 78 | 987
|
||||
[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,220 | 4,863 | 6,364 | 27,447
|
||||
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,460 | 1,093 | 708 | 5,261
|
||||
[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,636 | 1,284 | 788 | 5,708
|
||||
[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,579 | 5,176 | 6,502 | 27,257
|
||||
[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,877 | 3,220 | 2,000 | 14,097
|
||||
[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 692 | 225 | 80 | 997
|
||||
[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,224 | 4,865 | 6,366 | 27,455
|
||||
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,460 | 1,097 | 708 | 5,265
|
||||
[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,638 | 1,286 | 790 | 5,714
|
||||
[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,377 | 3,479 | 3,823 | 18,679
|
||||
[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,959 | 3,187 | 3,654 | 18,800
|
||||
[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 934 | 382 | 106 | 1,422
|
||||
[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,079 | 687 | 317 | 3,083
|
||||
[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,963 | 3,194 | 3,654 | 18,811
|
||||
[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 939 | 386 | 108 | 1,433
|
||||
[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,081 | 689 | 319 | 3,089
|
||||
[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 15 | 8 | 7 | 30
|
||||
[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,135 | 2,121 | 1,700 | 10,956
|
||||
[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,539 | 1,444 | 310 | 6,293
|
||||
[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,618 | 1,561 | 1,445 | 7,624
|
||||
[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,010 | 4,664 | 7,241 | 26,915
|
||||
[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,032 | 867 | 671 | 3,570
|
||||
[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,293 | 586 | 402 | 2,281
|
||||
[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,541 | 1,444 | 310 | 6,295
|
||||
[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,626 | 1,565 | 1,446 | 7,637
|
||||
[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,015 | 4,668 | 7,244 | 26,927
|
||||
[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,036 | 871 | 673 | 3,580
|
||||
[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,293 | 589 | 402 | 2,284
|
||||
[v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 863 | 413 | 229 | 1,505
|
||||
[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,242 | 584 | 373 | 2,199
|
||||
[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 302 | 142 | 55 | 499
|
||||
[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,695 | 1,207 | 1,374 | 5,276
|
||||
[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 393 | 196 | 93 | 682
|
||||
[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,106 | 563 | 368 | 2,037
|
||||
[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,774 | 986 | 745 | 3,505
|
||||
[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 817 | 538 | 293 | 1,648
|
||||
[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 478 | 215 | 99 | 792
|
||||
[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 302 | 144 | 55 | 501
|
||||
[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,699 | 1,207 | 1,389 | 5,295
|
||||
[v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 397 | 200 | 97 | 694
|
||||
[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,110 | 566 | 372 | 2,048
|
||||
[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,774 | 991 | 745 | 3,510
|
||||
[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 818 | 538 | 294 | 1,650
|
||||
[v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 478 | 216 | 99 | 793
|
||||
[v1.0.85](https://github.com/laurent22/joplin/releases/tag/v1.0.85) | 2018-05-01T21:08:24Z | 1,642 | 937 | 619 | 3,198
|
||||
[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,681 | 2,503 | 2,643 | 9,827
|
||||
[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,690 | 2,507 | 2,643 | 9,840
|
||||
[v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 687 | 390 | 108 | 1,185
|
||||
[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 989 | 579 | 761 | 2,329
|
||||
[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 921 | 520 | 363 | 1,804
|
||||
[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 991 | 581 | 765 | 2,337
|
||||
[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 922 | 520 | 363 | 1,805
|
||||
[v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) | 2018-03-17T15:27:18Z | 1,305 | 851 | 855 | 3,011
|
||||
[v1.0.77](https://github.com/laurent22/joplin/releases/tag/v1.0.77) | 2018-03-16T15:12:35Z | 167 | 92 | 31 | 290
|
||||
[v1.0.72](https://github.com/laurent22/joplin/releases/tag/v1.0.72) | 2018-03-14T09:44:35Z | 398 | 240 | 43 | 681
|
||||
[v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) | 2018-02-28T20:04:30Z | 1,846 | 1,035 | 1,238 | 4,119
|
||||
[v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) | 2018-02-19T22:51:08Z | 1,807 | 588 | 0 | 2,395
|
||||
[v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 318 | 115 | 76 | 509
|
||||
[v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 320 | 119 | 76 | 515
|
||||
[v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 187 | 112 | 123 | 422
|
||||
[v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1,077 | 533 | 1,118 | 2,728
|
||||
[v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 293 | 147 | 85 | 525
|
||||
@ -97,7 +98,7 @@ Version | Date | Windows | macOS | Linux | Total
|
||||
[v0.10.43](https://github.com/laurent22/joplin/releases/tag/v0.10.43) | 2018-01-08T10:12:10Z | 3,430 | 2,340 | 1,201 | 6,971
|
||||
[v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) | 2018-01-05T20:38:12Z | 1,031 | 1,536 | 232 | 2,799
|
||||
[v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) | 2018-01-02T23:16:57Z | 1,588 | 1,761 | 332 | 3,681
|
||||
[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,669 | 4,144 | 3,047 | 12,860
|
||||
[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,674 | 4,149 | 3,053 | 12,876
|
||||
[v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,042 | 1,216 | 300 | 2,558
|
||||
[v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) | 2017-12-07T19:38:05Z | 257 | 832 | 75 | 1,164
|
||||
[v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,009 | 1,342 | 433 | 2,784
|
||||
@ -105,10 +106,10 @@ Version | Date | Windows | macOS | Linux | Total
|
||||
[v0.10.34](https://github.com/laurent22/joplin/releases/tag/v0.10.34) | 2017-12-02T14:50:28Z | 81 | 655 | 54 | 790
|
||||
[v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) | 2017-12-02T13:20:39Z | 53 | 643 | 14 | 710
|
||||
[v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) | 2017-12-01T09:56:44Z | 886 | 1,438 | 402 | 2,726
|
||||
[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 714 | 1,355 | 413 | 2,482
|
||||
[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,304 | 1,686 | 865 | 3,855
|
||||
[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 715 | 1,355 | 413 | 2,483
|
||||
[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,305 | 1,686 | 865 | 3,856
|
||||
[v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 181 | 687 | 256 | 1,124
|
||||
[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 142 | 681 | 5,936 | 6,759
|
||||
[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 142 | 681 | 5,972 | 6,795
|
||||
[v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 127 | 632 | 22 | 781
|
||||
[v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) | 2017-11-20T21:45:57Z | 79 | 631 | 14 | 724
|
||||
[v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 46 | 624 | 6 | 676
|
||||
|
Loading…
Reference in New Issue
Block a user