Skip to content

Commit 15235a9

Browse files
committed
🔖(minor) release 1.6.0
Added: - ✨AI to doc editor - ✨(backend) allow uploading more types of attachments - ✨(frontend) add buttons to copy document to clipboard as HTML/Markdown Changed: - ♻️(frontend) More multi theme friendly - ♻️ Bootstrap frontend - ♻️ Add username in email Fixed: - 🛂(backend) do not duplicate user when disabled - 🐛(frontend) invalidate queries after removing user - 🐛(backend) Fix dysfunctional permissions on document create - 🐛(backend) fix nginx docker container - 🐛(frontend) fix copy paste firefox
1 parent b360bd8 commit 15235a9

File tree

11 files changed

+20
-15
lines changed

11 files changed

+20
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to
99

1010
## [Unreleased]
1111

12+
13+
## [1.6.0] - 2024-10-17
14+
1215
## Added
1316

1417
- ✨AI to doc editor #250
@@ -29,6 +32,7 @@ and this project adheres to
2932
- 🐛(backend) fix nginx docker container #340
3033
- 🐛(frontend) fix copy paste firefox #353
3134

35+
3236
## [1.5.1] - 2024-10-10
3337

3438
## Fixed
@@ -207,7 +211,8 @@ and this project adheres to
207211
- 🚀 Impress, project to manage your documents easily and collaboratively.
208212

209213

210-
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.5.1...main
214+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v1.6.0...main
215+
[v1.6.0]: https://github.com/numerique-gouv/impress/releases/v1.6.0
211216
[1.5.1]: https://github.com/numerique-gouv/impress/releases/v1.5.1
212217
[1.5.0]: https://github.com/numerique-gouv/impress/releases/v1.5.0
213218
[1.4.0]: https://github.com/numerique-gouv/impress/releases/v1.4.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.5.1"
10+
version = "1.6.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.5.1",
3+
"version": "1.6.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.5.1",
3+
"version": "1.6.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.5.1",
3+
"version": "1.6.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.5.1",
3+
"version": "1.6.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.5.1",
3+
"version": "1.6.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.5.1",
3+
"version": "1.6.0",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/numerique-gouv/impress",
66
"license": "MIT",

src/helm/env.d/preprod/values.impress.yaml.gotmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: lasuite/impress-backend
33
pullPolicy: Always
4-
tag: "v1.5.1-preprod"
4+
tag: "v1.6.0-preprod"
55

66
backend:
77
migrateJobAnnotations:
@@ -133,13 +133,13 @@ frontend:
133133
image:
134134
repository: lasuite/impress-frontend
135135
pullPolicy: Always
136-
tag: "v1.5.1-preprod"
136+
tag: "v1.6.0-preprod"
137137

138138
yProvider:
139139
image:
140140
repository: lasuite/impress-y-provider
141141
pullPolicy: Always
142-
tag: "v1.5.1-preprod"
142+
tag: "v1.6.0-preprod"
143143

144144
ingress:
145145
enabled: true

src/helm/env.d/production/values.impress.yaml.gotmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: lasuite/impress-backend
33
pullPolicy: Always
4-
tag: "v1.5.1"
4+
tag: "v1.6.0"
55

66
backend:
77
migrateJobAnnotations:
@@ -133,13 +133,13 @@ frontend:
133133
image:
134134
repository: lasuite/impress-frontend
135135
pullPolicy: Always
136-
tag: "v1.5.1"
136+
tag: "v1.6.0"
137137

138138
yProvider:
139139
image:
140140
repository: lasuite/impress-y-provider
141141
pullPolicy: Always
142-
tag: "v1.5.1"
142+
tag: "v1.6.0"
143143

144144
ingress:
145145
enabled: true

0 commit comments

Comments
 (0)