Skip to content

Commit

Permalink
Merge pull request #478 from matsduf/preparation-release-v2024.1
Browse files Browse the repository at this point in the history
Preparation for release v2024.1 (GUI)
  • Loading branch information
matsduf authored Jul 1, 2024
2 parents 2081722 + e9263b8 commit 588efe3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Release history for Zonemaster component Zonemaster-GUI


v4.3.0 2024-07-01 (part of Zonemaster v2024.1 release)

[Release information]
- Translations have not been fully updated in this release. They will
be updated in an upcoming release.

[Features]
- Improves run test form (#461)
- Makes IDN names being displayed as both A-label and U-label (#464)
- Makes severity levels and module names in result page
optionally being translated (#463)

[Fixes]
- Cleans up old FAQ architecture files (#466)
- Updates translation documentation (#462)
- Makes history modal close (#465)
- Avoid bundling the mock interceptor in prod environment (#448)


v4.2.0 2024-03-18 (public release version)

[Release information]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zonemaster-gui",
"version": "4.2.0",
"version": "4.3.0",
"license": "BSD-2-Clause",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const clientInfo = {
version: '4.2.0',
version: '4.3.0',
id: 'Zonemaster-GUI'
};

0 comments on commit 588efe3

Please sign in to comment.