Skip to content

v0.2.0

Latest

Choose a tag to compare

@JinxinWonderWorld JinxinWonderWorld released this 08 Jun 15:24

RSS Reader 0.2.0

This release focuses on macOS lifecycle behavior, lower idle resource usage, and feed refresh reliability.

What's New

  • Standard macOS window behavior: Command+W closes the window while keeping the app alive in the Dock, and Command+Q fully quits the app.
  • Lower hidden-state resource usage by destroying the WebView when the main window is closed.
  • Rust-backed lightweight background scheduling for feed refresh and cleanup.
  • Conditional feed fetching with ETag and Last-Modified, reducing repeated parsing and unnecessary updates.
  • Lazy article rendering for markdown, HTML sanitizing, code highlighting, and media-heavy content.
  • Video embeds now load only after user action.
  • Added a settings switch to enable or disable keyboard shortcuts.
  • Improved route restore, settings navigation, feed count refresh, and article read-state synchronization.
  • Updated README files for all supported languages.

Notes

  • This release is tested primarily on macOS.
  • If you previously installed an older manually built version, make sure you are launching the updated app from /Applications.
  • The app stores data locally. Existing app data should be preserved when updating with the same app identifier.

Download

Download the .dmg file below, open it, and drag RSS Reader into Applications.


RSS Reader 0.2.0

本次版本重点改进 macOS 窗口生命周期、空闲资源占用,以及订阅刷新可靠性。

更新内容

  • 改为标准 macOS 窗口行为:Command+W 只关闭窗口,应用仍保留在 Dock 中;Command+Q 才会完全退出应用。
  • 关闭主窗口后销毁 WebView,降低无窗口状态下的资源占用。
  • 使用 Rust 侧轻量后台调度器处理订阅刷新和清理任务。
  • 支持基于 ETagLast-Modified 的条件请求,减少无变化订阅的重复解析和更新。
  • 文章详情页按需加载 Markdown、HTML 清洗、代码高亮和重型媒体内容。
  • 视频嵌入默认不自动加载,点击后才加载。
  • 新增快捷键总开关,可在设置中启用或禁用快捷键。
  • 修复路由恢复、设置页导航、订阅计数刷新和文章已读状态同步问题。
  • 更新所有支持语言的 README 文档。

注意事项

  • 当前版本主要针对 macOS 进行测试。
  • 如果你之前安装过手动构建的旧版本,请确认启动的是 /Applications 中的新版本。
  • 应用数据保存在本地;在应用 identifier 不变的情况下,更新安装应保留已有数据。

下载

下载下方 .dmg 文件,打开后将 RSS Reader 拖入 Applications 文件夹即可。