diff --git a/doc/changelog.txt b/doc/changelog.txt index b1bf7ab..7f977e0 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -# upcoming +# v2.4 (2023-08-15) - (new) ARM build support (thanks to @tillcash & @fenuks) - (new) auth configuration via param or env variable (thanks to @pierreprinetti) diff --git a/etc/promo.png b/etc/promo.png index 21f8b6d..3570141 100644 Binary files a/etc/promo.png and b/etc/promo.png differ diff --git a/readme.md b/readme.md index d277172..a731180 100644 --- a/readme.md +++ b/readme.md @@ -3,13 +3,13 @@ **yarr** (yet another rss reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server. -It is written in Go with the frontend in Vue.js. The storage is backed by SQLite. +The app is a single binary with an embedded database (SQLite). ![screenshot](etc/promo.png) ## usage -The latest prebuilt binaries for Linux/MacOS/Windows are available +The latest prebuilt binaries for Linux/MacOS/Windows AMD64 are available [here](https://github.com/nkanaev/yarr/releases/latest). ### macos