diff --git a/doc/en/patches.md b/doc/en/patches.md index 5d3a9f5..29a1031 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -10,6 +10,7 @@ - [new] When the screen width exceeds 640dp, the first screen displays both article list and the sidebar. (Android 7.1+ devices with virtual navigation bar will have display problems when rotating horizontal screen clockwise) - [new] Support Bluetooth headset (play and stop). - [new] `Image Browser` Add `Disable` option. +- [new] Feedbin supports self-hosted. - [optimize] Pull down refresh always synchronizes the current list, not whole. If the current list is `all items`, it is similar to the overall synchronization. - [optimize] Optimize the FreshRSS login experience and automatically complete the API address. - [optimize] Optimize one-tap sharing to Todoist in article page. diff --git a/doc/zh/patches.md b/doc/zh/patches.md index f755d03..9171b68 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -10,6 +10,7 @@ - [新增] 当屏幕宽度超过640dp时,首页同时显示文章列表与侧栏。(7.1以上带虚拟导航栏的设备在顺时针旋转横屏时会有显示问题) - [新增] 支持蓝牙耳机(播放与停止)。 - [新增] `图片浏览器`增加`禁用`选项。 +- [新增] Feedbin支持自建主机。 - [优化] 下拉刷新总是同步当前列表,而不是整体同步。如果当前列表为`所有条目`,则类似于整体同步。 - [优化] 优化FreshRSS登录体验,自动补全API地址。 - [优化] 优化文章页一键分享至Todoist。