Skip to content

v0.50

Latest

Choose a tag to compare

@shamrice shamrice released this 08 Oct 18:49
· 2 commits to main since this release

Build and Run

Run build.sh shell script in the source directory. Then run built executable crssr

Bug fix/changes list:

  • #21 Supress auto configuration output from writing to stdout. enhancement
  • #20 Update help screens to reflect new features and changes added since last release. enhancement
  • #12 Create configuration screen auto-configuration enhancement
  • #19 Simplify string_helpers "remove-leading-spaces" sub program. enhancement
  • #17 Mark RSS feeds that are in error in list with foreground color red. enhancement
  • #18 Retry file is not getting deleted when using "--reset" command line parameter. bug
  • #10 Attempt to use "xmllint" to format minified RSS feeds if parsing fails. auto-configuration enhancement
  • #11 Use auto configuration to use Lynx, Links or None to open items in browser. auto-configuration enhancement
  • #5 Possibly use curl and wget for downloads - whatever is available auto-configuration enhancement
  • #8 RSS items should be dynamically allocated based on number of items returned in RSS XML enhancement
  • #9 RSS Feeds added via F3 window have corrupt byte at the end of the URL string. bug
  • #7 Update build script to accept "--debug" command line arg enhancement
  • #6 Leading spaces remover in string helper sub program doesn't always work correctly. bug
  • #3 Implement mouse functionality enhancement
  • #1 Implement way to launch feed item url in a console based browser enhancement

Tickets in release: https://github.com/shamrice/COBOL-RSS-Reader/milestone/1?closed=1
Full Changelog: v0.35...v0.50