1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Server v2.5.7

This commit is contained in:
Laurent Cozic 2021-10-27 19:40:32 +01:00
parent a753429277
commit 0a7fdac850
3 changed files with 8 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@joplin/server",
"version": "2.5.6",
"version": "2.5.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@joplin/server",
"version": "2.5.6",
"version": "2.5.7",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@koa/cors": "^3.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.5.6",
"version": "2.5.7",
"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,13 +1,16 @@
# Joplin Server Changelog
## [server-v2.5.6](https://github.com/laurent22/joplin/releases/tag/server-v2.5.6) - 2021-10-27T15:20:53Z
## [server-v2.5.7](https://github.com/laurent22/joplin/releases/tag/server-v2.5.7) - 2021-10-27T18:39:56Z
- New: Added item owner ID, and allow disabling db auto-migrations (b655f27)
- Fixed: Fixed Stripe portal page redirection (9ba90b5)
- Fixed: Fixed items.owner_id migration (a753429)
- Fixed: Fixed display of latest migration in startup log (#5627 by [@KowalskiPiotr98](https://github.com/KowalskiPiotr98))
- Improved: Moved CLI commands to separate files (dca13b3)
- 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