chore: Update version
This commit is contained in:
@@ -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 @@
|
||||
export default '2.1.1';
|
||||
export default '2.2.0';
|
||||
|
||||
Reference in New Issue
Block a user