1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Server v2.5.6

This commit is contained in:
Laurent Cozic 2021-10-27 16:21:21 +01:00
parent b655f2780f
commit b0e3e1b50e
3 changed files with 12 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@joplin/server",
"version": "2.5.5",
"version": "2.5.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@joplin/server",
"version": "2.5.5",
"version": "2.5.6",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@joplin/lib": "~2.4",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.5.5",
"version": "2.5.6",
"private": true,
"scripts": {
"start-dev": "npm run build && nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",

View File

@ -1,5 +1,14 @@
# Joplin Server Changelog
## [server-v2.5.6](https://github.com/laurent22/joplin/releases/tag/server-v2.5.6) - 2021-10-27T15:20:53Z
- New: Added item owner ID, and allow disabling db auto-migrations (b655f27)
- Improved: Delete all sessions when a password is changed or reset (b497177)
- Improved: Expire sessions after 12 hours (0ada1df)
- Improved: Improved task service log entries (bc5a853)
- Improved: Run oversized account task more frequently (2f09f88)
- Fixed: Fixed display of latest migration in startup log (#5627 by [@KowalskiPiotr98](https://github.com/KowalskiPiotr98))
## [server-v2.5.5](https://github.com/laurent22/joplin/releases/tag/server-v2.5.5) - 2021-10-23T20:58:37Z
- New: Added tool to delete old changes (169b585)