Skip to content

Commit db19570

Browse files
committed
πŸ”–(minor) release version 0.4.0
Update all version files and changelog for minor release. Added - Store thread read state per thread access #575 ⚠️ This migration requires a search reindex to be run after the upgrade. - Store and display the user who sent a message #574 - Display selected threads count in right panel #576 - Add skip navigation link for keyboard users #573 - Add DeployCenter backend for syncing maildomain admins #572 - Add management command to print all users of the instance Changed - Bump keycloak to 26.5.4 #571 - Add migrations-check Makefile command Fixed - Preserve scroll position across renders #578 - Convert newlines to `<br>` in styled text #577 - Scope labels and user_role to the requested mailbox
1 parent 2c9d974 commit db19570

File tree

11 files changed

+108
-93
lines changed

11 files changed

+108
-93
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.4.0] - 2026-03-05
12+
13+
### Added
14+
15+
- Store thread read state per thread access #575
16+
17+
_⚠️ This migration requires a search reindex to be run after the upgrade._
18+
19+
- Store and display the user who sent a message #574
20+
- Display selected threads count in right panel #576
21+
- Add skip navigation link for keyboard users #573
22+
- Add DeployCenter backend for syncing maildomain admins #572
23+
- Add management command to print all users of the instance
24+
25+
### Changed
26+
27+
- Bump keycloak to 26.5.4 #571
28+
- Add migrations-check Makefile command
29+
30+
### Fixed
31+
32+
- Preserve scroll position across renders #578
33+
- Convert newlines to `<br>` in styled text #577
34+
- Scope labels and user_role to the requested mailbox
35+
1136
## [0.3.0] - 2026-02-24
1237

1338
### Added
@@ -110,7 +135,8 @@ and this project adheres to
110135
- Exclude `is_trashed` and `is_spam` threads from search results by default
111136
- `to` search modifier now looks for messages where recipient fields (to, cc, bcc) contain the given email address.
112137

113-
[unreleased]: https://github.com/suitenumerique/messages/compare/v0.3.0...main
138+
[unreleased]: https://github.com/suitenumerique/messages/compare/v0.4.0...main
139+
[0.4.0]: https://github.com/suitenumerique/messages/compare/v0.3.0...v0.4.0
114140
[0.3.0]: https://github.com/suitenumerique/messages/compare/v0.2.0...v0.3.0
115141
[0.2.0]: https://github.com/suitenumerique/messages/releases/v0.2.0
116142
[0.1.1]: https://github.com/suitenumerique/messages/releases/v0.1.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "messages-backend"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
authors = [{ "name" = "ANCT", "email" = "suiteterritoriale@anct.gouv.fr" }]
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",

β€Žsrc/backend/uv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsrc/e2e/package-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "st-messages-e2e",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"description": "End-to-end tests for Messages application",
66
"engines": {
77
"node": ">=22.0.0 <23.0.0",

0 commit comments

Comments
Β (0)