MeRead Versions Save

A RSS reader built with Flutter and designed with Material You. 简洁、易用的 RSS 阅读器,使用 Flutter 构建和 Material You 设计

v0.6.1

8 months ago

说明

  • 新增 :删除订阅源时可以全选和取消全选
  • 优化 :优化了链接在应用内打开的方式
  • 修复 :OPML 文件解析错误(感谢用户 Feng 的反馈)

What's new

  • feat : Select and deselect all when deleting feeds
  • optimize : Optimized the way links are opened within the app
  • fix : OPML file parsing error (thanks to user Feng for the feedback)

v0.6.0

8 months ago

注意

此版本包含 数据库更新 ,为防止数据丢失,强烈建议你在更新之前通过「导出 OPML」 备份数据

说明

  • 功能 :将数据库从 Sqflite 迁移至 Isar
  • 功能 :使用 Fluttertoast 代替 SnackBar(#13)
  • 功能 :按照订阅源分组阅读文章
  • 功能 :记忆侧边栏订阅源列表展开状态
  • 功能 :批量删除订阅源
  • 功能 :阅读页面新增一个「获取原文」按钮
  • 功能 :订阅源编辑页面可以通过点击订阅源地址进行复制(#21)
  • 修复 :无法导入 OPML 文件(#18)
  • 修复 :阅读页面进入网络链接后返回错误(#9)
  • 修复 :设置全局缩放时页面状态未及时更新
  • 其他 :更新部分 UI 界面

Attention

This version contains database update . To prevent data loss, it is strongly recommended that you backup data through "Export OPML" before updating!

Details

  • feature : migrate database from Sqflite to Isar
  • feature : use Fluttertoast instead of SnackBar (#13)
  • feature : read articles grouped by feed
  • feature : remember sidebar feed list expanded state
  • feature : bulk delete feeds
  • feature : add a "full text" button to the reading page
  • featuer : feed url can be copied by clicking the feed address in feed edit page (#21)
  • fix : unable to import OPML files (#18)
  • fix : error when returned after reading the page and entering the network link (#9)
  • fix : page status is not updated in time when setting global text scale
  • others : update some UI interfaces

v0.5.0

8 months ago

说明 🥗

  • 功能 :应用内检查更新
  • 功能 :英文支持
  • 修复 :设置页面”全局缩放“显示错误 #11

注意:在应用内检查更新时,请自行确认设备网络能正常连接 https://github.com

v0.4.4

9 months ago

说明 🚅

  • 功能 :应一位年纪大的用户的需求,现在可以自定义全局缩放大小了
  • 功能 :应另一位用户的需求,现在可以通过关键词屏蔽文章了
  • 功能 :新增查看开源许可的页面

v0.4.3

1 year ago

说明 ⚡

修复 :使用默认字体时无法正常加载阅读页面

v0.4.2

1 year ago

说明 🍿

  • 功能 :自定义字体现在可以用于阅读界面
  • 设计 :使用 Elevated Card 代替 Filled Card
  • 修复 :壁纸动态取色为 null 时的验证
  • 修复 :视频未居中对齐
  • 优化 :全局状态初始化逻辑
  • 其他 :升级 Flutter 到 3.10.0,带来更全面的 Material You 支持

v0.4.0

1 year ago

❗⚠️ 注意 ⚠️❗

由于签名文件丢失(我的大脑告诉我已经备份了签名文件,我的眼睛告诉我并没有),从 v0.4.0 版本开始使用新的签名文件,v0.4.0 及之后的版本无法覆盖安装 v0.4.0 之前的版本(v0.4.0 之后的版本相互之间可以覆盖安装)。因此,如果你需要升级到 v0.4.0,请先卸载旧版本(可以通过 OPML 的导出与导入迁移订阅源)。

说明 🌈

  • 功能 :去除应用自带的思源宋体,现在可以自定义应用字体
  • 功能 :支持壁纸动态取色(需要 Android 12 及以上的系统)
  • 功能 :重构全文获取功能,大幅度提高全文获取的速度和稳定性
  • 功能 :阅读页面按钮调整,支持一键在浏览器中打开文章与一键分享
  • 设计 :重构设置页面
  • 设计 :订阅源列表和文章列表的调整
  • 设计 :其他一些界面和组件的调整

v0.3.0

1 year ago

说明 🌧️

  • 设计:整体采用 Material 3(Material You)
  • 设计:采用新的 Icon
  • 优化:去除不必要的字体文件,减小安装包大小

v0.2.3

1 year ago

说明 🥟

  • 修复:未读筛选和收藏筛选错误

v0.2.2

1 year ago

说明 🍿

  • 优化:未读筛选和收藏筛选的交互
  • 修复:表格边框不显示