You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
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
+
7
25
## [4.0.1] - 2025-02-18
8
26
9
27
### Fix
@@ -348,7 +366,8 @@ Thanks to [zak#39](https://github.com/zak39), [smarinier](https://github.com/sma
348
366
- Define users' roles (GeneralManager and WorkspacesManager)
0 commit comments