Server v3.3.6

pull/12033/head server-v3.3.6
Laurent Cozic 2025-03-30 12:06:08 +02:00
parent ee2b186752
commit c524f5a6b5
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "3.3.5",
"version": "3.3.6",
"private": true,
"scripts": {
"start-dev": "yarn build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",

View File

@ -1,7 +1,8 @@
# Joplin Server Changelog
## [server-v3.3.5](https://github.com/laurent22/joplin/releases/tag/server-v3.3.5) - 2025-03-30T08:31:41Z
## [server-v3.3.6](https://github.com/laurent22/joplin/releases/tag/server-v3.3.6) - 2025-03-30T10:05:42Z
- Improved: Buildx support for Docker images (#11582 by [@redrathnure](https://github.com/redrathnure))
- New: Added links to social networks (04fc634)
- Improved: Joplin Server Docker image for ARM64 (#12030)
- Fixed: Disable faulty dark theme to prevent published notes from being unreadable (#11910)