1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Server v3.4.1

This commit is contained in:
Laurent Cozic
2025-07-17 10:30:00 +01:00
parent 9dc5e0b73c
commit 2c9084b9bc
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "3.4.0",
"version": "3.4.1",
"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,5 +1,15 @@
# Joplin Server Changelog
## [server-v3.4.1](https://github.com/laurent22/joplin/releases/tag/server-v3.4.1) - 2025-07-17T09:28:41Z
- New: Add Joplin Server SAML support (#11865 by [@ttcchhmm](https://github.com/ttcchhmm))
- New: Added endpoint configuration for StorageDriverS3 (#12032 by [@forsaken628](https://github.com/forsaken628))
- Improved: Add CSS style for description list elements (#12158) (#12138 by [@pedr](https://github.com/pedr))
- Improved: Ensure shares are writable (#12651)
- Improved: Updated packages @adobe/css-tools (v4.4.2), @rollup/plugin-commonjs (v28.0.3), @rollup/plugin-node-resolve (v16.0.1), @rollup/plugin-replace (v6.0.2), bulma (v1.0.3), dayjs (v1.11.13), domutils (v3.2.2), form-data (v4.0.2), glob (v11.0.1), highlight.js (v11.11.1), jsdom (v25), katex (v0.16.22), koa (v2.16.1), ldapts (v7.3.3), license-checker-rseidelsohn (v4.4.2), mermaid (v11.4.1), nanoid (v3.3.9), node (v18.20.7), node-mocks-http (v1.16.2), nodemailer (v6.10.1), pg (v8.14.1), pm2 (v5.4.3), rate-limiter-flexible (v5.0.5), raw-body (v3), react, sass (v1.86.3), sharp (v0.33.5), standard (v17.1.2), style-to-js (v1.1.16), tesseract.js (v5.1.1), uuid (v11.1.0)
- Fixed: Prevent PM2 logs from accumulating in the image container (#12723) (#12721)
- Security: SAML: Update samlify to v2.10.0 (#12371 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
## [server-v3.3.13](https://github.com/laurent22/joplin/releases/tag/server-v3.3.13) - 2025-03-30T18:28:47Z
- Improved: Buildx support for Docker images (#11582 by [@redrathnure](https://github.com/redrathnure))