Skip to content

Commit

Permalink
doc: update unreleased changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Sep 27, 2024
1 parent 503b1ab commit 9676aa0
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/user-guide/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ The following list of changes is the list that has not yet been released, code c

:::

#### Added

- `Web` Fully optimized interface design, new color schemes, new user experience.
- `Web` Optimized user experience for common interfaces, improving page loading speed.
- `Web` Optimized user experience for common interfaces, improving page loading speed.
- `Web/API` Added basic information upload and unpacking for HarmonyOS system. Thanks to [InjoyDeng](https://github.com/InjoyDeng)
- `Web` Friendly prompt provided when attempting to retrieve iOS device UDID on mobile app based on installation restrictions.
- `Docker` Added `ZEALOT_POSTGRES_URL` environment variable to configure the database via URL. (old separate field environment variables also retained)
- `Docker` Added SMTP verification test before service startup.

#### Fixed

- `API` Optimized logic for registering iOS devices to Apple Developer Account.
- `Web` Optimized English language pack.

#### Changed

- `API` Application upload interface now supports not parsing metadata.
- `Development Environment` Ruby upgraded to 3.3.5 and NodeJS upgraded to 20.17.0.

#### Fixed

- `Web` Reverted logic in version 5.3.5 regarding disabling all third-party login authorization when disabling user registration mode. [#1671](https://github.com/tryzealot/zealot/issues/1671) [#1645](https://github.com/tryzealot/zealot/issues/1645) Thanks to [officebluesource](https://github.com/officebluesource)
- `Docker` Fixed exception error triggered during initialization data.

## 5.3.7 (2024-09-27)

Full [commit changes][5.3.7].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@

:::

#### 新增

- `Web` 全面优化界面设计,新的配色、新的用户体验
- `Web` 优化常用界面的用户体验,提升页面打开速度
- `Web` 优化常用界面的用户体验,提升页面打开速度
- `Web/API` 新增对鸿蒙系统的基础信息上传和解包解析。 感谢 [InjoyDeng](https://github.com/InjoyDeng)
- `Web` 手机应用获取 iOS 设备 UDID 会根据限制安装设置给出友好提示
- `Docker` 新增 `ZEALOT_POSTGRES_URL` 环境变量通过 URL 配置数据库(老的单独字段环境变量也保留)
- `Docker` 服务启动前增加配置的 SMTP 验证测试

#### 修复

- `API` 优化注册测试 iOS 设备到苹果开发者账户的逻辑
- `Web` 优化英文语言包

#### 变更

- `API` 上传应用接口支持不解析元信息
- `开发环境` Ruby 升级至 3.3.5 和 NodeJS 升级至 20.17.0

#### 修复

- `Web` 撤回 5.3.5 版本关于关闭用户注册模式后同时禁用所有第三方登录授权登录的逻辑。 [#1671](https://github.com/tryzealot/zealot/issues/1671) [#1645](https://github.com/tryzealot/zealot/issues/1645) 感谢 [officebluesource](https://github.com/officebluesource)
- `Docker` 修复初始化数据时会引发异常报错。

## 5.3.7 (2024-09-27)

详细[代码变更记录][5.3.7].
Expand Down

0 comments on commit 9676aa0

Please sign in to comment.