Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.0 #122

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/self-hosted/deployment/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ sidebar_label: "Architecture"

# Zealot Architecture

:::warning

Zealot is no longer in need of redis service after the official release of 5.3.0, for more details,
check [#1318](https://github.com/tryzealot/zealot/pull/1318) please.

:::

Running Zealot requires the following set of services.

- Mostly Linux based on amd86, arm64.
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/deployment/docker/step-by-step.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a handy guide to deploying with Docker, as well as a breakdown of the [o

## Versions

- Stable version - 5.3.7/latest - `ghcr.io/tryzealot/zealot:latest`
- Stable version - 6.0.0/latest - `ghcr.io/tryzealot/zealot:latest`
- Nightly version - develop - `ghcr.io/tryzealot/zealot:nightly` - Based on branch `develop` builds per commit.

## Registry
Expand Down
7 changes: 0 additions & 7 deletions docs/self-hosted/deployment/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ sidebar_label: "Requirements"

# Zealot Self Hosted Requirements

:::warning

Zealot is no longer in need of redis service after the official release of 5.3.0, for more details,
check [#1318](https://github.com/tryzealot/zealot/pull/1318) please.

:::

This page incldues useful information on the requirements that are needed to install and run Zealot on your servers.

## Operating Systems
Expand Down
8 changes: 6 additions & 2 deletions docs/user-guide/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ The following list of changes is the list that has not yet been released, code c

:::

## 6.0.0 (2024-11-?)

Fully optimized Web UI design, Added HarmonyOS App support.

#### 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)
Expand Down Expand Up @@ -745,7 +748,8 @@ For many years, it was developed and operated internally within the company and
It used to undertake many functions, but now it has been separated to focus on providing
application hosting and distribution services

[Unreleased]: https://github.com/tryzealot/zealot/compare/5.3.7...HEAD
[Unreleased]: https://github.com/tryzealot/zealot/compare/6.0.0...HEAD
[6.0.0]: https://github.com/tryzealot/zealot/compare/5.3.7...6.0.0
[5.3.7]: https://github.com/tryzealot/zealot/compare/5.3.6...5.3.7
[5.3.6]: https://github.com/tryzealot/zealot/compare/5.3.5...5.3.6
[5.3.5]: https://github.com/tryzealot/zealot/compare/5.3.4...5.3.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ sidebar_label: "服务架构"

# Zealot 服务架构

:::warning

Zealot 将在 5.3.0 正式版本后不再需要 redis 服务,详情参见 [#1318](https://github.com/tryzealot/zealot/pull/1318)。

:::

运行 Zealot 依赖如下服务才能保证正常运行

- 支持 `amd86`、`arm64` 架构的主流 Linux 系统
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_label: "详细步骤"

## 版本列表

- 稳定版本 - 5.3.7/latest - `ghcr.io/tryzealot/zealot:latest`
- 稳定版本 - 6.0.0/latest - `ghcr.io/tryzealot/zealot:latest`
- 测试版本 - develop - `ghcr.io/tryzealot/zealot:nightly` - 基于 develop 分支每次提交构建的版本

## 镜像仓库
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ sidebar_label: "依赖"

# Zealot 自部署依赖

:::warning

Zealot 将在 5.3.0 正式版本后不再需要 redis 服务,详情参见 [#1318](https://github.com/tryzealot/zealot/pull/1318)。

:::

如果想要顺利并发挥 Zealot 最佳状态运行,本页面提供了安装所需的各自软硬环境的依赖安装信息。

## 操作系统
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

这里罗列了 Zealot 服务所需的所有数据存储,在还没有提供更好的备份管理工具之前,方便有能力的用户能够手动备份和恢复数据使用。

:::warning

Zealot 将在 5.3.0 正式版本后不再需要 redis 服务,详情参见 [#1318](https://github.com/tryzealot/zealot/pull/1318)。

:::

## Postgres

用于存储和管理一切和 Zealot 有关数据,这个就不用多说了。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@

:::

## 6.0.0 (2024-11-?)

全新优化 UI 设计,新增鸿蒙应用解析。

#### 新增

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

之前多年一直是公司内部开发和运营并没有开源,曾经承担过很多的功能到现在脱离出来专注提供应用托管和分发的服务。

[未发布]: https://github.com/tryzealot/zealot/compare/5.3.7...HEAD
[未发布]: https://github.com/tryzealot/zealot/compare/6.0.0...HEAD
[6.0.0]: https://github.com/tryzealot/zealot/compare/5.3.7...6.0.0
[5.3.7]: https://github.com/tryzealot/zealot/compare/5.3.6...5.3.7
[5.3.6]: https://github.com/tryzealot/zealot/compare/5.3.5...5.3.6
[5.3.5]: https://github.com/tryzealot/zealot/compare/5.3.4...5.3.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_label: "详细步骤"

## 版本列表

- 稳定版本 - 5.3.7/latest - `ghcr.io/tryzealot/zealot:latest`
- 稳定版本 - 6.0.0/latest - `ghcr.io/tryzealot/zealot:latest`
- 测试版本 - develop - `ghcr.io/tryzealot/zealot:nightly` - 基于 develop 分支每次提交构建的版本

## 镜像仓库
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"crowdin": "crowdin"
},
"dependencies": {
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/core": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@gracefullight/docusaurus-plugin-microsoft-clarity": "^1.0.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
Expand All @@ -32,8 +32,8 @@
"devDependencies": {
"@babel/helper-explode-assignable-expression": "^7.18.6",
"@crowdin/cli": "^4.2.0",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/types": "^3.5.2"
"@docusaurus/module-type-aliases": "^3.6.1",
"@docusaurus/types": "^3.6.1"
},
"browserslist": {
"production": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a handy guide to deploying with Docker, as well as a breakdown of the [o

## Versions

- Stable version - 5.3.7/latest - `ghcr.io/tryzealot/zealot:latest`
- Stable version - 6.0.0/latest - `ghcr.io/tryzealot/zealot:latest`
- Nightly version - develop - `ghcr.io/tryzealot/zealot:nightly` - Based on branch `develop` builds per commit.

## Registry
Expand Down
Loading