Skip to content

Commit

Permalink
doc: update changelog (en)
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Sep 6, 2023
1 parent 10b3a5c commit 6f575a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/user-guide/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The following list of changes is the list that has not yet been released, code c
- `Web` settings page can configure the global "minimum number of items returned per page" and "maximum number of items"
- `Web` for iOS applications, the application version details page displays the expiration time information of the signing certificate and the logical restriction of installation failure due to expired signing certificate (can be downloaded)
- `Web` adds or updates JSON format verification to network hooks and settings pages.
- `Web` supports registering test devices to Apple developers with custom device names and editing/updating device names after creation.
- `Web` supports downloading private key certificates for Apple developers.

#### Fixed

Expand All @@ -28,6 +30,12 @@ The following list of changes is the list that has not yet been released, code c
- `Web` corrects errors in the English language package (en language i18n)
- `Web` fixes the error page that appears when creating an empty application type
- `Web` fixes the 404 error page that appears when a file is not found.
- `API` fixes the logic optimization of comparing build_version for retrieving the latest version of an application.
- `Web` optimizes the error handling for custom field format during application upload.
- `Web` optimizes the correct redirection for URL injection, empty application history versions, and unregistered devices.
- `Web` optimizes the display of error information for backup tasks.
- `Web` adds type detection for application types and debug files during application upload.
- `Web` fixes the error message of not preselecting the creation of a Distribution Certificate for Apple developers.

## 4.7.1 (2023-03-10)

Expand Down

1 comment on commit 6f575a6

@vercel
Copy link

@vercel vercel bot commented on 6f575a6 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.