Skip to content

Commit 5e2e9fb

Browse files
committed
πŸ”–(minor) release 4.5.0
Added: - ✨(frontend) integrate configurable Waffle - ✨ Import of documents - 🚨(CI) gives warning if theme not updated - ✨(frontend) Add stat for Crisp - ✨(auth) add silent login - πŸ”§(project) add DJANGO_EMAIL_URL_APP environment variable Changed: - β™Ώ(frontend) improve accessibility: - ♿️(frontend) fix subdoc opening and emoji pick focus - ✨(backend) add field for button label in email template Fixed: - βœ…(e2e) fix e2e test for other browsers - πŸ›(export) fix export column NaN - πŸ›(frontend) add fallback for unsupported Blocknote languages - πŸ›(frontend) fix emojipicker closing in tree - πŸ›(frontend) display children in favorite - πŸ›(frontend) preserve typed text after @ on escape Removed: - πŸ”₯(project) remove all code related to template Security: - πŸ”’οΈ(trivy) fix vulnerability about jaraco.context
1 parent 505b144 commit 5e2e9fb

File tree

11 files changed

+16
-13
lines changed

11 files changed

+16
-13
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
## [v4.5.0] - 2026-01-28
10+
911
### Added
1012

1113
- ✨(frontend) integrate configurable Waffle #1795
1214
- ✨ Import of documents #1609
1315
- 🚨(CI) gives warning if theme not updated #1811
14-
- ✨(frontend) Add stat from Crisp #1824
16+
- ✨(frontend) Add stat for Crisp #1824
1517
- ✨(auth) add silent login #1690
1618
- πŸ”§(project) add DJANGO_EMAIL_URL_APP environment variable #1825
1719

@@ -1022,7 +1024,8 @@ and this project adheres to
10221024
- ✨(frontend) Coming Soon page (#67)
10231025
- πŸš€ Impress, project to manage your documents easily and collaboratively.
10241026

1025-
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.4.0...main
1027+
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.5.0...main
1028+
[v4.5.0]: https://github.com/suitenumerique/docs/releases/v4.5.0
10261029
[v4.4.0]: https://github.com/suitenumerique/docs/releases/v4.4.0
10271030
[v4.3.0]: https://github.com/suitenumerique/docs/releases/v4.3.0
10281031
[v4.2.0]: https://github.com/suitenumerique/docs/releases/v4.2.0

β€Žsrc/backend/pyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "impress"
10-
version = "4.4.0"
10+
version = "4.5.0"
1111
authors = [{ "name" = "DINUM", "email" = "[email protected]" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

β€Žsrc/frontend/apps/e2e/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-e2e",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

β€Žsrc/frontend/apps/impress/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-impress",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

β€Žsrc/frontend/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impress",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"private": true,
55
"repository": "https://github.com/suitenumerique/docs",
66
"author": "DINUM",

β€Žsrc/frontend/packages/eslint-plugin-docs/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-docs",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

β€Žsrc/frontend/packages/i18n/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-i18n",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

β€Žsrc/frontend/servers/y-provider/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-y-provider",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/suitenumerique/docs",
66
"license": "MIT",

β€Žsrc/helm/helmfile.yaml.gotmplβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
environments:
22
dev:
33
values:
4-
- version: 4.4.0
4+
- version: 4.5.0
55
feature:
66
values:
7-
- version: 4.4.0
7+
- version: 4.5.0
88
feature: ci
99
domain: example.com
1010
imageTag: demo

β€Žsrc/helm/impress/Chart.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
type: application
33
name: docs
4-
version: 4.4.0
4+
version: 4.5.0
55
appVersion: latest

0 commit comments

Comments
Β (0)