Skip to content

Releases: Lallassu/gorss

v0.5

21 Jan 20:35

Choose a tag to compare

What's Changed

A lot of fixes and improvements
- Fixes #39
- Fixes #26
- Fixes #30
- Fixes #27
- Fixes #9
- Fixes #5
- Add feedNameMaxWidth max feed name width (default 20)
- Recover instead of panic if the URL feeeds cannot be parsed
- Bumped deps
- Switched html2text library
- Adds 2 new options
- keyToggleFeeds to toggle feeds widget.
- collapseFeeds to start with feeds collapsed.
- Potential fix for parse errors
- Embed themes and add cycle theme keybinding
- Embeds themes into the binary using Go's embed package
- Adds a keybinding (default T) to cycle through available themes
- Added more themes to choose from

v0.4

23 Mar 17:16

Choose a tag to compare

  • Support for desktop notifications (true/false in configuration file)
  • Read all in active feed
  • Unread all in active feed
  • Mark unread has been updated to mark current article as unread
  • Possibility to override default web-browser for opening links
  • Use XDG_CONFIG_HOME for config and theme (#34)
  • Check if something has been read before undoing for #28
  • Add keybindings for feed column scrolling
  • Bump a lot of dependencies
  • Built with go 1.20.2

v0.3

28 Oct 10:51

Choose a tag to compare

  • Ask before exit (y/Y or enter will exit when asked)
  • Search functionality (default / key to open search promt.)
  • Custom names for feeds
  • Various bug fixes

Release v0.2

30 Sep 10:12

Choose a tag to compare

  • Key-binding for undoing the last read article (mark it unread again)
  • Bug fixes
  • Added version to binary

First version

20 Sep 15:05
58ef41f

Choose a tag to compare

First version of gorss. Prebuilt binaries for Linux and OSX in separate tarballs.