Compare commits

..

No commits in common. "98934daee46cbc7956eaaf4f8ccf55f987028c6f" and "1e65a7951bb1fb683548755029e4acc7cd38f405" have entirely different histories.

4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# v2.4 (2023-08-15)
# upcoming
- (new) ARM build support (thanks to @tillcash & @fenuks)
- (new) auth configuration via param or env variable (thanks to @pierreprinetti)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 223 KiB

View File

@ -1,4 +1,4 @@
VERSION=2.4
VERSION=2.3
GITHASH=$(shell git rev-parse --short=8 HEAD)
CGO_ENABLED=1

View File

@ -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.
The app is a single binary with an embedded database (SQLite).
It is written in Go with the frontend in Vue.js. The storage is backed by SQLite.
![screenshot](etc/promo.png)
## usage
The latest prebuilt binaries for Linux/MacOS/Windows AMD64 are available
The latest prebuilt binaries for Linux/MacOS/Windows are available
[here](https://github.com/nkanaev/yarr/releases/latest).
### macos