🔖(minor) release 2.5.0

Added:
- 📝(doc) Added GNU Make link to README
- (frontend) add pinning on doc detail
- 🚩(frontend) feature flag analytic on copy as html
- (frontend) Custom block divider with export
- 🌐(i18n) activate dutch language

Changed:
- 🧑‍💻(frontend) change literal section open source
- ♻️(frontend) replace cors proxy for export
- 🚨(gitlint) Allow uppercase in commit messages

Fixed:
- 🐛(frontend) SVG export
- 🐛(frontend) remove scroll listener table content
- 🔒️(back) restrict access to favorite_list endpoint
- 🐛(backend) refactor to fix filtering on children
    and descendants views
- 🐛(action) fix notify-argocd workflow
- 🚨(helm) fix helmfile lint
- 🚚(frontend) redirect to 401 page when 401 error
This commit is contained in:
Anthony LC
2025-03-19 09:29:50 +01:00
committed by Anthony LC
parent 51cc26b916
commit bbe17156be
11 changed files with 18 additions and 14 deletions

View File

@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased] ## [Unreleased]
## [2.5.0] - 2025-03-18
## Added ## Added
- 📝(doc) Added GNU Make link to README #750 - 📝(doc) Added GNU Make link to README #750
@@ -15,12 +17,15 @@ and this project adheres to
- 🚩(frontend) feature flag analytic on copy as html #649 - 🚩(frontend) feature flag analytic on copy as html #649
- ✨(frontend) Custom block divider with export #698 - ✨(frontend) Custom block divider with export #698
- 🌐(i18n) activate dutch language #742 - 🌐(i18n) activate dutch language #742
- ✨(frontend) add Beautify action to AI transform #478
- ✨(frontend) add Emojify action to AI transform #478
## Changed ## Changed
- 🧑‍💻(frontend) change literal section open source #702 - 🧑‍💻(frontend) change literal section open source #702
- ♻️(frontend) replace cors proxy for export #695 - ♻️(frontend) replace cors proxy for export #695
- 🚨(gitlint) Allow uppercase in commit messages #756 - 🚨(gitlint) Allow uppercase in commit messages #756
- ♻️(frontend) Improve AI translations #478
## Fixed ## Fixed
@@ -39,13 +44,10 @@ and this project adheres to
## Added ## Added
- ✨(frontend) synchronize language-choice #401 - ✨(frontend) synchronize language-choice #401
- ✨(frontend) add Beautify action to AI transform #478
- ✨(frontend) add Emojify action to AI transform #478
## Changed ## Changed
- Use sentry tags instead of extra scope - Use sentry tags instead of extra scope
- ♻️(frontend) Improve AI translations #478
## Fixed ## Fixed
@@ -466,7 +468,9 @@ and this project adheres to
- ✨(frontend) Coming Soon page (#67) - ✨(frontend) Coming Soon page (#67)
- 🚀 Impress, project to manage your documents easily and collaboratively. - 🚀 Impress, project to manage your documents easily and collaboratively.
[unreleased]: https://github.com/numerique-gouv/impress/compare/v2.3.0...main [unreleased]: https://github.com/numerique-gouv/impress/compare/v2.5.0...main
[v2.5.0]: https://github.com/numerique-gouv/impress/releases/v2.5.0
[v2.4.0]: https://github.com/numerique-gouv/impress/releases/v2.4.0
[v2.3.0]: https://github.com/numerique-gouv/impress/releases/v2.3.0 [v2.3.0]: https://github.com/numerique-gouv/impress/releases/v2.3.0
[v2.2.0]: https://github.com/numerique-gouv/impress/releases/v2.2.0 [v2.2.0]: https://github.com/numerique-gouv/impress/releases/v2.2.0
[v2.1.0]: https://github.com/numerique-gouv/impress/releases/v2.1.0 [v2.1.0]: https://github.com/numerique-gouv/impress/releases/v2.1.0

View File

@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "impress" name = "impress"
version = "2.4.0" version = "2.5.0"
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }] authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",

View File

@@ -1,6 +1,6 @@
{ {
"name": "app-e2e", "name": "app-e2e",
"version": "2.4.0", "version": "2.5.0",
"private": true, "private": true,
"scripts": { "scripts": {
"lint": "eslint . --ext .ts", "lint": "eslint . --ext .ts",

View File

@@ -1,6 +1,6 @@
{ {
"name": "app-impress", "name": "app-impress",
"version": "2.4.0", "version": "2.5.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",

View File

@@ -1,6 +1,6 @@
{ {
"name": "impress", "name": "impress",
"version": "2.4.0", "version": "2.5.0",
"private": true, "private": true,
"workspaces": { "workspaces": {
"packages": [ "packages": [

View File

@@ -1,6 +1,6 @@
{ {
"name": "eslint-config-impress", "name": "eslint-config-impress",
"version": "2.4.0", "version": "2.5.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"lint": "eslint --ext .js ." "lint": "eslint --ext .js ."

View File

@@ -1,6 +1,6 @@
{ {
"name": "packages-i18n", "name": "packages-i18n",
"version": "2.4.0", "version": "2.5.0",
"private": true, "private": true,
"scripts": { "scripts": {
"extract-translation": "yarn extract-translation:impress", "extract-translation": "yarn extract-translation:impress",

View File

@@ -1,6 +1,6 @@
{ {
"name": "server-y-provider", "name": "server-y-provider",
"version": "2.4.0", "version": "2.5.0",
"description": "Y.js provider for docs", "description": "Y.js provider for docs",
"repository": "https://github.com/numerique-gouv/impress", "repository": "https://github.com/numerique-gouv/impress",
"license": "MIT", "license": "MIT",

View File

@@ -1,7 +1,7 @@
environments: environments:
dev: dev:
values: values:
- version: 2.4.0 - version: 2.5.0
--- ---
repositories: repositories:
- name: bitnami - name: bitnami

View File

@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
type: application type: application
name: docs name: docs
version: 2.4.0 version: 2.5.0
appVersion: latest appVersion: latest

View File

@@ -1,6 +1,6 @@
{ {
"name": "mail_mjml", "name": "mail_mjml",
"version": "2.4.0", "version": "2.5.0",
"description": "An util to generate html and text django's templates from mjml templates", "description": "An util to generate html and text django's templates from mjml templates",
"type": "module", "type": "module",
"dependencies": { "dependencies": {