2021-07-04 18:14:32 +01:00
<!DOCTYPE html>
< html lang = "en" >
2021-05-24 01:16:43 +02:00
<!--
!!! WARNING !!!
This file was auto-generated from readme/changelog_server.md and any manual change
made to it will be overwritten. To make a change to this file please modify
the source Markdown file:
https://github.com/laurent22/joplin/blob/dev/readme/changelog_server.md
-->
2021-07-04 18:14:32 +01:00
< head >
2021-07-16 17:32:38 +01:00
<!-- Donate button A/B testing -->
< script async src = "https://www.googleoptimize.com/optimize.js?id=OPT-PW3ZPK3" > < / script > < meta
2021-07-04 18:14:32 +01:00
charset="utf-8"
http-equiv="X-UA-Compatible"
content="IE=edge,chrome=1"
/>
< link rel = "icon" href = "/images/favicon.png" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "theme-color" content = "#000000" / >
2021-07-24 11:15:07 +01:00
< meta name = "description" content = "Joplin, the open source note-taking application" / >
2021-07-04 18:14:32 +01:00
< link
rel="stylesheet"
href="/ css/bootstrap5.0.2.min.css"
as="style"
/>
2021-08-09 14:15:17 +01:00
< link rel = "stylesheet" href = "/css/fontawesome-all.min.css?t=1628514896838" >
2021-07-04 18:14:32 +01:00
< link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700& display=swap"
rel="stylesheet"
as="style"
media="all"
onload="this.media='all'; this.onload = null"
/>
2021-08-09 14:15:17 +01:00
< link rel = "stylesheet" href = "/css/site.css?t=1628514896838" as = "style" / >
2021-07-04 18:14:32 +01:00
< title > Joplin Server Changelog | Joplin< / title >
2021-07-31 14:44:00 +01:00
< script
src="/ js/jquery-3.6.0.min.js"
rel="preload"
as="script"
>< / script >
2021-07-04 18:14:32 +01:00
< / head >
2021-07-31 14:46:37 +01:00
< body class = "website-env-prod" >
2021-07-10 11:22:31 +01:00
< div class = "container-fluid generic-template -page" id = "main-container" >
2021-05-24 01:16:43 +02:00
2021-07-10 11:22:31 +01:00
< div class = " navbar-main white-bg" id = "nav-section" >
< div class = "container" >
< div class = "row" >
< div class = "col-3" >
< a href = "/" >
< img
src="/ images/logo-text-blue.svg"
alt=""
id="top-logo"
width="180"
/>
< / a >
< / div >
< div class = "col-9 text-right d-none d-md-block" >
< a href = "/help/" class = "fw500" > Help< / a >
< a href = "https://discourse.joplinapp.org/" class = "fw500" > Forum< / a >
2021-07-19 11:01:01 +01:00
< a href = "/plans/" class = "button-link btn-trans plans-button" > Joplin Cloud< / a > < a class = "button-link btn-blue sponsor-button" href = "/donate" >
2021-07-16 17:14:56 +01:00
< i class = "fas fa-heart heart-full" > < / i > < i class = "far fa-heart heart-line" > < / i > Support us
2021-07-10 11:22:31 +01:00
< / a > < / div >
< div class = "col-9 text-right d-block d-md-none" >
< span class = "pointer"
>< img
src="/ images/mobile-menu-black-open-icon.png"
id="open-menu-mobile"
alt=""
/>< / span >
2021-05-24 01:16:43 +02:00
2021-07-10 11:22:31 +01:00
< div id = "menu-mobile" >
< div >
< div class = "text-right" >
< img
src="/ images/close-icon.png"
alt=""
class="pointer"
id="close-menu-mobile"
/>
2021-07-04 18:14:32 +01:00
< / div >
2021-05-24 01:16:43 +02:00
2021-07-10 11:22:31 +01:00
< div class = "text-center menu-mobile-top" >
< a href = "https://discourse.joplinapp.org/" class = "fw500 mobile-menu-link" > Forum< / a >
< a href = "/help/" class = "fw500 mobile-menu-link" > Help< / a >
< / div >
2021-05-24 01:16:43 +02:00
2021-07-10 11:22:31 +01:00
< div class = "menu-mobile-buttons" >
2021-07-19 11:01:01 +01:00
< a href = "/plans/" class = "button-link btn-trans plans-button" > Joplin Cloud< / a > < a class = "button-link btn-blue sponsor-button" href = "/donate" >
2021-07-16 17:14:56 +01:00
< i class = "fas fa-heart heart-full" > < / i > < i class = "far fa-heart heart-line" > < / i > Support us
2021-07-10 11:22:31 +01:00
< / a > < / div >
< / div >
2021-05-24 01:16:43 +02:00
2021-07-16 17:14:56 +01:00
< div id = "toc-mobile" > < div > < ul >
2021-07-04 18:14:32 +01:00
< li >
< p > Applications< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/desktop/" > Desktop application< / a > < / li >
< li > < a href = "/mobile/" > Mobile applications< / a > < / li >
< li > < a href = "/terminal/" > Terminal application< / a > < / li >
< li > < a href = "/clipper/" > Web Clipper< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > Support< / p >
< ul >
< li > < a href = "https://discourse.joplinapp.org" > Joplin Forum< / a > < / li >
2021-07-10 11:22:31 +01:00
< li > < a href = "/markdown/" > Markdown Guide< / a > < / li >
< li > < a href = "/e2ee/" > How to enable end-to-end encryption< / a > < / li >
< li > < a href = "/conflict/" > What is a conflict?< / a > < / li >
< li > < a href = "/debugging/" > How to enable debug mode< / a > < / li >
< li > < a href = "/rich_text_editor/" > About the Rich Text editor limitations< / a > < / li >
< li > < a href = "/faq/" > FAQ< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
2021-08-09 13:19:08 +01:00
< p > Joplin Cloud< / p >
< ul >
< li > < a href = "/share_notebook/" > Sharing a notebook< / a > < / li >
< li > < a href = "/publish_note/" > Publishing a note< / a > < / li >
< / ul >
< / li >
< li >
2021-07-04 18:14:32 +01:00
< p > Joplin API - Get Started< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/api/overview/" > Joplin API Overview< / a > < / li >
< li > < a href = "/api/get_started/plugins/" > Plugin development< / a > < / li >
< li > < a href = "/api/tutorials/toc_plugin/" > Plugin tutorial< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > Joplin API - References< / p >
< ul >
< li > < a href = "https://joplinapp.org/api/references/plugin_api/classes/joplin.html" > Plugin API< / a > < / li >
2021-07-10 11:22:31 +01:00
< li > < a href = "/api/references/rest_api/" > Data API< / a > < / li >
< li > < a href = "/api/references/plugin_manifest/" > Plugin manifest< / a > < / li >
< li > < a href = "/api/references/plugin_loading_rules/" > Plugin loading rules< / a > < / li >
< li > < a href = "/api/references/plugin_theming/" > Plugin theming< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > Development< / p >
< ul >
< li > < a href = "https://github.com/laurent22/joplin/blob/dev/BUILD.md" > How to build the apps< / a > < / li >
2021-07-10 11:22:31 +01:00
< li > < a href = "/spec/e2ee/" > End-to-end encryption spec< / a > < / li >
< li > < a href = "/spec/history/" > Note History spec< / a > < / li >
< li > < a href = "/spec/sync_lock/" > Sync Lock spec< / a > < / li >
< li > < a href = "/spec/plugins/" > Plugin Architecture spec< / a > < / li >
< li > < a href = "/spec/search_sorting/" > Search Sorting spec< / a > < / li >
< li > < a href = "/spec/server_file_url_format/" > Server: File URL Format< / a > < / li >
< li > < a href = "/spec/server_delta_sync/" > Server: Delta Sync< / a > < / li >
< li > < a href = "/spec/server_sharing/" > Server: Sharing< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > Google Summer of Code 2021< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/gsoc2021/index/" > Google Summer of Code 2021< / a > < / li >
< li > < a href = "/gsoc2021/pull_request_guidelines/" > How to submit a GSoC pull request< / a > < / li >
< li > < a href = "/gsoc2021/ideas/" > Project Ideas< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > About< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/changelog/" > Changelog (Desktop App)< / a > < / li >
< li > < a href = "/changelog_cli/" > Changelog (CLI App)< / a > < / li >
< li > < a href = "/changelog_server/" > Changelog (Server)< / a > < / li >
< li > < a href = "/stats/" > Stats< / a > < / li >
< li > < a href = "/donate/" > Donate< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< / ul >
< / div > < / div >
2021-07-10 11:22:31 +01:00
< div >
< p class = "light-blue mobile-menu-link-bottom text-center" >
2021-07-16 17:14:56 +01:00
Copyright © 2016-2021 Laurent Cozic
2021-07-10 11:22:31 +01:00
< br / >
< a href = "/privacy/" class = "fw500" > Privacy Policy< / a >
< / p >
2021-07-04 18:14:32 +01:00
< / div >
< / div >
< / div >
2021-07-10 11:22:31 +01:00
< / div >
< / div >
< / div >
2021-08-09 13:19:08 +01:00
< div class = "help-page-container page-changelog_server" >
2021-07-04 18:14:32 +01:00
< div class = "container" >
< div class = "row content-wrapper" >
< div id = "toc" > < div > < ul >
2021-05-24 01:16:43 +02:00
< li >
< p > Applications< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/desktop/" > Desktop application< / a > < / li >
< li > < a href = "/mobile/" > Mobile applications< / a > < / li >
< li > < a href = "/terminal/" > Terminal application< / a > < / li >
< li > < a href = "/clipper/" > Web Clipper< / a > < / li >
2021-05-24 01:16:43 +02:00
< / ul >
< / li >
< li >
< p > Support< / p >
< ul >
< li > < a href = "https://discourse.joplinapp.org" > Joplin Forum< / a > < / li >
2021-07-10 11:22:31 +01:00
< li > < a href = "/markdown/" > Markdown Guide< / a > < / li >
< li > < a href = "/e2ee/" > How to enable end-to-end encryption< / a > < / li >
< li > < a href = "/conflict/" > What is a conflict?< / a > < / li >
< li > < a href = "/debugging/" > How to enable debug mode< / a > < / li >
< li > < a href = "/rich_text_editor/" > About the Rich Text editor limitations< / a > < / li >
< li > < a href = "/faq/" > FAQ< / a > < / li >
2021-05-24 01:16:43 +02:00
< / ul >
< / li >
< li >
2021-08-09 13:19:08 +01:00
< p > Joplin Cloud< / p >
< ul >
< li > < a href = "/share_notebook/" > Sharing a notebook< / a > < / li >
< li > < a href = "/publish_note/" > Publishing a note< / a > < / li >
< / ul >
< / li >
< li >
2021-05-24 01:16:43 +02:00
< p > Joplin API - Get Started< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/api/overview/" > Joplin API Overview< / a > < / li >
< li > < a href = "/api/get_started/plugins/" > Plugin development< / a > < / li >
< li > < a href = "/api/tutorials/toc_plugin/" > Plugin tutorial< / a > < / li >
2021-05-24 01:16:43 +02:00
< / ul >
< / li >
< li >
< p > Joplin API - References< / p >
< ul >
< li > < a href = "https://joplinapp.org/api/references/plugin_api/classes/joplin.html" > Plugin API< / a > < / li >
2021-07-10 11:22:31 +01:00
< li > < a href = "/api/references/rest_api/" > Data API< / a > < / li >
< li > < a href = "/api/references/plugin_manifest/" > Plugin manifest< / a > < / li >
< li > < a href = "/api/references/plugin_loading_rules/" > Plugin loading rules< / a > < / li >
< li > < a href = "/api/references/plugin_theming/" > Plugin theming< / a > < / li >
2021-05-24 01:16:43 +02:00
< / ul >
< / li >
< li >
< p > Development< / p >
< ul >
< li > < a href = "https://github.com/laurent22/joplin/blob/dev/BUILD.md" > How to build the apps< / a > < / li >
2021-07-10 11:22:31 +01:00
< li > < a href = "/spec/e2ee/" > End-to-end encryption spec< / a > < / li >
< li > < a href = "/spec/history/" > Note History spec< / a > < / li >
< li > < a href = "/spec/sync_lock/" > Sync Lock spec< / a > < / li >
< li > < a href = "/spec/plugins/" > Plugin Architecture spec< / a > < / li >
< li > < a href = "/spec/search_sorting/" > Search Sorting spec< / a > < / li >
< li > < a href = "/spec/server_file_url_format/" > Server: File URL Format< / a > < / li >
< li > < a href = "/spec/server_delta_sync/" > Server: Delta Sync< / a > < / li >
< li > < a href = "/spec/server_sharing/" > Server: Sharing< / a > < / li >
2021-05-24 01:16:43 +02:00
< / ul >
< / li >
< li >
< p > Google Summer of Code 2021< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/gsoc2021/index/" > Google Summer of Code 2021< / a > < / li >
< li > < a href = "/gsoc2021/pull_request_guidelines/" > How to submit a GSoC pull request< / a > < / li >
< li > < a href = "/gsoc2021/ideas/" > Project Ideas< / a > < / li >
2021-05-24 01:16:43 +02:00
< / ul >
< / li >
< li >
< p > About< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/changelog/" > Changelog (Desktop App)< / a > < / li >
< li > < a href = "/changelog_cli/" > Changelog (CLI App)< / a > < / li >
< li > < a href = "/changelog_server/" > Changelog (Server)< / a > < / li >
< li > < a href = "/stats/" > Stats< / a > < / li >
< li > < a href = "/donate/" > Donate< / a > < / li >
2021-05-24 01:16:43 +02:00
< / ul >
< / li >
< / ul >
2021-07-04 18:14:32 +01:00
< / div > < / div >
2021-05-24 01:16:43 +02:00
2021-07-04 18:14:32 +01:00
< div class = "main-content" >
2021-07-10 11:22:31 +01:00
< div class = "alert alert-danger alert-env-dev" role = "alert" >
2021-07-31 14:46:37 +01:00
Running in prod mode!
2021-07-10 11:22:31 +01:00
< / div >
< div class = "donate-links" >
2021-08-09 13:19:08 +01:00
< p > < a href = "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=E8JMYD2LQ8MMA&lc=GB&item_name=Joplin+Development&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted" > < img src = "https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Donate-PayPal-green.svg" alt = "Donate using PayPal" > < / a > < a href = "https://github.com/sponsors/laurent22/" > < img src = "https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/GitHub-Badge.svg" alt = "Sponsor on GitHub" > < / a > < a href = "https://www.patreon.com/joplin" > < img src = "https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Patreon-Badge.svg" alt = "Become a patron" > < / a > < a href = "https://joplinapp.org/donate/#donations" > < img src = "https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/badges/Donate-IBAN.svg" alt = "Donate using IBAN" > < / a > < / p >
2021-07-10 11:22:31 +01:00
< / div >
2021-05-24 01:16:43 +02:00
< h1 > Joplin Server Changelog< a name = "joplin-server-changelog" href = "#joplin-server-changelog" class = "heading-anchor" > 🔗< / a > < / h1 >
2021-08-05 11:39:00 +01:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.11-beta" > server-v2.2.11-beta< / a > (Pre-release) - 2021-08-03T18:48:00Z< a name = "server-v2-2-11-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-11-beta-pre-release-2021-08-03t18-48-00z" href = "#server-v2-2-11-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-11-beta-pre-release-2021-08-03t18-48-00z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Disable beta account once expired (785248b)< / li >
< li > Improved: Handle beta user upgrade (8910c87)< / li >
< li > Improved: Prevent duplicate Stripe subscriptions and improved Stripe workflow testing (6ac22ed)< / li >
< li > Fixed: Fixed support emails (724aa72)< / li >
< / ul >
2021-08-02 17:44:21 +01:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.10" > server-v2.2.10< / a > - 2021-08-01T10:04:53Z< a name = "server-v2-2-10-https-github-com-laurent22-joplin-releases-tag-server-v2-2-10-2021-08-01t10-04-53z" href = "#server-v2-2-10-https-github-com-laurent22-joplin-releases-tag-server-v2-2-10-2021-08-01t10-04-53z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Allows providing a coupon when creating the Stripe checkout session (b5b6111)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.9-beta" > server-v2.2.9-beta< / a > (Pre-release) - 2021-07-31T13:52:53Z< a name = "server-v2-2-9-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-9-beta-pre-release-2021-07-31t13-52-53z" href = "#server-v2-2-9-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-9-beta-pre-release-2021-07-31t13-52-53z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add Docker major, minor and beta version tags (#5237 by < a href = "https://github.com/JackGruber" > @JackGruber< / a > )< / li >
< li > New: Add support for Stripe yearly subscriptions (f2547fe)< / li >
< li > Improved: Improve installation instructions (53b4d7a)< / li >
< li > Fixed: Fixed certain URLs (282f782)< / li >
< li > Fixed: Published notes that contain non-alphabetical characters could end up being truncated (#5229)< / li >
< / ul >
2021-07-26 18:22:25 +01:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.8-beta" > server-v2.2.8-beta< / a > (Pre-release) - 2021-07-24T16:55:58Z< a name = "server-v2-2-8-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-8-beta-pre-release-2021-07-24t16-55-58z" href = "#server-v2-2-8-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-8-beta-pre-release-2021-07-24t16-55-58z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Added form tokens to prevent CSRF attacks (19b45de)< / li >
< li > Improved: Allow admin to change Stripe subscription (75a421e)< / li >
< li > Improved: Allow enabling or disabling a user. Handle cancelling subscription. (27c3cbd)< / li >
< li > Improved: Allow user to upgrade account (e83ab93)< / li >
< li > Improved: Allow users to cancel Stripe subscription (b7e9848)< / li >
< li > Improved: Clarify error message when user info cannot be saved (4567b78)< / li >
< li > Improved: Explain how to use Joplin Server with a Joplin app (3f993af)< / li >
< li > Improved: Handle Stripe webhook receiving multiple times the same event (252d069)< / li >
< li > Improved: Make sure email URLs are displayed as clickable links (7245aea)< / li >
< li > Improved: Moved email templates to separate files (6a93cb2)< / li >
< li > Improved: Set default of env SUPPORT_EMAIL to " SUPPORT_EMAIL" to make it clear it needs to be set (92520e5)< / li >
< / ul >
2021-07-16 17:14:56 +01:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.7-beta" > server-v2.2.7-beta< / a > (Pre-release) - 2021-07-11T17:31:42Z< a name = "server-v2-2-7-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-7-beta-pre-release-2021-07-11t17-31-42z" href = "#server-v2-2-7-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-7-beta-pre-release-2021-07-11t17-31-42z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Added support for resetting user password (62b6198)< / li >
< li > Improved: Check password complexity (240cb35)< / li >
< li > Improved: Disallow changing email address until a secure solution to change it is implemented (f8d2c26)< / li >
< li > Fixed: Fixed mail queue as some emails were not being processed (89f4ca1)< / li >
< / ul >
2021-07-10 11:22:31 +01:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.6-beta" > server-v2.2.6-beta< / a > (Pre-release) - 2021-07-09T15:57:47Z< a name = "server-v2-2-6-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-6-beta-pre-release-2021-07-09t15-57-47z" href = "#server-v2-2-6-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-6-beta-pre-release-2021-07-09t15-57-47z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add Docker image labels (#5158 by < a href = "https://github.com/JackGruber" > @JackGruber< / a > )< / li >
< li > Fixed: Fixed change processing logic (5a27d4d)< / li >
< li > Fixed: Fixed styling of shared note (6c1a6b0)< / li >
< / ul >
2021-07-04 18:14:32 +01:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.5-beta" > server-v2.2.5-beta< / a > (Pre-release) - 2021-07-03T21:40:37Z< a name = "server-v2-2-5-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-5-beta-pre-release-2021-07-03t21-40-37z" href = "#server-v2-2-5-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-5-beta-pre-release-2021-07-03t21-40-37z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Make app context immutable and derive the per-request context properties from it (e210926)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.4-beta" > server-v2.2.4-beta< / a > (Pre-release) - 2021-07-03T21:10:29Z< a name = "server-v2-2-4-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-4-beta-pre-release-2021-07-03t21-10-29z" href = "#server-v2-2-4-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-4-beta-pre-release-2021-07-03t21-10-29z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed issue with user sessions being mixed up (238cc86)< / li >
< / ul >
2021-07-03 20:44:04 +01:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.3-beta" > server-v2.2.3-beta< / a > (Pre-release) - 2021-07-03T19:38:36Z< a name = "server-v2-2-3-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-3-beta-pre-release-2021-07-03t19-38-36z" href = "#server-v2-2-3-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-3-beta-pre-release-2021-07-03t19-38-36z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed size of a database field (264f36f)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.2-beta" > server-v2.2.2-beta< / a > (Pre-release) - 2021-07-03T18:28:35Z< a name = "server-v2-2-2-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-2-beta-pre-release-2021-07-03t18-28-35z" href = "#server-v2-2-2-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-2-beta-pre-release-2021-07-03t18-28-35z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Improved logging and reliability of cron tasks (d99c34f)< / li >
< li > Improved: Only emit " created" event when new user is saved (8883df2)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.2.1-beta" > server-v2.2.1-beta< / a > (Pre-release) - 2021-07-03T15:41:32Z< a name = "server-v2-2-1-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-1-beta-pre-release-2021-07-03t15-41-32z" href = "#server-v2-2-1-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-2-1-beta-pre-release-2021-07-03t15-41-32z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add support for account max total size (b507fbf)< / li >
< li > Improved: Display max size info in dashboard (3d18514)< / li >
< li > Improved: Hide " Is Admin" from dashboard (7447793)< / li >
< li > Improved: Moved Joplin-specific context properties under its own namespace (bfa7ea7)< / li >
< li > Improved: Normalize email addresses before saving them (427218b)< / li >
< li > Improved: Remove dangerous " Delete all" button for now (125af75)< / li >
< / ul >
2021-07-01 23:28:31 +01:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.1.6-beta" > server-v2.1.6-beta< / a > (Pre-release) - 2021-06-24T10:01:46Z< a name = "server-v2-1-6-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-1-6-beta-pre-release-2021-06-24t10-01-46z" href = "#server-v2-1-6-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-1-6-beta-pre-release-2021-06-24t10-01-46z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed accessing main website (Regression) (f868797)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.1.5-beta" > server-v2.1.5-beta< / a > (Pre-release) - 2021-06-24T08:26:38Z< a name = "server-v2-1-5-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-1-5-beta-pre-release-2021-06-24t08-26-38z" href = "#server-v2-1-5-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-1-5-beta-pre-release-2021-06-24t08-26-38z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add support for X-API-MIN-VERSION header (51f3c00)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.1.4-beta" > server-v2.1.4-beta< / a > (Pre-release) - 2021-06-24T07:26:03Z< a name = "server-v2-1-4-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-1-4-beta-pre-release-2021-06-24t07-26-03z" href = "#server-v2-1-4-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-1-4-beta-pre-release-2021-06-24t07-26-03z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Split permission to share note or folder (0c12c7f)< / li >
< li > Fixed: Fixed handling of max item size for encrypted items (112157e)< / li >
< li > Fixed: Fixed transaction locking issue when a sub-transaction fails (12aae48)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.1.3-beta" > server-v2.1.3-beta< / a > (Pre-release) - 2021-06-19T14:15:06Z< a name = "server-v2-1-3-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-1-3-beta-pre-release-2021-06-19t14-15-06z" href = "#server-v2-1-3-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-1-3-beta-pre-release-2021-06-19t14-15-06z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add support for uploading multiple items in one request (3b9c02e)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.1.1" > server-v2.1.1< / a > - 2021-06-17T17:27:29Z< a name = "server-v2-1-1-https-github-com-laurent22-joplin-releases-tag-server-v2-1-1-2021-06-17t17-27-29z" href = "#server-v2-1-1-https-github-com-laurent22-joplin-releases-tag-server-v2-1-1-2021-06-17t17-27-29z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Added account info to dashboard and title to pages (7f0b3fd)< / li >
< li > New: Added way to batch requests (currently disabled) (c682c88)< / li >
< li > New: Added way to debug slow queries (e853244)< / li >
< li > Improved: Hide Reset Password button when creating new users (ac03c08)< / li >
< li > Improved: Sort users by name, then email (65c3d01)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.14" > server-v2.0.14< / a > - 2021-06-17T08:52:26Z< a name = "server-v2-0-14-https-github-com-laurent22-joplin-releases-tag-server-v2-0-14-2021-06-17t08-52-26z" href = "#server-v2-0-14-https-github-com-laurent22-joplin-releases-tag-server-v2-0-14-2021-06-17t08-52-26z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Allow sending reset password email from admin UI (479237d)< / li >
< li > Improved: Tokens would expire too soon (6ae0e84)< / li >
< / ul >
2021-06-16 19:59:40 +01:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.13" > server-v2.0.13< / a > - 2021-06-16T14:28:20Z< a name = "server-v2-0-13-https-github-com-laurent22-joplin-releases-tag-server-v2-0-13-2021-06-16t14-28-20z" href = "#server-v2-0-13-https-github-com-laurent22-joplin-releases-tag-server-v2-0-13-2021-06-16t14-28-20z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Improved: Allow creating a new user with no password, which must be set via email confirmation (1896549)< / li >
< li > Improved: Allow creating a user with a specific account type from admin UI (ecd1602)< / li >
< li > Fixed: Fixed error message when item is over the limit (ea65313)< / li >
< li > Fixed: Fixed issue with user not being able to modify own profile (3c18190)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.12" > server-v2.0.12< / a > - 2021-06-15T16:24:42Z< a name = "server-v2-0-12-https-github-com-laurent22-joplin-releases-tag-server-v2-0-12-2021-06-15t16-24-42z" href = "#server-v2-0-12-https-github-com-laurent22-joplin-releases-tag-server-v2-0-12-2021-06-15t16-24-42z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed handling of user content URL (31121c8)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.11" > server-v2.0.11< / a > - 2021-06-15T11:41:41Z< a name = "server-v2-0-11-https-github-com-laurent22-joplin-releases-tag-server-v2-0-11-2021-06-15t11-41-41z" href = "#server-v2-0-11-https-github-com-laurent22-joplin-releases-tag-server-v2-0-11-2021-06-15t11-41-41z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add navbar on login and sign up page (7a3a208)< / li >
< li > New: Added option to enable or disable stack traces (5614eb9)< / li >
< li > Improved: Handle custom user content URLs (a36b13d)< / li >
< li > Fixed: Fixed error when creating user (594084e)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.9-beta" > server-v2.0.9-beta< / a > (Pre-release) - 2021-06-11T16:49:05Z< a name = "server-v2-0-9-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-0-9-beta-pre-release-2021-06-11t16-49-05z" href = "#server-v2-0-9-beta-https-github-com-laurent22-joplin-releases-tag-server-v2-0-9-beta-pre-release-2021-06-11t16-49-05z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add navbar on login and sign up page (7a3a208)< / li >
< li > New: Added option to enable or disable stack traces (5614eb9)< / li >
< li > Improved: Handle custom user content URLs (a36b13d)< / li >
< li > Fixed: Fixed error when creating user (594084e)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.6" > server-v2.0.6< / a > (Pre-release) - 2021-06-07T17:27:27Z< a name = "server-v2-0-6-https-github-com-laurent22-joplin-releases-tag-server-v2-0-6-pre-release-2021-06-07t17-27-27z" href = "#server-v2-0-6-https-github-com-laurent22-joplin-releases-tag-server-v2-0-6-pre-release-2021-06-07t17-27-27z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add Stripe integration (770af6a)< / li >
< li > New: Add request duration to log (c8d7ecb)< / li >
< li > New: Add terms and privacy page (db7b802)< / li >
< li > New: Added way to disable signup page, and added links between signup and login pages (75d79f3)< / li >
< li > Improved: Check share ID when uploading a note (3c41b45)< / li >
< li > Improved: Load shared user content from correct domain (de45740)< / li >
< / ul >
2021-06-07 11:40:20 +02:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.5" > server-v2.0.5< / a > (Pre-release) - 2021-06-02T08:14:47Z< a name = "server-v2-0-5-https-github-com-laurent22-joplin-releases-tag-server-v2-0-5-pre-release-2021-06-02t08-14-47z" href = "#server-v2-0-5-https-github-com-laurent22-joplin-releases-tag-server-v2-0-5-pre-release-2021-06-02t08-14-47z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add version number on website (0ef7e98)< / li >
< li > New: Added signup pages (41ed66d)< / li >
< li > Improved: Allow disabling item upload for a user (f8a26cf)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.4" > server-v2.0.4< / a > (Pre-release) - 2021-05-25T18:33:11Z< a name = "server-v2-0-4-https-github-com-laurent22-joplin-releases-tag-server-v2-0-4-pre-release-2021-05-25t18-33-11z" href = "#server-v2-0-4-https-github-com-laurent22-joplin-releases-tag-server-v2-0-4-pre-release-2021-05-25t18-33-11z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed Item and Log page when using Postgres (ee0f237)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.3" > server-v2.0.3< / a > (Pre-release) - 2021-05-25T18:08:46Z< a name = "server-v2-0-3-https-github-com-laurent22-joplin-releases-tag-server-v2-0-3-pre-release-2021-05-25t18-08-46z" href = "#server-v2-0-3-https-github-com-laurent22-joplin-releases-tag-server-v2-0-3-pre-release-2021-05-25t18-08-46z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed handling of request origin (12a6634)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.2" > server-v2.0.2< / a > (Pre-release) - 2021-05-25T19:15:50Z< a name = "server-v2-0-2-https-github-com-laurent22-joplin-releases-tag-server-v2-0-2-pre-release-2021-05-25t19-15-50z" href = "#server-v2-0-2-https-github-com-laurent22-joplin-releases-tag-server-v2-0-2-pre-release-2021-05-25t19-15-50z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add mailer service (ed8ee67)< / li >
< li > New: Add support for item size limit (6afde54)< / li >
< li > New: Added API end points to manage users (77b284f)< / li >
< li > Improved: Allow enabling or disabling the sharing feature per user (daaaa13)< / li >
< li > Improved: Allow setting the path to the SQLite database using SQLITE_DATABASE env variable (68e79f1)< / li >
< li > Improved: Allow using a different domain for API, main website and user content (83cef7a)< / li >
< li > Improved: Generate only one share link per note (e156ee1)< / li >
< li > Improved: Go back to home page when there is an error and user is logged in (a24b009)< / li >
< li > Improved: Improved Items table and added item size to it (7f05420)< / li >
< li > Improved: Improved log table too and made it sortable (ec7f0f4)< / li >
< li > Improved: Make it more difficult to delete all data (b01aa7e)< / li >
< li > Improved: Redirect to correct page when trying to access the root (51051e0)< / li >
< li > Improved: Use external directory to store Postgres data in Docker-compose config (71a7fc0)< / li >
< li > Fixed: Fixed /items page when using Postgres (2d0580f)< / li >
< li > Fixed: Fixed bug when unsharing a notebook that has no recipients (6ddb69e)< / li >
< li > Fixed: Fixed deleting a note that has been shared (489995d)< / li >
< li > Fixed: Make sure temp files are deleted after upload is done (#4540)< / li >
< / ul >
2021-05-24 01:16:43 +02:00
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v2.0.1" > server-v2.0.1< / a > (Pre-release) - 2021-05-14T13:55:45Z< a name = "server-v2-0-1-https-github-com-laurent22-joplin-releases-tag-server-v2-0-1-pre-release-2021-05-14t13-55-45z" href = "#server-v2-0-1-https-github-com-laurent22-joplin-releases-tag-server-v2-0-1-pre-release-2021-05-14t13-55-45z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > New: Add support for sharing notes via a link (ccbc329)< / li >
< li > New: Add support for sharing a folder (#4772)< / li >
< li > New: Added log page to view latest changes to files (874f301)< / li >
< li > Fixed: Prevent new user password from being hashed twice (76c143e)< / li >
< li > Fixed: Fixed crash when rendering note with links to non-existing resources or notes (07484de)< / li >
< li > Fixed: Fixed error handling when no session is provided (63a5bfa)< / li >
< li > Fixed: Fixed uploading empty file to the API (#4402)< / li >
< / ul >
< h2 > < a href = "https://github.com/laurent22/joplin/releases/tag/server-v1.7.2" > server-v1.7.2< / a > - 2021-01-24T19:11:10Z< a name = "server-v1-7-2-https-github-com-laurent22-joplin-releases-tag-server-v1-7-2-2021-01-24t19-11-10z" href = "#server-v1-7-2-https-github-com-laurent22-joplin-releases-tag-server-v1-7-2-2021-01-24t19-11-10z" class = "heading-anchor" > 🔗< / a > < / h2 >
< ul >
< li > Fixed: Fixed password hashing when changing password< / li >
< li > Improved: Many other internal changes for increased reliability< / li >
< / ul >
2021-07-10 11:22:31 +01:00
< div class = "bottom-links" >
< a href = "https://github.com/laurent22/joplin/blob/dev/readme/changelog_server.md" >
< i class = "fab fa-github" > < / i > Improve this doc
< / a >
< / div >
2021-07-04 18:14:32 +01:00
< / div >
< / div >
< / div >
< / div >
< footer class = "darkblue-bg" >
< div class = "container" >
< div class = "row" >
< div class = "col-3 d-none d-md-block" >
< img src = "/images/logo-text.svg" alt = "" width = "150" / >
< / div >
< / div >
< div class = "row" >
< div class = "col-12" >
< hr / >
< / div >
< / div >
< div class = "row" >
< div class = "col-12 col-md-6" >
< img
src="/ images/logo-text.svg"
width="120"
class="img-center d-block d-md-none"
alt=""
/>
< br class = "d-block d-md-none" / >
2021-07-16 17:14:56 +01:00
< p class = "text-center-sm" > Copyright © 2016-2021 Laurent Cozic< / p >
2021-07-04 18:14:32 +01:00
< / div >
< div class = "col-12 col-md-6 right-links" >
< p class = "text-right text-center-sm" >
< a href = "https://github.com/laurent22/joplin/" class = "github-link" > < i class = "fab fa-github" > < / i > GitHub Repository< / a >
< a href = "/privacy/" > Privacy Policy< / a >
< / p >
< / div >
< / div >
< / div >
< / footer >
2021-05-24 01:16:43 +02:00
< / div >
2021-08-09 14:15:17 +01:00
< script src = "/js/script.js?t=1628514896838" > < / script >
2021-05-24 01:16:43 +02:00
2021-07-10 11:22:31 +01:00
< script >
2021-07-16 17:14:56 +01:00
if (window.location.hostname !== 'localhost') {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-103586105-1', 'auto');
ga('send', 'pageview');
}
2021-07-10 11:22:31 +01:00
< / script > < / body >
2021-05-24 01:16:43 +02:00
< / html >