Skip to content

Commit abf7dfa

Browse files
Changelog for 7.22.0
1 parent 53ba306 commit abf7dfa

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

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.
35+
* **Content**: Fixes to the rich text editor.
36+
* **Frontend**: Encode JSON query strings correctly.
37+
* **Frontend**: Several fixes to the query system.
38+
739
## [7.21.0] - 2025-07-23
840

941
### Added

0 commit comments

Comments
 (0)