Skip to content

Commit

Permalink
Server v2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Oct 27, 2021
1 parent a753429 commit 0a7fdac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 5 additions & 2 deletions readme/changelog_server.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0a7fdac

Please sign in to comment.