Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Releases: boringcode-dev/feedreader

v1.1.2

22 Jun 11:09
6c21e40

Choose a tag to compare

1.1.2 (2026-06-22)

Bug Fixes

  • harden upstream feed fetching (658d135)
  • harden upstream feed fetching (35aebed)

Container image

Pull the published container from GHCR:

docker pull ghcr.io/boringcode-dev/feedreader:1.1.2
docker pull ghcr.io/boringcode-dev/feedreader:latest

v1.1.1

21 Jun 18:33
95cac67

Choose a tag to compare

1.1.1 (2026-06-21)

Bug Fixes

  • specify repo in release notes workflow (0849015)

Container image

Pull the published container from GHCR:

docker pull ghcr.io/boringcode-dev/feedreader:1.1.1
docker pull ghcr.io/boringcode-dev/feedreader:latest

v1.1.0

21 Jun 18:15
61f0694

Choose a tag to compare

1.1.0 (2026-06-21)

Features

  • refresh feeds hourly and repurpose header refresh (#3) (292005d)

v1.0.0

21 Jun 13:59
v1.0.0
08240f7

Choose a tag to compare

Initial public release of feedreader.

Added

  • Initial feedreader application with combined feed aggregation and self-hosted Go service runtime.
  • Incremental backend loading for feed items.
  • Feed search across items.
  • Configurable source selection in the UI.
  • Source icons across the feed experience.
  • alphaXiv as a feed source.
  • Toast-based loading states.
  • Offline PWA cache and reconnect toasts.
  • Offline connection indicator.
  • Reader settings dialog.
  • Browser-localized feed card dates.
  • GitHub Actions CI for formatting and tests.
  • GitHub Actions CD for multi-arch GHCR image publishing on release tags.

Changed

  • Rewrote the README for the open source release.
  • Switched the Hugging Face integration to trending papers.
  • Enriched feed cards with source-specific metrics.
  • Rebranded the app UI and icons around the feedreader identity.
  • Moved source settings access into the header.
  • Updated local development and test instructions.
  • Parameterized the Docker build for linux/amd64 and linux/arm64 image publishing.

Fixed

  • Refreshed app icons and footer branding.
  • Preserved explicit alphaXiv source selection.
  • Preserved stable feed ordering timestamps.
  • Persisted visited links and refreshed the list in place.
  • Brightened GitHub icons in dark mode.
  • Simplified filter loading and search close behavior.
  • Improved iOS search open and empty close behavior.
  • Normalized GitHub repository identity handling.
  • Applied density settings correctly in the settings dialog.
  • Centered settings choice cards in compact mode.
  • Busted stylesheet cache for settings alignment fixes.

Container image

Pull the published container from GHCR:

docker pull ghcr.io/boringcode-dev/feedreader:v1.0.0
docker pull ghcr.io/boringcode-dev/feedreader:latest