This commit is contained in:
dataegg 2020-02-04 14:26:23 +08:00
parent fca2461116
commit 1a1cf3ce26
8 changed files with 83 additions and 3 deletions

View File

@ -12,7 +12,7 @@ This is the documentation of FeedMe.
## Version:
- release: 3.12.2
- beta: 3.12.4 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
- beta: 3.13 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
## Download:
- https://play.google.com/store/apps/details?id=com.seazon.feedme
@ -28,8 +28,10 @@ This is the documentation of FeedMe.
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/filter.md">Filter</a>
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/customize_menus.md">Customize Menus</a>
- Feed setting
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/mobilizer.md">Mobilizer and full text download</a>
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/mobilizer.md">Mobilizer and Full Text Download</a>
- Sync
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/storage_and_cache.md">Storage and Cache</a>
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/block_image.md">Blocking images</a>
## <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/qa.md">QA</a>

9
doc/en/block_image.md Normal file
View File

@ -0,0 +1,9 @@
Starting from 3.0.3, FeedMe supports blocking images by long-pressing the images in the article list. The blocked images will no longer be downloaded and displayed.
The purpose of this feature is to block duplicate, irrelevant pictures in the feed.
###### features
- Add up to `32` images, as too many will affect synchronization speed. If you continue to add, the first added will be removed.
- You only need to add the same image once, and FeedMe will recognize and block images with different links but the same content.
- Support regular expressions. (New in version 3.13)
- Added `Blocking Images` menu in the article list. You can view, update or delete the added images. (New in version 3.13)

View File

@ -1,3 +1,11 @@
# 3.13
###### 2020-2-4
- [optimize] Compatible with Android 10 storage mechanism, please see <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/storage_and_cache.md"> Storage and cache </a>
- [optimize] Optimize the function of blocking images, please see <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/block_image.md"> blocking images </a>
- [optimize] Enable `Decode HTML` by default.
- [fix] Fix the problem of opening wrong image in the article screen.
- [other] The minimum supported version is increased to Android 5.
### 3.12.4
###### 2020-1-3
- [optimize]`Decode HTML` adds a global default value(in settings - sync - advanced).

View File

@ -0,0 +1,21 @@
Since version 3.13, FeedMe is compatible with the storage mechanism of Android 10.
###### Storage permissions
No longer requires storage permissions for Android 10+. FeedMe will prompt for authorization if storage access fails for Android 9 and below.
###### Article cache
Prior to the new version, FeedMe allowed to customize the cache location, but during the compatible adaptation process, due to some problems, the cached images could not be displayed on the article page, so the new version does not support the customization of the cache location currently.
If a custom location was set, the default cache location will be automatically used after updating the new version, so a synchronization is required.
###### Settings backup and restore
No longer save to FeedMe preset path, you can choose where to save the backup. Similarly, when you are ready to restore the settings, you need to enter the path where the backup file saved and restore.
###### Articles are saved as HTML files
No longer save to FeedMe preset path, you can choose where to save the backup.
###### save Picture
No longer save to the preset path of FeedMe, all picture will save to the public picture directory.
###### Save feeds in batches
This feature is removed in the new version.

View File

@ -12,7 +12,7 @@ FeedMe是一个RSS阅读器支持以下RSS服务
## 版本:
- 正式: 3.12.2
- 测试: 3.12.4 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
- 测试: 3.13 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
## 下载:
- https://play.google.com/store/apps/details?id=com.seazon.feedme
@ -32,6 +32,8 @@ FeedMe是一个RSS阅读器支持以下RSS服务
- 订阅源设置
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/zh/mobilizer.md">Mobilizer和全文下载</a>
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/zh/sync.md">同步</a>
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/zh/storage_and_cache.md">存储及缓存</a>
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/zh/block_image.md">拦截图片</a>
## <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/qa.md">QA</a>

9
doc/zh/block_image.md Normal file
View File

@ -0,0 +1,9 @@
从 3.0.3 版本开始FeedMe 支持通过长按文章列表的图片来拦截图片,被拦截的图片,以后不再会被下载及显示。
此功能的目的是为了屏蔽订阅源中出现的重复的,和文章无关的图片。
###### 特性
- 最多添加`32`个图片,因为太多会影响同步速度。如果继续添加,会将最先添加的移除。
- 相同图片只需添加一次FeedMe 会识别并拦截图片链接不同但内容相同的图片。
- 支持正则表达式。(3.13 版本新增)
- 文章列表增加`拦截图片`的菜单,可以查看,更新或删除已添加的图片。(3.13 版本新增)

View File

@ -1,3 +1,11 @@
# 3.13
###### 2020-2-4
- [优化]兼容 Android 10 的存储机制,具体请查看 <a href="https://github.com/seazon/FeedMe/blob/master/doc/zh/storage_and_cache.md">存储及缓存</a>
- [优化]优化拦截图片功能,具体请查看 <a href="https://github.com/seazon/FeedMe/blob/master/doc/zh/block_image.md">拦截图片</a>
- [优化]修改 `Decode HTML` 默认为开启。
- [修复]修复文章界面打开图片不一致问题。
- [其他]最低支持版本提高到 Android 5。
### 3.12.4
###### 2020-1-3
- [优化]订阅源HTML转码选项添加全局默认值在设置-同步-高级中)。

View File

@ -0,0 +1,21 @@
从 3.13 版本开始FeedMe 兼容Android 10 的存储机制。
###### 存储权限
Android 10+ 不再需要存储权限。Android 9 及更低版本会在访问存储失败时进行授权提示。
###### 文章缓存
新版本之前FeedMe 允许自定义缓存位置,但是在兼容适配过程中,由于一些问题,导致文章页面无法显示缓存的图片,所以新版暂时不支持缓存位置的自定义。
如果原来设置了自定义位置,更新新版后,会自动使用默认缓存位置,所以需要进行一次同步。
###### 设置备份及恢复
不再保存到 FeedMe 预设的路径,你可以自行选择备份的保存位置。同样的,当你准备恢复设置时,需要进入备份文件保存的路径并恢复。
###### 文章保存为HTML文件
不再保存到 FeedMe 预设的路径,你可以自行选择备份的保存位置。
###### 保存图片
不再保存到 FeedMe 预设的路径,统一保存到公共图片目录。
###### 批量保存订阅源的图片
新版移除此功能。