diff --git a/CHANGELOG.md b/CHANGELOG.md index 9802e4e9..1629809d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,19 +8,22 @@ and this project adheres to ## [Unreleased] +## [3.4.0] - 2025-07-09 + ### Added - ✨(frontend) multi-pages #701 +- ✨(frontend) Duplicate a doc #1078 +- ✨Ask for access #1081 +- ✨(frontend) add customization for translations #857 - ✨(backend) add ancestors links definitions to document abilities #846 - ✨(backend) include ancestors accesses on document accesses list view # 846 - ✨(backend) add ancestors links reach and role to document API #846 -- ✨(frontend) add customization for translations #857 -- ✨(frontend) Duplicate a doc #1078 - 📝(project) add troubleshoot doc #1066 - 📝(project) add system-requirement doc #1066 - 🔧(front) configure x-frame-options to DENY in nginx conf #1084 -- ✨(backend) allow to disable checking unsafe mimetype on attachment upload -- ✨Ask for access #1081 +- ✨(backend) allow to disable checking unsafe mimetype on + attachment upload #1099 - ✨(doc) add documentation to install with compose #855 - ✨ Give priority to users connected to collaboration server (aka no websocket feature) #1093 @@ -43,8 +46,7 @@ and this project adheres to - 🐛(frontend) fix meta title #1017 - 🔧(git) set LF line endings for all text files #1032 - 📝(docs) minor fixes to docs/env.md -- ✨(backend) support `_FILE` environment variables for secrets #912 -- ✨(frontend) support `_FILE` environment variables for secrets #912 +- ✨support `_FILE` environment variables for secrets #912 ### Removed @@ -634,7 +636,8 @@ and this project adheres to - ✨(frontend) Coming Soon page (#67) - 🚀 Impress, project to manage your documents easily and collaboratively. -[unreleased]: https://github.com/numerique-gouv/impress/compare/v3.3.0...main +[unreleased]: https://github.com/numerique-gouv/impress/compare/v3.4.0...main +[v3.4.0]: https://github.com/numerique-gouv/impress/releases/v3.4.0 [v3.3.0]: https://github.com/numerique-gouv/impress/releases/v3.3.0 [v3.2.1]: https://github.com/numerique-gouv/impress/releases/v3.2.1 [v3.2.0]: https://github.com/numerique-gouv/impress/releases/v3.2.0 diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 46867bee..b2ff3590 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "impress" -version = "3.3.0" +version = "3.4.0" authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/src/frontend/apps/e2e/package.json b/src/frontend/apps/e2e/package.json index e4e4aeaf..71abc885 100644 --- a/src/frontend/apps/e2e/package.json +++ b/src/frontend/apps/e2e/package.json @@ -1,6 +1,6 @@ { "name": "app-e2e", - "version": "3.3.0", + "version": "3.4.0", "private": true, "scripts": { "lint": "eslint . --ext .ts", diff --git a/src/frontend/apps/impress/package.json b/src/frontend/apps/impress/package.json index a776035e..9eaca4d8 100644 --- a/src/frontend/apps/impress/package.json +++ b/src/frontend/apps/impress/package.json @@ -1,6 +1,6 @@ { "name": "app-impress", - "version": "3.3.0", + "version": "3.4.0", "private": true, "scripts": { "dev": "next dev", diff --git a/src/frontend/package.json b/src/frontend/package.json index 57fba594..297b244a 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "3.3.0", + "version": "3.4.0", "private": true, "workspaces": { "packages": [ diff --git a/src/frontend/packages/eslint-config-impress/package.json b/src/frontend/packages/eslint-config-impress/package.json index 3f9aed41..d2f9bdf9 100644 --- a/src/frontend/packages/eslint-config-impress/package.json +++ b/src/frontend/packages/eslint-config-impress/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-impress", - "version": "3.3.0", + "version": "3.4.0", "license": "MIT", "scripts": { "lint": "eslint --ext .js ." diff --git a/src/frontend/packages/i18n/package.json b/src/frontend/packages/i18n/package.json index 5d3d49c7..cef4456f 100644 --- a/src/frontend/packages/i18n/package.json +++ b/src/frontend/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "packages-i18n", - "version": "3.3.0", + "version": "3.4.0", "private": true, "scripts": { "extract-translation": "yarn extract-translation:impress", diff --git a/src/frontend/servers/y-provider/package.json b/src/frontend/servers/y-provider/package.json index c6ba8261..e368dca6 100644 --- a/src/frontend/servers/y-provider/package.json +++ b/src/frontend/servers/y-provider/package.json @@ -1,6 +1,6 @@ { "name": "server-y-provider", - "version": "3.3.0", + "version": "3.4.0", "description": "Y.js provider for docs", "repository": "https://github.com/numerique-gouv/impress", "license": "MIT", diff --git a/src/helm/helmfile.yaml b/src/helm/helmfile.yaml index 8b34eea1..be3ccfa5 100644 --- a/src/helm/helmfile.yaml +++ b/src/helm/helmfile.yaml @@ -1,7 +1,7 @@ environments: dev: values: - - version: 3.3.0 + - version: 3.4.0 --- repositories: - name: bitnami diff --git a/src/helm/impress/Chart.yaml b/src/helm/impress/Chart.yaml index b6f5de0f..4d29dec8 100644 --- a/src/helm/impress/Chart.yaml +++ b/src/helm/impress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 type: application name: docs -version: 3.4.0-beta.2 +version: 3.4.0 appVersion: latest diff --git a/src/mail/package.json b/src/mail/package.json index d904d626..539613ee 100644 --- a/src/mail/package.json +++ b/src/mail/package.json @@ -1,6 +1,6 @@ { "name": "mail_mjml", - "version": "3.3.0", + "version": "3.4.0", "description": "An util to generate html and text django's templates from mjml templates", "type": "module", "dependencies": {