Skip to content

Commit 7dfc62b

Browse files
committed
πŸ”–(minor) release 1.9.0
Added: - ✨(backend) annotate number of accesses on documents in list view - ✨(backend) allow users to mark/unmark documents as favorite Changed: - πŸ”’οΈ(collaboration) increase collaboration access security - πŸ”¨(frontend) encapsulated title to its own component - ⚑️(backend) optimize number of queries on document list view - ♻️(frontend) stop to use provider with version - 🚚(collaboration) change the websocket key name Fixed: - πŸ›(frontend) fix initial content with collaboration - πŸ›(frontend) Fix hidden menu on Firefox - πŸ›(backend) fix sanitize problem IA
1 parent 39c4af0 commit 7dfc62b

File tree

12 files changed

+18
-15
lines changed

12 files changed

+18
-15
lines changed

β€ŽCHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ and this project adheres to
99

1010
## [Unreleased]
1111

12+
## [1.9.0] - 2024-12-11
13+
1214
## Added
1315

14-
- ✨(backend) annotate number of accesses on documents in list view #411
15-
- ✨(backend) allow users to mark/unmark documents as favorite #411
16+
- ✨(backend) annotate number of accesses on documents in list view #429
17+
- ✨(backend) allow users to mark/unmark documents as favorite #429
1618

1719
## Changed
1820

1921
- πŸ”’οΈ(collaboration) increase collaboration access security #472
2022
- πŸ”¨(frontend) encapsulated title to its own component #474
21-
- ⚑️(backend) optimize number of queries on document list view #411
23+
- ⚑️(backend) optimize number of queries on document list view #429
2224
- ♻️(frontend) stop to use provider with version #480
2325
- 🚚(collaboration) change the websocket key name #480
2426

@@ -301,7 +303,8 @@ and this project adheres to
301303
- πŸš€ Impress, project to manage your documents easily and collaboratively.
302304

303305

304-
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.8.2...main
306+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.9.0...main
307+
[v1.9.0]: https://github.com/numerique-gouv/impress/releases/v1.9.0
305308
[v1.8.2]: https://github.com/numerique-gouv/impress/releases/v1.8.2
306309
[v1.8.1]: https://github.com/numerique-gouv/impress/releases/v1.8.1
307310
[v1.8.0]: https://github.com/numerique-gouv/impress/releases/v1.8.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 = "1.8.2"
10+
version = "1.9.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": "1.8.2",
3+
"version": "1.9.0",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .ts",

β€Ž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": "1.8.2",
3+
"version": "1.9.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

β€Ž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": "1.8.2",
3+
"version": "1.9.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

β€Žsrc/frontend/packages/eslint-config-impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-impress",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"license": "MIT",
55
"scripts": {
66
"lint": "eslint --ext .js ."

β€Ž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": "1.8.2",
3+
"version": "1.9.0",
44
"private": true,
55
"scripts": {
66
"extract-translation": "yarn extract-translation:impress",

β€Ž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": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/numerique-gouv/impress",
66
"license": "MIT",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: extra
33
description: A Helm chart to add some manifests to impress
44
type: application
5-
version: 1.8.2
5+
version: 1.9.0

β€Žsrc/helm/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ releases:
6262
environments:
6363
dev:
6464
values:
65-
- version: 1.8.2
65+
- version: 1.9.0
6666
secrets:
6767
- env.d/{{ .Environment.Name }}/secrets.enc.yaml

0 commit comments

Comments
Β (0)