|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project are documented in this file. |
| 4 | + |
| 5 | +## v1.0.0 - 2026-06-21 |
| 6 | + |
| 7 | +Initial public release of `feedreader`. |
| 8 | + |
| 9 | +### Added |
| 10 | + |
| 11 | +- Initial `feedreader` application with combined feed aggregation and self-hosted Go service runtime. |
| 12 | +- Incremental backend loading for feed items. |
| 13 | +- Feed search across items. |
| 14 | +- Configurable source selection in the UI. |
| 15 | +- Source icons across the feed experience. |
| 16 | +- alphaXiv as a feed source. |
| 17 | +- Toast-based loading states. |
| 18 | +- Offline PWA cache and reconnect toasts. |
| 19 | +- Offline connection indicator. |
| 20 | +- Reader settings dialog. |
| 21 | +- Browser-localized feed card dates. |
| 22 | +- GitHub Actions CI for formatting and tests. |
| 23 | +- GitHub Actions CD for multi-arch GHCR image publishing on release tags. |
| 24 | + |
| 25 | +### Changed |
| 26 | + |
| 27 | +- Rewrote the README for the open source release. |
| 28 | +- Switched the Hugging Face integration to trending papers. |
| 29 | +- Enriched feed cards with source-specific metrics. |
| 30 | +- Rebranded the app UI and icons around the `feedreader` identity. |
| 31 | +- Moved source settings access into the header. |
| 32 | +- Updated local development and test instructions. |
| 33 | +- Parameterized the Docker build for `linux/amd64` and `linux/arm64` image publishing. |
| 34 | + |
| 35 | +### Fixed |
| 36 | + |
| 37 | +- Refreshed app icons and footer branding. |
| 38 | +- Preserved explicit alphaXiv source selection. |
| 39 | +- Preserved stable feed ordering timestamps. |
| 40 | +- Persisted visited links and refreshed the list in place. |
| 41 | +- Brightened GitHub icons in dark mode. |
| 42 | +- Simplified filter loading and search close behavior. |
| 43 | +- Improved iOS search open and empty close behavior. |
| 44 | +- Normalized GitHub repository identity handling. |
| 45 | +- Applied density settings correctly in the settings dialog. |
| 46 | +- Centered settings choice cards in compact mode. |
| 47 | +- Busted stylesheet cache for settings alignment fixes. |
0 commit comments