chore: Update version

This commit is contained in:
Daniel Hiller
2026-08-09 22:36:27 +02:00
parent 3ef87a8603
commit 2684198bf8
7 changed files with 33 additions and 9 deletions
+25 -1
View File
@@ -1,4 +1,28 @@
# [2.1.1] - 2026-04-18
# [2.2.0] - 2026-08-09
### ⚠️ Breaking changes
* OIDC/SSO has been removed and is now part of PLANKA Pro
* **All SSO-based users have been deactivated**, since they no longer have a password login — an admin can set a password for each of them and reactivate them
* Node.js 24 is now required for source and manual installations (Docker users are unaffected)
### Added
* Add two-factor authentication via TOTP, with recovery codes and admin reset
* Add configurable auto logout on inactivity, with a warning before sign-out
* Add trusted devices to skip two-factor authentication for a set period
### Changed
* Replace user edit popups in administration with a single modal
* Update dependencies and align CI with Node 24
### Removed
* Remove OIDC and SSO support (moved to PLANKA Pro)
* Remove armv7 Docker image builds
## [2.1.1] - 2026-04-18
### Added
+1 -1
View File
@@ -1 +1 @@
export default '2.1.1';
export default '2.2.0';