diff --git a/README.md b/README.md index a8be3e6..0d77fd3 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,23 @@ ## Download -Fluent Reader is currently under development and is only available via source code. -Alpha builds will be available in packaged binaries through GitHub releases and Microsoft Store later. +For Windows 10 users, the recommended way of installation is through [Microsoft Store](https://www.microsoft.com/store/apps/9P71FC94LRH8?cid=github). +This enables auto-update and experimental ARM64 support. + +If you are using macOS or an older version of Windows, you can also [get Fluent Reader from GitHub releases](https://github.com/yang991178/fluent-reader/releases). + +## Features
+- A modern UI inspired by Fluent Design System with full dark mode support. +- Importing or exporting OPML files, full application data backup & restoration. +- Read the full content with the built-in article view or load webpages by default. +- Search for articles with regular expressions or filter by read status. +- Organize your subscriptions with folder-like groupings. + ## Development ### Build from source diff --git a/docs/styles.css b/docs/styles.css index 806d8c6..3812559 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -67,10 +67,13 @@ a:hover, a:active { .screenshot { display: block; margin: 0 auto; - width: 95%; + width: 90%; max-width: 1464px; overflow: hidden; } +.screenshot > img { + width: 100%; +} .light-container { padding-bottom: 48px;