Skip to content

Releases: osmoscraft/osmosfeed

v1.15.1

22 Jun 06:05
Compare
Choose a tag to compare
  • Fixed: Favicon used as article image

v1.15.0

18 Jun 19:01
Compare
Choose a tag to compare
  • Added: Resolve relative URLs in item link and media
  • Added: Item thumbnail fallback to channel thumbnail
  • Chore: Dependency updates
  • Thank you: @cpwnd

v1.14.4

14 Feb 06:58
Compare
Choose a tag to compare
  • Fixed: Several style issues

v1.14.2

14 Feb 05:53
Compare
Choose a tag to compare
  • New: Adjust article grouping based on timezone. You need to add timezone in osmosfeed.yml for accurate grouping. See details in documentation.
  • New: Card title now toggles card content
  • New: all toggles on the UI are persisted with local storage. You can use it to track read/unread status within a single browser.
  • New: Build timestamp now links to the GitHub Action run
  • Changed: Sources are sorted based on publish time rather than alphabetical order
  • Changed: Style adjusted for easier reading
  • Fixed: Horizontal overflow on Safari
  • Fixed: HTML syntax error in default template

v1.13.0

13 Feb 05:05
f8351e5
Compare
Choose a tag to compare
  • New: Thumbnail image display for each article
  • New: Improved color, spacing, and typography for easier reading
  • New: Click the date to toggle all accordions on that day. Ctrl + Click to toggle all accordions on the entire site.
  • Changed: All sections are expanded by default
  • Changed: Switched to vitest for easier testing
  • Fixed: Long string (e.g. URL) caused horizontal overflow
  • Thank you: @naari3, @tianheg

v1.12.1

12 Feb 17:46
Compare
Choose a tag to compare
  • Fixed: Future articles appeared in the feed
  • Fxied: Security vulnerability from axios
  • Thank you: @naari3

v1.12.0

10 Jan 04:57
Compare
Choose a tag to compare

v1.11.3

16 Oct 00:01
Compare
Choose a tag to compare
  • Fixed: broken links in documentation
  • Chore: Dependency updates
  • Thank you: @hirdot

v1.11.2

26 Sep 18:45
eb8d186
Compare
Choose a tag to compare
  • Fixed: unicode characters in URL caused download error
  • Fixed: project root npm install error
  • Added: unit test library
  • Chore: Dependency updates
  • Thank you: @CaptNo1

v1.11.1

16 Sep 06:39
ab439f2
Compare
Choose a tag to compare
  • Fixed: Unexpected nested element in author field crashes the parser
  • Thank you @ad-m