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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [7.22.0] - 2026-04-12
8
+
9
+
### Added
10
+
11
+
***Backend**: Search fields. String fields that are added to full text searches with a simple contains search.
12
+
***Frontend**: Add an option to disable to full frontend UI.
13
+
***Frontend**: Increase width of left panel via button.
14
+
***Frontend**: New responsive menu for content fields.
15
+
***Frontend**: New view to view resolved comments also.
16
+
***Frontend**: Resolve comments.
17
+
***Localization**: Add German as another language.
18
+
***Schemas**: User Info fields that contain api keys for authentication.
19
+
***Scripting**: Added a flag to ignore http errors.
20
+
***Scripting**: Added a method to make particular HTTP requests.
21
+
22
+
### Changes
23
+
24
+
***Backend**: Update to .NET 10.
25
+
***Frontend**: Improved form rows for all forms.
26
+
***Frontend**: Several accessability fixes, for example using buttons and anchors correctly.
27
+
***Frontend**: Update of Node and Angular to v21.
28
+
29
+
### Fixes
30
+
31
+
***API**: Seveal fixes to the OpenAPI spec.
32
+
***Backend**: Resolve path bases correctly.
33
+
***Content**: Allow zeros as custom IDs.
34
+
***Content**: Fix fullscreen mode for content fields.
0 commit comments