mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +02:00
Update website
This commit is contained in:
parent
e0f5f47a15
commit
1333c35389
@ -20,9 +20,9 @@ Three types of applications are available: for the **desktop** (Windows, macOS a
|
||||
|
||||
Operating System | Download | Alternative
|
||||
-----------------|--------|-------------------
|
||||
Windows (32 and 64-bit) | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.120/Joplin-Setup-1.0.120.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a> | or Get the <a href='https://github.com/laurent22/joplin/releases/download/v1.0.120/JoplinPortable.exe'>Portable version</a><br>(to run from a USB key, etc.)
|
||||
macOS | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.120/Joplin-1.0.120.dmg'><img alt='Get it on macOS' height="40px" src='https://joplin.cozic.net/images/BadgeMacOS.png'/></a> |
|
||||
Linux | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.120/Joplin-1.0.120-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a> | An Arch Linux package<br>[is also available](#terminal-application).
|
||||
Windows (32 and 64-bit) | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.127/Joplin-Setup-1.0.127.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a> | or Get the <a href='https://github.com/laurent22/joplin/releases/download/v1.0.127/JoplinPortable.exe'>Portable version</a><br>(to run from a USB key, etc.)
|
||||
macOS | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.127/Joplin-1.0.127.dmg'><img alt='Get it on macOS' height="40px" src='https://joplin.cozic.net/images/BadgeMacOS.png'/></a> |
|
||||
Linux | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.127/Joplin-1.0.127-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a> | An Arch Linux package<br>[is also available](#terminal-application).
|
||||
|
||||
The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file.
|
||||
|
||||
|
0
Tools/build-all.sh
Normal file → Executable file
0
Tools/build-all.sh
Normal file → Executable file
@ -439,11 +439,6 @@ for (let portToTest = 41184; portToTest <= 41194; portToTest++) {
|
||||
<td>text</td>
|
||||
<td>If an image is provided, you can also specify an optional rectangle that will be used to crop the image. In format <code>{ x: x, y: y, width: width, height: height }</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tags</td>
|
||||
<td>text</td>
|
||||
<td>Comma-separated list of tags. eg. <code>tag1,tag2</code>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="get-notes">GET /notes</h2>
|
||||
|
@ -251,6 +251,88 @@
|
||||
</ul>
|
||||
</div>
|
||||
<h1 id="joplin-changelog">Joplin changelog</h1>
|
||||
<h2 id="-v1-0-127-https-github-com-laurent22-joplin-releases-tag-v1-0-127-2019-02-14t23-12-48z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.127">v1.0.127</a> - 2019-02-14T23:12:48Z</h2>
|
||||
<p>This big release aims at improving the overall usability of the application and to make it more accessible to newcomers.</p>
|
||||
<ul>
|
||||
<li>New: Added Welcome notes the first time the app is launched to give an overview of Joplin and its features.</li>
|
||||
<li>New: Allow selecting editor path with dialog window</li>
|
||||
<li>New: Record last selected note IDs and restore it when opening notebook</li>
|
||||
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/1041">#1041</a>: Added button to go back to previous note after clicking link</li>
|
||||
<li>New: Restore scroll position when switching notes</li>
|
||||
<li>New: When selecting multiple notes, display possible actions as buttons</li>
|
||||
<li>Fixed importing ENEX file when note incorrectly contains a reminder tag</li>
|
||||
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1142">#1142</a>: Disallow dropping notes on sidebar Notebook header</li>
|
||||
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1161">#1161</a>: Display highlighted text and other background colours and images when exporting to PDF or printing</li>
|
||||
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1200">#1200</a>: Note list was hidden when minimizing and maximizing window</li>
|
||||
<li>Fixed: Do not display tags that are not associated with any note</li>
|
||||
<li>Improved: Added 'Insert date time' option to menu</li>
|
||||
<li>Improved: Added a few more shortcuts for macOS and other platforms</li>
|
||||
<li>Improved: Added Usage link next to search box</li>
|
||||
<li>Improved: Allow using macOS App bundle as external editor, and improved error handling</li>
|
||||
<li>Improved: Better handle search queries that include dashes</li>
|
||||
<li>Improved: Delete note using keyboard</li>
|
||||
<li>Improved: Fixes <a href="https://github.com/laurent22/joplin/issues/1196">#1196</a>: Optimised loading speed of notes when switching from one to another (2-3 times faster)</li>
|
||||
<li>Improved: Group config options into sections</li>
|
||||
<li>Improved: Improve how new notes are created to make it more reliable</li>
|
||||
<li>Improved: Improve styling and layout of notes in note viewer</li>
|
||||
<li>Improved: Keep synchronise button and status at bottom of side bar</li>
|
||||
<li>Improved: Made confirmation buttons sticky on Config screen</li>
|
||||
<li>Improved: Select notes in note list using arrow keys</li>
|
||||
<li>Improved: Toggle todo checkbox using SPACE key</li>
|
||||
<li>Improved: Use arrow to move between sidebar items, and added shortcuts to focus different elements</li>
|
||||
<li>Improved: Use ENTER and ESCAPE to go to next search result or to close search bar</li>
|
||||
<li>Improved: Use SPACE to collapse or expand a folder in sidebar</li>
|
||||
<li>Improved: When deleting note, display title or number of notes</li>
|
||||
<li>Improved: Highlight row backgroung in table</li>
|
||||
<li>Improved: Printing page - checkboxes and background colours and images are now printed correctly</li>
|
||||
<li>Improved: Add styling to the scrollbars in text editor and viewer (<a href="https://github.com/laurent22/joplin/issues/1204">#1204</a>)</li>
|
||||
<li>Updated translations and added Turkish language (thanks Zorbey Doğangüneş)</li>
|
||||
<li>API: Allow specifying item ID for any item</li>
|
||||
</ul>
|
||||
<h2 id="-v1-0-126-https-github-com-laurent22-joplin-releases-tag-v1-0-126-2019-02-09t19-46-16z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.126">v1.0.126</a> - 2019-02-09T19:46:16Z</h2>
|
||||
<ul>
|
||||
<li>New: Added Welcome notes the first time the app is launched to give an overview of Joplin and its features.</li>
|
||||
<li>New: Allow selecting editor path with dialog window</li>
|
||||
<li>New: Record last selected note IDs and restore it when opening notebook</li>
|
||||
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/1041">#1041</a>: Added button to go back to previous note after clicking link</li>
|
||||
<li>New: Restore scroll position when switching notes</li>
|
||||
<li>New: When selecting multiple notes, display possible actions as buttons</li>
|
||||
<li>Fixed importing ENEX file when note incorrectly contains a reminder tag</li>
|
||||
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1142">#1142</a>: Disallow dropping notes on sidebar Notebook header</li>
|
||||
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1161">#1161</a>: Display highlighted text and other background colours and images when exporting to PDF or printing</li>
|
||||
<li>Improved: Added 'Insert date time' option to menu</li>
|
||||
<li>Improved: Added a few more shortcuts for macOS and other platforms</li>
|
||||
<li>Improved: Added Usage link next to search box</li>
|
||||
<li>Improved: Allow using macOS App bundle as external editor, and improved error handling</li>
|
||||
<li>Improved: Better handle search queries that include dashes</li>
|
||||
<li>Improved: Delete note using keyboard</li>
|
||||
<li>Improved: Fixes <a href="https://github.com/laurent22/joplin/issues/1196">#1196</a>: Optimised loading speed of notes when switching from one to another (2-3 times faster)</li>
|
||||
<li>Improved: Group config options into sections</li>
|
||||
<li>Improved: Improve how new notes are created to make it more reliable</li>
|
||||
<li>Improved: Improve styling and layout of notes in note viewer</li>
|
||||
<li>Improved: Keep synchronise button and status at bottom of side bar</li>
|
||||
<li>Improved: Made confirmation buttons sticky on Config screen</li>
|
||||
<li>Improved: Move up and down in note list using arrow keys</li>
|
||||
<li>Improved: Toggle todo checkbox using SPACE key</li>
|
||||
<li>Improved: Use arrow to move between sidebar items, and added shortcuts to focus different elements</li>
|
||||
<li>Improved: Use ENTER and ESCAPE to go to next search result or to close search bar</li>
|
||||
<li>Improved: Use SPACE to collapse or expand a folder in sidebar</li>
|
||||
<li>Improved: When deleting note, display title or number of notes</li>
|
||||
<li>API: Allow specifying item ID for any item</li>
|
||||
</ul>
|
||||
<h2 id="-v1-0-125-https-github-com-laurent22-joplin-releases-tag-v1-0-125-2019-01-26t18-14-33z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.125">v1.0.125</a> - 2019-01-26T18:14:33Z</h2>
|
||||
<ul>
|
||||
<li>New: Added support for pre-releases - in the options you can now choose to receive pre-releases too.</li>
|
||||
<li>New: Added version info to auto-update dialog</li>
|
||||
<li>New: Resolves <a href="https://github.com/laurent22/joplin/issues/1099">#1099</a>: Show Markdown images in external editor</li>
|
||||
<li>Improved: Better multi-language support in search engine. Should now work better with languages like Russian, French, Chinese, Japanese or Korean, as well as any language with accents.</li>
|
||||
<li>Improved: Search keyword highlighting</li>
|
||||
<li>Improved local search by highlighting even partial matches</li>
|
||||
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1126">#1126</a>: Open Katex link in external browser instead of inside app</li>
|
||||
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/769">#769</a>: Disable META tags in Markdown viewers</li>
|
||||
<li>Improved: Handle ESC key press to cancel the NotePropertiesDialog (<a href="https://github.com/laurent22/joplin/issues/1125">#1125</a>)</li>
|
||||
<li>Fixes <a href="https://github.com/laurent22/joplin/issues/1137">#1137</a>: Fixed regression on SeaFile sync</li>
|
||||
</ul>
|
||||
<h2 id="-v1-0-120-https-github-com-laurent22-joplin-releases-tag-v1-0-120-2019-01-10t21-42-53z"><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.120">v1.0.120</a> - 2019-01-10T21:42:53Z</h2>
|
||||
<ul>
|
||||
<li>New: Adds functionality to toggle the notebooks and tags on the sidebar. (<a href="https://github.com/laurent22/joplin/issues/1002">#1002</a>)</li>
|
||||
|
@ -271,17 +271,17 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Windows (32 and 64-bit)</td>
|
||||
<td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.120/Joplin-Setup-1.0.120.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a></td>
|
||||
<td>or Get the <a href='https://github.com/laurent22/joplin/releases/download/v1.0.120/JoplinPortable.exe'>Portable version</a><br>(to run from a USB key, etc.)</td>
|
||||
<td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.127/Joplin-Setup-1.0.127.exe'><img alt='Get it on Windows' height="40px" src='https://joplin.cozic.net/images/BadgeWindows.png'/></a></td>
|
||||
<td>or Get the <a href='https://github.com/laurent22/joplin/releases/download/v1.0.127/JoplinPortable.exe'>Portable version</a><br>(to run from a USB key, etc.)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>macOS</td>
|
||||
<td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.120/Joplin-1.0.120.dmg'><img alt='Get it on macOS' height="40px" src='https://joplin.cozic.net/images/BadgeMacOS.png'/></a></td>
|
||||
<td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.127/Joplin-1.0.127.dmg'><img alt='Get it on macOS' height="40px" src='https://joplin.cozic.net/images/BadgeMacOS.png'/></a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Linux</td>
|
||||
<td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.120/Joplin-1.0.120-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a></td>
|
||||
<td><a href='https://github.com/laurent22/joplin/releases/download/v1.0.127/Joplin-1.0.127-x86_64.AppImage'><img alt='Get it on Linux' height="40px" src='https://joplin.cozic.net/images/BadgeLinux.png'/></a></td>
|
||||
<td>An Arch Linux package<br><a href="#terminal-application">is also available</a>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -303,7 +303,7 @@
|
||||
<tr>
|
||||
<td>Android</td>
|
||||
<td><a href='https://play.google.com/store/apps/details?id=net.cozic.joplin&utm_source=GitHub&utm_campaign=README&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' height="40px" src='https://joplin.cozic.net/images/BadgeAndroid.png'/></a></td>
|
||||
<td>or <a href="https://github.com/laurent22/joplin-android/releases/download/android-v1.0.236/joplin-v1.0.236.apk">Download APK File</a></td>
|
||||
<td>or <a href="https://github.com/laurent22/joplin-android/releases/download/android-v1.0.237/joplin-v1.0.237.apk">Download APK File</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>iOS</td>
|
||||
@ -559,42 +559,42 @@ $$
|
||||
<td>Basque</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/eu.po">eu</a></td>
|
||||
<td>juan.abasolo@ehu.eus</td>
|
||||
<td>58%</td>
|
||||
<td>57%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/es/catalonia.png" alt=""></td>
|
||||
<td>Catalan</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/ca.po">ca</a></td>
|
||||
<td>jmontane, 2018</td>
|
||||
<td>83%</td>
|
||||
<td>82%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/hr.png" alt=""></td>
|
||||
<td>Croatian</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/hr_HR.po">hr_HR</a></td>
|
||||
<td>Hrvoje Mandić (trbuhom@net.hr)</td>
|
||||
<td>47%</td>
|
||||
<td>46%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/cz.png" alt=""></td>
|
||||
<td>Czech</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/cs_CZ.po">cs_CZ</a></td>
|
||||
<td>Lukas Helebrandt (lukas@aiya.cz)</td>
|
||||
<td>73%</td>
|
||||
<td>72%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/dk.png" alt=""></td>
|
||||
<td>Dansk</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/da_DK.po">da_DK</a></td>
|
||||
<td>Morten Juhl-Johansen Zölde-Fejér (mjjzf@syntaktisk.</td>
|
||||
<td>75%</td>
|
||||
<td>74%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/de.png" alt=""></td>
|
||||
<td>Deutsch</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/de_DE.po">de_DE</a></td>
|
||||
<td>Michael Sonntag (ms@editorei.de)</td>
|
||||
<td>96%</td>
|
||||
<td>95%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/gb.png" alt=""></td>
|
||||
@ -608,7 +608,7 @@ $$
|
||||
<td>Español</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/es_ES.po">es_ES</a></td>
|
||||
<td>Fernando Martín (f@mrtn.es)</td>
|
||||
<td>88%</td>
|
||||
<td>87%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/fr.png" alt=""></td>
|
||||
@ -643,21 +643,21 @@ $$
|
||||
<td>Nederlands</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_NL.po">nl_NL</a></td>
|
||||
<td>Heimen Stoffels (vistausss@outlook.com)</td>
|
||||
<td>88%</td>
|
||||
<td>87%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/no.png" alt=""></td>
|
||||
<td>Norwegian</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/nb_NO.po">nb_NO</a></td>
|
||||
<td>Mats Estensen (code@mxe.no)</td>
|
||||
<td>96%</td>
|
||||
<td>95%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/br.png" alt=""></td>
|
||||
<td>Português (Brasil)</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/pt_BR.po">pt_BR</a></td>
|
||||
<td>Renato Nunes Bastos (rnbastos@gmail.com)</td>
|
||||
<td>95%</td>
|
||||
<td>94%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/ro.png" alt=""></td>
|
||||
@ -671,21 +671,28 @@ $$
|
||||
<td>Slovenian</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/sl_SI.po">sl_SI</a></td>
|
||||
<td></td>
|
||||
<td>73%</td>
|
||||
<td>72%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/se.png" alt=""></td>
|
||||
<td>Svenska</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/sv.po">sv</a></td>
|
||||
<td>Jonatan Nyberg (jonatan@autistici.org)</td>
|
||||
<td>87%</td>
|
||||
<td>98%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/tr.png" alt=""></td>
|
||||
<td>Türkçe</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/tr_TR.po">tr_TR</a></td>
|
||||
<td>Zorbey Doğangüneş (zorbeyd@gmail.com)</td>
|
||||
<td>83%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/ru.png" alt=""></td>
|
||||
<td>Русский</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/ru_RU.po">ru_RU</a></td>
|
||||
<td>Artyom Karlov (artyom.karlov@gmail.com)</td>
|
||||
<td>76%</td>
|
||||
<td>88%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/cn.png" alt=""></td>
|
||||
@ -699,21 +706,21 @@ $$
|
||||
<td>中文 (繁體)</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_TW.po">zh_TW</a></td>
|
||||
<td>penguinsam (samliu@gmail.com)</td>
|
||||
<td>88%</td>
|
||||
<td>87%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/jp.png" alt=""></td>
|
||||
<td>日本語</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/ja_JP.po">ja_JP</a></td>
|
||||
<td>AWASHIRO Ikuya (ikunya@gmail.com)</td>
|
||||
<td>95%</td>
|
||||
<td>94%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://joplin.cozic.net/images/flags/country-4x3/kr.png" alt=""></td>
|
||||
<td>한국말</td>
|
||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/ko.po">ko</a></td>
|
||||
<td></td>
|
||||
<td>97%</td>
|
||||
<td>96%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -261,23 +261,23 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Total Windows downloads</td>
|
||||
<td>147,401</td>
|
||||
<td>173,021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Total macOs downloads</td>
|
||||
<td>75,444</td>
|
||||
<td>83,653</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Total Linux downloads</td>
|
||||
<td>56,535</td>
|
||||
<td>64,761</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Windows %</td>
|
||||
<td>53%</td>
|
||||
<td>54%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>macOS %</td>
|
||||
<td>27%</td>
|
||||
<td>26%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Linux %</td>
|
||||
@ -298,108 +298,132 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<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>0</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>0 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.126">v1.0.126</a></td>
|
||||
<td>2019-02-09T19:46:16Z</td>
|
||||
<td>563</td>
|
||||
<td>43</td>
|
||||
<td>102</td>
|
||||
<td>708</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.125">v1.0.125</a></td>
|
||||
<td>2019-01-26T18:14:33Z</td>
|
||||
<td>10,193</td>
|
||||
<td>3,492</td>
|
||||
<td>1,681</td>
|
||||
<td>15,366</td>
|
||||
</tr>
|
||||
<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>1,526</td>
|
||||
<td>575</td>
|
||||
<td>267</td>
|
||||
<td>2,368</td>
|
||||
<td>15,528</td>
|
||||
<td>5,145</td>
|
||||
<td>6,465</td>
|
||||
<td>27,138</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,736</td>
|
||||
<td>3,188</td>
|
||||
<td>1,979</td>
|
||||
<td>13,903</td>
|
||||
<td>8,842</td>
|
||||
<td>3,198</td>
|
||||
<td>1,989</td>
|
||||
<td>14,029</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>33</td>
|
||||
<td>210</td>
|
||||
<td>73</td>
|
||||
<td>316</td>
|
||||
<td>674</td>
|
||||
<td>215</td>
|
||||
<td>75</td>
|
||||
<td>964</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,186</td>
|
||||
<td>4,836</td>
|
||||
<td>6,337</td>
|
||||
<td>27,359</td>
|
||||
<td>16,202</td>
|
||||
<td>4,841</td>
|
||||
<td>6,349</td>
|
||||
<td>27,392</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,454</td>
|
||||
<td>1,085</td>
|
||||
<td>703</td>
|
||||
<td>5,242</td>
|
||||
<td>3,455</td>
|
||||
<td>1,087</td>
|
||||
<td>704</td>
|
||||
<td>5,246</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,622</td>
|
||||
<td>1,273</td>
|
||||
<td>779</td>
|
||||
<td>5,674</td>
|
||||
<td>3,625</td>
|
||||
<td>1,275</td>
|
||||
<td>780</td>
|
||||
<td>5,680</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>11,359</td>
|
||||
<td>3,472</td>
|
||||
<td>3,820</td>
|
||||
<td>18,651</td>
|
||||
<td>11,363</td>
|
||||
<td>3,475</td>
|
||||
<td>3,821</td>
|
||||
<td>18,659</td>
|
||||
</tr>
|
||||
<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,851</td>
|
||||
<td>3,114</td>
|
||||
<td>3,643</td>
|
||||
<td>18,608</td>
|
||||
<td>11,855</td>
|
||||
<td>3,122</td>
|
||||
<td>3,646</td>
|
||||
<td>18,623</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>923</td>
|
||||
<td>374</td>
|
||||
<td>102</td>
|
||||
<td>1,399</td>
|
||||
<td>926</td>
|
||||
<td>376</td>
|
||||
<td>103</td>
|
||||
<td>1,405</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,072</td>
|
||||
<td>676</td>
|
||||
<td>309</td>
|
||||
<td>3,057</td>
|
||||
<td>2,074</td>
|
||||
<td>680</td>
|
||||
<td>311</td>
|
||||
<td>3,065</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.108">v1.0.108</a></td>
|
||||
<td>2018-09-29T18:49:29Z</td>
|
||||
<td>11</td>
|
||||
<td>4</td>
|
||||
<td>4</td>
|
||||
<td>19 </td>
|
||||
<td>13</td>
|
||||
<td>6</td>
|
||||
<td>5</td>
|
||||
<td>24 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.107">v1.0.107</a></td>
|
||||
<td>2018-09-16T19:51:07Z</td>
|
||||
<td>7,121</td>
|
||||
<td>2,113</td>
|
||||
<td>1,696</td>
|
||||
<td>10,930</td>
|
||||
<td>7,124</td>
|
||||
<td>2,115</td>
|
||||
<td>1,698</td>
|
||||
<td>10,937</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.106">v1.0.106</a></td>
|
||||
<td>2018-09-08T15:23:40Z</td>
|
||||
<td>4,525</td>
|
||||
<td>4,526</td>
|
||||
<td>1,440</td>
|
||||
<td>306</td>
|
||||
<td>6,271</td>
|
||||
<td>307</td>
|
||||
<td>6,273</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.105">v1.0.105</a></td>
|
||||
@ -412,26 +436,26 @@
|
||||
<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>14,977</td>
|
||||
<td>4,654</td>
|
||||
<td>6,966</td>
|
||||
<td>26,597</td>
|
||||
<td>14,984</td>
|
||||
<td>4,655</td>
|
||||
<td>6,995</td>
|
||||
<td>26,634</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,005</td>
|
||||
<td>857</td>
|
||||
<td>667</td>
|
||||
<td>3,529</td>
|
||||
<td>858</td>
|
||||
<td>668</td>
|
||||
<td>3,531</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,289</td>
|
||||
<td>1,290</td>
|
||||
<td>581</td>
|
||||
<td>401</td>
|
||||
<td>2,271</td>
|
||||
<td>2,272</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.100">v1.0.100</a></td>
|
||||
@ -444,26 +468,26 @@
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.99">v1.0.99</a></td>
|
||||
<td>2018-06-10T13:18:23Z</td>
|
||||
<td>1,235</td>
|
||||
<td>1,236</td>
|
||||
<td>580</td>
|
||||
<td>372</td>
|
||||
<td>2,187</td>
|
||||
<td>2,188</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>296</td>
|
||||
<td>136</td>
|
||||
<td>138</td>
|
||||
<td>54</td>
|
||||
<td>486</td>
|
||||
<td>488</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,685</td>
|
||||
<td>1,198</td>
|
||||
<td>1,194</td>
|
||||
<td>5,077</td>
|
||||
<td>2,686</td>
|
||||
<td>1,200</td>
|
||||
<td>1,208</td>
|
||||
<td>5,094</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.95">v1.0.95</a></td>
|
||||
@ -478,16 +502,16 @@
|
||||
<td>2018-05-21T20:52:59Z</td>
|
||||
<td>1,099</td>
|
||||
<td>557</td>
|
||||
<td>361</td>
|
||||
<td>2,017</td>
|
||||
<td>362</td>
|
||||
<td>2,018</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,769</td>
|
||||
<td>886</td>
|
||||
<td>1,770</td>
|
||||
<td>895</td>
|
||||
<td>742</td>
|
||||
<td>3,397</td>
|
||||
<td>3,407</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.91">v1.0.91</a></td>
|
||||
@ -516,18 +540,18 @@
|
||||
<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,489</td>
|
||||
<td>2,388</td>
|
||||
<td>4,505</td>
|
||||
<td>2,396</td>
|
||||
<td>2,627</td>
|
||||
<td>9,504</td>
|
||||
<td>9,528</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.82">v1.0.82</a></td>
|
||||
<td>2018-03-31T19:16:31Z</td>
|
||||
<td>684</td>
|
||||
<td>383</td>
|
||||
<td>384</td>
|
||||
<td>93</td>
|
||||
<td>1,160</td>
|
||||
<td>1,161</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.81">v1.0.81</a></td>
|
||||
@ -597,9 +621,9 @@
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.65">v1.0.65</a></td>
|
||||
<td>2018-02-17T20:02:25Z</td>
|
||||
<td>185</td>
|
||||
<td>104</td>
|
||||
<td>105</td>
|
||||
<td>115</td>
|
||||
<td>404</td>
|
||||
<td>405</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.64">v1.0.64</a></td>
|
||||
@ -670,8 +694,8 @@
|
||||
<td>2018-01-23T11:19:51Z</td>
|
||||
<td>1,956</td>
|
||||
<td>1,717</td>
|
||||
<td>16</td>
|
||||
<td>3,689</td>
|
||||
<td>17</td>
|
||||
<td>3,690</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.47">v0.10.47</a></td>
|
||||
@ -708,10 +732,10 @@
|
||||
<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,370</td>
|
||||
<td>3,863</td>
|
||||
<td>2,772</td>
|
||||
<td>12,005</td>
|
||||
<td>5,413</td>
|
||||
<td>3,897</td>
|
||||
<td>2,810</td>
|
||||
<td>12,120</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.38">v0.10.38</a></td>
|
||||
@ -780,10 +804,10 @@
|
||||
<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,261</td>
|
||||
<td>1,267</td>
|
||||
<td>1,670</td>
|
||||
<td>864</td>
|
||||
<td>3,795</td>
|
||||
<td>3,801</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.26">v0.10.26</a></td>
|
||||
@ -798,8 +822,8 @@
|
||||
<td>2017-11-24T14:27:49Z</td>
|
||||
<td>136</td>
|
||||
<td>664</td>
|
||||
<td>5,047</td>
|
||||
<td>5,847</td>
|
||||
<td>5,171</td>
|
||||
<td>5,971</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laurent22/joplin/releases/tag/v0.10.23">v0.10.23</a></td>
|
||||
|
@ -97,7 +97,6 @@ body_html | text | Note body, in HTML format
|
||||
base_url | text | If `body_html` is provided and contains relative URLs, provide the `base_url` parameter too so that all the URLs can be converted to absolute ones. The base URL is basically where the HTML was fetched from, minus the query (everything after the '?'). For example if the original page was `https://stackoverflow.com/search?q=%5Bjava%5D+test`, the base URL is `https://stackoverflow.com/search`.
|
||||
image_data_url | text | An image to attach to the note, in [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) format.
|
||||
crop_rect | text | If an image is provided, you can also specify an optional rectangle that will be used to crop the image. In format `{ x: x, y: y, width: width, height: height }`
|
||||
tags | text | Comma-separated list of tags. eg. `tag1,tag2`.
|
||||
|
||||
## GET /notes
|
||||
|
||||
|
@ -1,5 +1,88 @@
|
||||
# Joplin changelog
|
||||
|
||||
## [v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) - 2019-02-14T23:12:48Z
|
||||
|
||||
This big release aims at improving the overall usability of the application and to make it more accessible to newcomers.
|
||||
|
||||
- New: Added Welcome notes the first time the app is launched to give an overview of Joplin and its features.
|
||||
- New: Allow selecting editor path with dialog window
|
||||
- New: Record last selected note IDs and restore it when opening notebook
|
||||
- New: Resolves [#1041](https://github.com/laurent22/joplin/issues/1041): Added button to go back to previous note after clicking link
|
||||
- New: Restore scroll position when switching notes
|
||||
- New: When selecting multiple notes, display possible actions as buttons
|
||||
- Fixed importing ENEX file when note incorrectly contains a reminder tag
|
||||
- Fixes [#1142](https://github.com/laurent22/joplin/issues/1142): Disallow dropping notes on sidebar Notebook header
|
||||
- Fixes [#1161](https://github.com/laurent22/joplin/issues/1161): Display highlighted text and other background colours and images when exporting to PDF or printing
|
||||
- Fixes [#1200](https://github.com/laurent22/joplin/issues/1200): Note list was hidden when minimizing and maximizing window
|
||||
- Fixed: Do not display tags that are not associated with any note
|
||||
- Improved: Added 'Insert date time' option to menu
|
||||
- Improved: Added a few more shortcuts for macOS and other platforms
|
||||
- Improved: Added Usage link next to search box
|
||||
- Improved: Allow using macOS App bundle as external editor, and improved error handling
|
||||
- Improved: Better handle search queries that include dashes
|
||||
- Improved: Delete note using keyboard
|
||||
- Improved: Fixes [#1196](https://github.com/laurent22/joplin/issues/1196): Optimised loading speed of notes when switching from one to another (2-3 times faster)
|
||||
- Improved: Group config options into sections
|
||||
- Improved: Improve how new notes are created to make it more reliable
|
||||
- Improved: Improve styling and layout of notes in note viewer
|
||||
- Improved: Keep synchronise button and status at bottom of side bar
|
||||
- Improved: Made confirmation buttons sticky on Config screen
|
||||
- Improved: Select notes in note list using arrow keys
|
||||
- Improved: Toggle todo checkbox using SPACE key
|
||||
- Improved: Use arrow to move between sidebar items, and added shortcuts to focus different elements
|
||||
- Improved: Use ENTER and ESCAPE to go to next search result or to close search bar
|
||||
- Improved: Use SPACE to collapse or expand a folder in sidebar
|
||||
- Improved: When deleting note, display title or number of notes
|
||||
- Improved: Highlight row backgroung in table
|
||||
- Improved: Printing page - checkboxes and background colours and images are now printed correctly
|
||||
- Improved: Add styling to the scrollbars in text editor and viewer ([#1204](https://github.com/laurent22/joplin/issues/1204))
|
||||
- Updated translations and added Turkish language (thanks Zorbey Doğangüneş)
|
||||
- API: Allow specifying item ID for any item
|
||||
|
||||
## [v1.0.126](https://github.com/laurent22/joplin/releases/tag/v1.0.126) - 2019-02-09T19:46:16Z
|
||||
|
||||
- New: Added Welcome notes the first time the app is launched to give an overview of Joplin and its features.
|
||||
- New: Allow selecting editor path with dialog window
|
||||
- New: Record last selected note IDs and restore it when opening notebook
|
||||
- New: Resolves [#1041](https://github.com/laurent22/joplin/issues/1041): Added button to go back to previous note after clicking link
|
||||
- New: Restore scroll position when switching notes
|
||||
- New: When selecting multiple notes, display possible actions as buttons
|
||||
- Fixed importing ENEX file when note incorrectly contains a reminder tag
|
||||
- Fixes [#1142](https://github.com/laurent22/joplin/issues/1142): Disallow dropping notes on sidebar Notebook header
|
||||
- Fixes [#1161](https://github.com/laurent22/joplin/issues/1161): Display highlighted text and other background colours and images when exporting to PDF or printing
|
||||
- Improved: Added 'Insert date time' option to menu
|
||||
- Improved: Added a few more shortcuts for macOS and other platforms
|
||||
- Improved: Added Usage link next to search box
|
||||
- Improved: Allow using macOS App bundle as external editor, and improved error handling
|
||||
- Improved: Better handle search queries that include dashes
|
||||
- Improved: Delete note using keyboard
|
||||
- Improved: Fixes [#1196](https://github.com/laurent22/joplin/issues/1196): Optimised loading speed of notes when switching from one to another (2-3 times faster)
|
||||
- Improved: Group config options into sections
|
||||
- Improved: Improve how new notes are created to make it more reliable
|
||||
- Improved: Improve styling and layout of notes in note viewer
|
||||
- Improved: Keep synchronise button and status at bottom of side bar
|
||||
- Improved: Made confirmation buttons sticky on Config screen
|
||||
- Improved: Move up and down in note list using arrow keys
|
||||
- Improved: Toggle todo checkbox using SPACE key
|
||||
- Improved: Use arrow to move between sidebar items, and added shortcuts to focus different elements
|
||||
- Improved: Use ENTER and ESCAPE to go to next search result or to close search bar
|
||||
- Improved: Use SPACE to collapse or expand a folder in sidebar
|
||||
- Improved: When deleting note, display title or number of notes
|
||||
- API: Allow specifying item ID for any item
|
||||
|
||||
## [v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) - 2019-01-26T18:14:33Z
|
||||
|
||||
- New: Added support for pre-releases - in the options you can now choose to receive pre-releases too.
|
||||
- New: Added version info to auto-update dialog
|
||||
- New: Resolves [#1099](https://github.com/laurent22/joplin/issues/1099): Show Markdown images in external editor
|
||||
- Improved: Better multi-language support in search engine. Should now work better with languages like Russian, French, Chinese, Japanese or Korean, as well as any language with accents.
|
||||
- Improved: Search keyword highlighting
|
||||
- Improved local search by highlighting even partial matches
|
||||
- Fixes [#1126](https://github.com/laurent22/joplin/issues/1126): Open Katex link in external browser instead of inside app
|
||||
- Fixes [#769](https://github.com/laurent22/joplin/issues/769): Disable META tags in Markdown viewers
|
||||
- Improved: Handle ESC key press to cancel the NotePropertiesDialog ([#1125](https://github.com/laurent22/joplin/issues/1125))
|
||||
- Fixes [#1137](https://github.com/laurent22/joplin/issues/1137): Fixed regression on SeaFile sync
|
||||
|
||||
## [v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) - 2019-01-10T21:42:53Z
|
||||
|
||||
- New: Adds functionality to toggle the notebooks and tags on the sidebar. ([#1002](https://github.com/laurent22/joplin/issues/1002))
|
||||
|
@ -2,44 +2,47 @@
|
||||
|
||||
Name | Value
|
||||
--- | ---
|
||||
Total Windows downloads | 147,401
|
||||
Total macOs downloads | 75,444
|
||||
Total Linux downloads | 56,535
|
||||
Windows % | 53%
|
||||
macOS % | 27%
|
||||
Total Windows downloads | 173,021
|
||||
Total macOs downloads | 83,653
|
||||
Total Linux downloads | 64,761
|
||||
Windows % | 54%
|
||||
macOS % | 26%
|
||||
Linux % | 20%
|
||||
|
||||
Version | Date | Windows | macOS | Linux | Total
|
||||
--- | --- | --- | --- | --- | ---
|
||||
[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 1,526 | 575 | 267 | 2,368
|
||||
[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,736 | 3,188 | 1,979 | 13,903
|
||||
[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 33 | 210 | 73 | 316
|
||||
[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,186 | 4,836 | 6,337 | 27,359
|
||||
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,454 | 1,085 | 703 | 5,242
|
||||
[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,622 | 1,273 | 779 | 5,674
|
||||
[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,359 | 3,472 | 3,820 | 18,651
|
||||
[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,851 | 3,114 | 3,643 | 18,608
|
||||
[v1.0.110](https://github.com/laurent22/joplin/releases/tag/v1.0.110) | 2018-09-29T12:29:21Z | 923 | 374 | 102 | 1,399
|
||||
[v1.0.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,072 | 676 | 309 | 3,057
|
||||
[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 11 | 4 | 4 | 19
|
||||
[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,121 | 2,113 | 1,696 | 10,930
|
||||
[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,525 | 1,440 | 306 | 6,271
|
||||
[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 0 | 0 | 0 | 0
|
||||
[v1.0.126](https://github.com/laurent22/joplin/releases/tag/v1.0.126) | 2019-02-09T19:46:16Z | 563 | 43 | 102 | 708
|
||||
[v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) | 2019-01-26T18:14:33Z | 10,193 | 3,492 | 1,681 | 15,366
|
||||
[v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,528 | 5,145 | 6,465 | 27,138
|
||||
[v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,842 | 3,198 | 1,989 | 14,029
|
||||
[v1.0.118](https://github.com/laurent22/joplin/releases/tag/v1.0.118) | 2019-01-11T08:34:13Z | 674 | 215 | 75 | 964
|
||||
[v1.0.117](https://github.com/laurent22/joplin/releases/tag/v1.0.117) | 2018-11-24T12:05:24Z | 16,202 | 4,841 | 6,349 | 27,392
|
||||
[v1.0.116](https://github.com/laurent22/joplin/releases/tag/v1.0.116) | 2018-11-20T19:09:24Z | 3,455 | 1,087 | 704 | 5,246
|
||||
[v1.0.115](https://github.com/laurent22/joplin/releases/tag/v1.0.115) | 2018-11-16T16:52:02Z | 3,625 | 1,275 | 780 | 5,680
|
||||
[v1.0.114](https://github.com/laurent22/joplin/releases/tag/v1.0.114) | 2018-10-24T20:14:10Z | 11,363 | 3,475 | 3,821 | 18,659
|
||||
[v1.0.111](https://github.com/laurent22/joplin/releases/tag/v1.0.111) | 2018-09-30T20:15:09Z | 11,855 | 3,122 | 3,646 | 18,623
|
||||
[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.109](https://github.com/laurent22/joplin/releases/tag/v1.0.109) | 2018-09-27T18:01:41Z | 2,074 | 680 | 311 | 3,065
|
||||
[v1.0.108](https://github.com/laurent22/joplin/releases/tag/v1.0.108) | 2018-09-29T18:49:29Z | 13 | 6 | 5 | 24
|
||||
[v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,124 | 2,115 | 1,698 | 10,937
|
||||
[v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,526 | 1,440 | 307 | 6,273
|
||||
[v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,585 | 1,554 | 1,440 | 7,579
|
||||
[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 14,977 | 4,654 | 6,966 | 26,597
|
||||
[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,005 | 857 | 667 | 3,529
|
||||
[v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,289 | 581 | 401 | 2,271
|
||||
[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 14,984 | 4,655 | 6,995 | 26,634
|
||||
[v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,005 | 858 | 668 | 3,531
|
||||
[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.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 856 | 410 | 228 | 1,494
|
||||
[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,235 | 580 | 372 | 2,187
|
||||
[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 296 | 136 | 54 | 486
|
||||
[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,685 | 1,198 | 1,194 | 5,077
|
||||
[v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,236 | 580 | 372 | 2,188
|
||||
[v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 296 | 138 | 54 | 488
|
||||
[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,686 | 1,200 | 1,208 | 5,094
|
||||
[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,099 | 557 | 361 | 2,017
|
||||
[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,769 | 886 | 742 | 3,397
|
||||
[v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,099 | 557 | 362 | 2,018
|
||||
[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,770 | 895 | 742 | 3,407
|
||||
[v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 814 | 535 | 290 | 1,639
|
||||
[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 | 613 | 3,188
|
||||
[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,489 | 2,388 | 2,627 | 9,504
|
||||
[v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 684 | 383 | 93 | 1,160
|
||||
[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,505 | 2,396 | 2,627 | 9,528
|
||||
[v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 684 | 384 | 93 | 1,161
|
||||
[v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 984 | 566 | 743 | 2,293
|
||||
[v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 919 | 509 | 353 | 1,781
|
||||
[v1.0.78](https://github.com/laurent22/joplin/releases/tag/v1.0.78) | 2018-03-17T15:27:18Z | 1,302 | 838 | 842 | 2,982
|
||||
@ -48,7 +51,7 @@ Version | Date | Windows | macOS | Linux | Total
|
||||
[v1.0.70](https://github.com/laurent22/joplin/releases/tag/v1.0.70) | 2018-02-28T20:04:30Z | 1,844 | 1,022 | 1,221 | 4,087
|
||||
[v1.0.67](https://github.com/laurent22/joplin/releases/tag/v1.0.67) | 2018-02-19T22:51:08Z | 1,805 | 579 | 0 | 2,384
|
||||
[v1.0.66](https://github.com/laurent22/joplin/releases/tag/v1.0.66) | 2018-02-18T23:09:09Z | 314 | 107 | 72 | 493
|
||||
[v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 185 | 104 | 115 | 404
|
||||
[v1.0.65](https://github.com/laurent22/joplin/releases/tag/v1.0.65) | 2018-02-17T20:02:25Z | 185 | 105 | 115 | 405
|
||||
[v1.0.64](https://github.com/laurent22/joplin/releases/tag/v1.0.64) | 2018-02-16T00:58:20Z | 1,074 | 529 | 1,116 | 2,719
|
||||
[v1.0.63](https://github.com/laurent22/joplin/releases/tag/v1.0.63) | 2018-02-14T19:40:36Z | 291 | 143 | 83 | 517
|
||||
[v1.0.62](https://github.com/laurent22/joplin/releases/tag/v1.0.62) | 2018-02-12T20:19:58Z | 547 | 274 | 346 | 1,167
|
||||
@ -57,12 +60,12 @@ Version | Date | Windows | macOS | Linux | Total
|
||||
[v0.10.54](https://github.com/laurent22/joplin/releases/tag/v0.10.54) | 2018-01-31T20:21:30Z | 1,811 | 1,426 | 306 | 3,543
|
||||
[v0.10.52](https://github.com/laurent22/joplin/releases/tag/v0.10.52) | 2018-01-31T19:25:18Z | 37 | 604 | 6 | 647
|
||||
[v0.10.51](https://github.com/laurent22/joplin/releases/tag/v0.10.51) | 2018-01-28T18:47:02Z | 1,316 | 1,568 | 318 | 3,202
|
||||
[v0.10.48](https://github.com/laurent22/joplin/releases/tag/v0.10.48) | 2018-01-23T11:19:51Z | 1,956 | 1,717 | 16 | 3,689
|
||||
[v0.10.48](https://github.com/laurent22/joplin/releases/tag/v0.10.48) | 2018-01-23T11:19:51Z | 1,956 | 1,717 | 17 | 3,690
|
||||
[v0.10.47](https://github.com/laurent22/joplin/releases/tag/v0.10.47) | 2018-01-16T17:27:17Z | 1,216 | 1,236 | 59 | 2,511
|
||||
[v0.10.43](https://github.com/laurent22/joplin/releases/tag/v0.10.43) | 2018-01-08T10:12:10Z | 3,427 | 2,312 | 1,195 | 6,934
|
||||
[v0.10.41](https://github.com/laurent22/joplin/releases/tag/v0.10.41) | 2018-01-05T20:38:12Z | 1,029 | 1,513 | 226 | 2,768
|
||||
[v0.10.40](https://github.com/laurent22/joplin/releases/tag/v0.10.40) | 2018-01-02T23:16:57Z | 1,586 | 1,736 | 324 | 3,646
|
||||
[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,370 | 3,863 | 2,772 | 12,005
|
||||
[v0.10.39](https://github.com/laurent22/joplin/releases/tag/v0.10.39) | 2017-12-11T21:19:44Z | 5,413 | 3,897 | 2,810 | 12,120
|
||||
[v0.10.38](https://github.com/laurent22/joplin/releases/tag/v0.10.38) | 2017-12-08T10:12:06Z | 1,041 | 1,201 | 299 | 2,541
|
||||
[v0.10.37](https://github.com/laurent22/joplin/releases/tag/v0.10.37) | 2017-12-07T19:38:05Z | 256 | 817 | 74 | 1,147
|
||||
[v0.10.36](https://github.com/laurent22/joplin/releases/tag/v0.10.36) | 2017-12-05T09:34:40Z | 1,008 | 1,328 | 428 | 2,764
|
||||
@ -71,9 +74,9 @@ Version | Date | Windows | macOS | Linux | Total
|
||||
[v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) | 2017-12-02T13:20:39Z | 52 | 629 | 13 | 694
|
||||
[v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) | 2017-12-01T09:56:44Z | 884 | 1,424 | 400 | 2,708
|
||||
[v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 711 | 1,340 | 410 | 2,461
|
||||
[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,261 | 1,670 | 864 | 3,795
|
||||
[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,267 | 1,670 | 864 | 3,801
|
||||
[v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 180 | 673 | 255 | 1,108
|
||||
[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 136 | 664 | 5,047 | 5,847
|
||||
[v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 136 | 664 | 5,171 | 5,971
|
||||
[v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 124 | 616 | 20 | 760
|
||||
[v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) | 2017-11-20T21:45:57Z | 76 | 615 | 11 | 702
|
||||
[v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 44 | 607 | 4 | 655
|
||||
|
Loading…
x
Reference in New Issue
Block a user