cfeed Changelog

What's new in cfeed 0.8.4 Beta

Jan 4, 2018
  • Loading indicator when downloading article conetent.
  • Changed logging to Nlog.
  • Fixed error with invalid characters in xml stream.
  • Fixed handling "PST","EST","EDT" as time zone string(s).
  • BREAKING CHANGE: Changed format of default log level. New config required.
  • Support for "strong" tag when converting html.
  • Handled error when article url is lacking http prefix.
  • Fixed bug when feed summary is empty/null.
  • Added suport for enclosure url. Links are now listed in article header.
  • BugFix: Refreshing content prevents from exiting.
  • Added LastUpdated date field. Available on article titla and list.
  • Added user agent when downloading, some sites require user agent.
  • Moved article content area definition to configuration.
  • Bugfix: serious issue when article id was empty.

New in cfeed 0.8.0 Beta (Nov 20, 2017)

  • Installation - IMPORTANT:
  • Folder structure change. Backup your settings.conf and cfeed.db, then delete everything from application folder. Copy files from archive, and finally restore settings and db from backup.
  • Changes:
  • Added search feature.
  • Libraries moved to bin folder. Readme.md automatically copied to output folder.
  • Fixed message when deleting all articles from feed.
  • Updated readme.

New in cfeed 0.7.1 Beta (Oct 31, 2017)

  • A lot of changes to underlying cgui library and cfeed itself to make it more stable. Added test project. Better formatting of rendered text. A breaking change in how layout is defined in settings, but now it is much more configurable. See readme.md for more details.

New in cfeed 0.7.0 Beta (Oct 6, 2017)

  • Mainly a bugfix release, although some new features are also included. LiteDb wrapper introduced because even if LiteDb is declared thread-safe I was encountering errors with lcoked file.
  • Fixed date issue when loading some feeds, it should handle "PDT" time zone correctly.
  • Configuration class was refactored to increase code maintainability.

New in cfeed 0.4.0 Pre-release (Oct 4, 2017)

  • Added proper logging
  • Unicode support
  • Custom XmlReader to fix issue mentioned here https://support.microsoft.com/en-us/help/2020488/rss20feedformatter-throws-exception-trying-to-read-some-datetime-forma
  • Added suppport for padding and aligning text
  • Fixed scrolling issue in CGUI
  • Tags support
  • Fixed loading of dynamics feeds

New in cfeed 0.4.0 Pre-release (Oct 4, 2017)

  • Added support for dynamic feeds, updated readme file. Lots of bugfixes.