Releases: frysztak/orpington-news
Releases · frysztak/orpington-news
v0.6.4
Fixed
- Fix handling of HTTP responses with
text/xml
content type - Fix feed detection for URLs with non-empty pathname (e.g.
https://example.com/blog
)
Changed
- Change default feed refresh interval to 6h
- Collections list: increase overscan for smoother scrolling experience
- Collection item list: show date an article was published
v0.6.3
Fixed
- Linux ARM64 build
v0.6.2
Changed
- Disable Linux ARM64 builds for now
v0.6.1
Fixed
- Linux ARM64 build
v0.6.0
Added
- Collections: implement OPML import
- Collections: implement virtualization
- Backend: better error logging
- Backend: run feed updates in a separate thread
- Backend: handle feeds in various encodings (that includes ISO-8859-2)
Changed
- Settings: reorganize some of the pages
v0.5.1
Fixed
- Fonts: use
latin-ext
variants - Card layout: fix little layout imperfection
Changed
- Settings sidebar: hide "Organize collections" section on mobile
v0.5.0
Fixed
- Article page: fixed articles not being marked as read
- Article header: break very long, single-word titles
Added
- Collection list: refresh gesture (Pull To Refresh)
- Article page (mobile): swipe to navigate to previous/next article
- PWA: "Update available" toast
- Settings: add option to select article font size and font family (Nunito, Ubuntu, Lato, OpenDyslexic) and monospace font family (Source Code Pro, Ubuntu Mono, Fira Mono, OpenDyslexic Mono)
Changed
- Mobile: disable browser's default Pull To Refresh behaviour
v0.4.2
Fixed
- Article page: fixed flashing "If you click on an article, it'll appear here." message
- Collections: navigate to homepage when deleting currently active collection
- Collection Icon Picker: highlight currently selected icon
Changed
- Frontend: nicer "article not found" page
- Frontend: nicer colours in Card layout for light mode
- Backend: default value for
COOKIE_SECRET
env variable
v0.4.1
Fixed
- Article page: remove SVG anchors from heading components
v0.4.0
Added
- Feature: Reduced Docker image size from 478 MB to 126 MB (uncompressed)
- Feature: automatically detect RSS/Atom feed from URL
- Feature: automatically detect system color mode
Changed
- Frontend: disable SSR
- Backend: migrate to Fastify 4
- Backend: improve compatibility with certain feeds