This commit is contained in:
shawn 2023-12-07 22:11:50 +08:00
parent a43e92698c
commit 3c99892ff1
4 changed files with 18 additions and 4 deletions

View File

@ -11,8 +11,8 @@ FeedMe is an reader client application for RSS service:
This is the documentation of FeedMe.
## Version:
- release: 4.1.3
- beta: 4.1.4 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
- release: 4.1.4
- beta: 4.1.5 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
## Download:
- https://play.google.com/store/apps/details?id=com.seazon.feedme

View File

@ -1,3 +1,10 @@
### 4.1.5
###### 2023-12-07
- [optimize] Improve style for HTML code tag.
- [optimize] New option in `setting` - `control` to disable open image in article page.
- [fix] Fix wrong parsing in code tag. https://github.com/seazon/FeedMe/issues/659
- [fix] Fix some crash issues.
### 4.1.4
###### 2023-11-27
- [fix] Fix crash while play audio on Android 14.

View File

@ -11,8 +11,8 @@ FeedMe是一个RSS阅读器支持以下RSS服务
这是FeedMe的使用文档。
## 版本:
- 正式: 4.1.3
- 测试: 4.1.4 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
- 正式: 4.1.4
- 测试: 4.1.5 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
## 下载:
- https://play.google.com/store/apps/details?id=com.seazon.feedme

View File

@ -1,3 +1,10 @@
### 4.1.5
###### 2023-12-07
- [优化] 优化 HTML code 标签的样式。
- [优化] `设置`-`操纵`中新增选项:禁止在文章页面打开图片。
- [修复] 修复 HTML code 标签中的解析错误。 https://github.com/seazon/FeedMe/issues/659
- [修复] 修复一些崩溃问题。
### 4.1.4
###### 2023-11-27
- [修复] 修复在 Android 14 上播放音频时崩溃的问题。