🔖(major) release 2.0.0
Added: - 🔧(backend) add option to configure list of essential OIDC claims - 🔧(helm) add option to disable default tls setting by @dominikkaminski - 💄(frontend) Add left panel - 💄(frontend) add filtering to left panel - ✨(frontend) new share modal ui - ✨(frontend) add favorite feature Changed: - 🏗️(yjs-server) organize yjs server - ♻️(frontend) better separation collaboration process - 💄(frontend) updating the header and leftpanel for responsive - 💄(frontend) update DocsGrid component - 💄(frontend) update DocsGridOptions component - 💄(frontend) update DocHeader ui - 💄(frontend) update doc versioning ui - 💄(frontend) update doc summary u Fixed: - 🐛(backend) fix create document via s2s if sub unknown but email found - 🐛(frontend) hide search and create doc button if not authenticated - 🐛(backend) race condition creation issue
This commit is contained in:
@@ -9,6 +9,8 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.0] - 2025-01-13
|
||||
|
||||
## Added
|
||||
|
||||
- 🔧(backend) add option to configure list of essential OIDC claims #525 & #531
|
||||
@@ -25,7 +27,7 @@ and this project adheres to
|
||||
- 💄(frontend) updating the header and leftpanel for responsive #421
|
||||
- 💄(frontend) update DocsGrid component #431
|
||||
- 💄(frontend) update DocsGridOptions component #432
|
||||
- 💄(frontend) update DocHeader ui #446
|
||||
- 💄(frontend) update DocHeader ui #448
|
||||
- 💄(frontend) update doc versioning ui #463
|
||||
- 💄(frontend) update doc summary ui #473
|
||||
|
||||
@@ -351,7 +353,8 @@ and this project adheres to
|
||||
- 🚀 Impress, project to manage your documents easily and collaboratively.
|
||||
|
||||
|
||||
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.10.0...main
|
||||
[unreleased]: https://github.com/numerique-gouv/impress/compare/v2.0.0...main
|
||||
[v2.0.0]: https://github.com/numerique-gouv/impress/releases/v2.0.0
|
||||
[v1.10.0]: https://github.com/numerique-gouv/impress/releases/v1.10.0
|
||||
[v1.9.0]: https://github.com/numerique-gouv/impress/releases/v1.9.0
|
||||
[v1.8.2]: https://github.com/numerique-gouv/impress/releases/v1.8.2
|
||||
|
||||
Reference in New Issue
Block a user