Skip to content

Commit 8f8926a

Browse files
committed
doc: Update the CHANGELOG for the 4.0.2 release
1 parent f088617 commit 8f8926a

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.0.2] - 2025-03-18
8+
9+
### Changed
10+
11+
- Backport: various translation corrections in the French version of the application by @zak39 in in [#1210](https://github.com/arawa/workspace/pull/1210) and [#1189](https://github.com/arawa/workspace/pull/1189)
12+
- Backport: restores the display of an added group in the left menu when adding this group by @zak39 in [#1188](https://github.com/arawa/workspace/pull/1188)
13+
- Backport: in the group or workspace management interface, the list of groups to which each user belongs is now arranged in alphabetical order by @zak39 in [#1200](https://github.com/arawa/workspace/pull/1200)
14+
- The added group icon is now compatible with dark mode by @smarinier in [#1206](https://github.com/arawa/workspace/pull/1206)
15+
16+
### Fixed
17+
18+
- Backport: keep the focus on the user search input field when it opens, to quickly enter a search. by @zak39 in [#1205](https://github.com/arawa/workspace/pull/1205)
19+
- Backport: Reduce loading time when searching for added groups by @zak39 in [#1193](https://github.com/arawa/workspace/pull/1193)
20+
- Backport: Remove duplicate users request by @zak39 in #1196 and [#1191](https://github.com/arawa/workspace/pull/1191)
21+
- Backport: Repair display name changes for workspace groups and subgroups in PostgreSQL by @zak39 in [#1198](https://github.com/arawa/workspace/pull/1198)
22+
- When importing a .csv file, make sure it is closed after analyzing the separator type by @smarinier in [#1183](https://github.com/arawa/workspace/pull/1183)
23+
- Determine if a user belongs to an added group by @smarinier in [#1202](https://github.com/arawa/workspace/pull/1202)
24+
725
## [4.0.1] - 2025-02-18
826

927
### Fix
@@ -348,7 +366,8 @@ Thanks to [zak#39](https://github.com/zak39), [smarinier](https://github.com/sma
348366
- Define users' roles (GeneralManager and WorkspacesManager)
349367

350368

351-
[Unreleased]: https://github.com/arawa/workspace/compare/v4.0.1...main
369+
[Unreleased]: https://github.com/arawa/workspace/compare/v4.0.2...main
370+
[4.0.2]: https://github.com/arawa/workspace/compare/v4.0.1...4.0.2
352371
[4.0.1]: https://github.com/arawa/workspace/compare/v4.0.0...4.0.1
353372
[4.0.0]: https://github.com/arawa/workspace/compare/v3.3.2...4.0.0
354373
[3.3.2]: https://github.com/arawa/workspace/compare/v3.3.1...3.0.2

0 commit comments

Comments
 (0)