mirror of https://github.com/laurent22/joplin.git
parent
ee2b186752
commit
c524f5a6b5
|
@ -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",
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue