Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Nov 19, 2024
1 parent 8eaea33 commit 58a6c34
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
22 changes: 22 additions & 0 deletions 1000-hours/enjoy-app/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# 版本更新

## v0.7.0

### 新增功能

- 增加导入文档功能,可跟读、翻译等,支持导入本地 epub, txt, markdown 等格式文本,同时支持在线文章导入
- 重构软件顶部栏和侧边栏
- 本地 whisper 增加更多配置项,可选择 `whisper.cpp` 版本
- 导入音视频时,增加是否压缩的选项
- 增加默认的 TTS 配置
- Mixin 可以选择扫码登录

### 修复故障

- 修复字幕旧格式导致的错误
- 重复导入相同资源时,将更新资源的修改时间,使其置于排序靠前
- 修复字幕中特殊符号(例如破折号)导致显示异常的问题

### 其他

- 重构部分代码,优化可维护性
- 优化 UI 样式

## v0.6.1

### 修复故障
Expand Down
12 changes: 6 additions & 6 deletions 1000-hours/enjoy-app/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Enjoy App 是一个跨平台的桌面应用,可以在 Windows、Mac 和 Linux

请根据电脑设备的操作系统,下载相应的版本安装使用。

当前最新版本:**v0.6.1**
当前最新版本:**v0.7.0**

## Windows

支持 Windows 10 以上版本。

[点击下载](https://dl.enjoy.bot/app/win32/x64/Enjoy-0.6.1%20Setup.exe)
[点击下载](https://dl.enjoy.bot/app/win32/x64/Enjoy-0.7.0%20Setup.exe)

下载后,双击即可安装。

Expand All @@ -33,8 +33,8 @@ A JavaScript error occurred in the main process

根据使用 Mac 电脑的芯片不同,需要下载不同的版本。

- [Silicon 芯片版本(arm64)](https://dl.enjoy.bot/app/darwin/arm64/Enjoy-0.6.1-arm64.dmg)
- [Intel 芯片版本(x64)](https://dl.enjoy.bot/app/darwin/x64/Enjoy-0.6.1-x64.dmg)
- [Silicon 芯片版本(arm64)](https://dl.enjoy.bot/app/darwin/arm64/Enjoy-0.7.0-arm64.dmg)
- [Intel 芯片版本(x64)](https://dl.enjoy.bot/app/darwin/x64/Enjoy-0.7.0-x64.dmg)

::: info 如何查看本机配置
M1 以后的 Mac 电脑型号(M1、M2、M3),均为 Silicon 芯片。
Expand All @@ -52,8 +52,8 @@ M1 以后的 Mac 电脑型号(M1、M2、M3),均为 Silicon 芯片。

请根据不同发行版本选用安装文件。

- [下载 deb 版本](https://dl.enjoy.bot/app/linux/x64/enjoy_0.6.1_amd64.deb)
- [下载 zip 版本](https://dl.enjoy.bot/app/linux/x64/Enjoy-linux-x64-0.6.1.zip)
- [下载 deb 版本](https://dl.enjoy.bot/app/linux/x64/enjoy_0.7.0_amd64.deb)
- [下载 zip 版本](https://dl.enjoy.bot/app/linux/x64/Enjoy-linux-x64-0.7.0.zip)

## 历史版本

Expand Down

0 comments on commit 58a6c34

Please sign in to comment.