Skip to content

Releases: AndresMWeber/youcomment

0.6.6-alpha

31 Dec 20:17
Compare
Choose a tag to compare
0.6.6-alpha Pre-release
Pre-release
Finalizing PBR deployment.

0.6.0-alpha

26 Dec 05:18
Compare
Choose a tag to compare
0.6.0-alpha Pre-release
Pre-release

Changed

  • Refactored RedditYoutubeBot -> RedditBot
  • Refactored post_template.txt -> template.md to make use of Reddit's markdown style comments.
  • Changed README.md: revised Badges and added html centering for title/description.
  • Added database.load_db to encapsulate database loading logic. Also implemented six for urllib to simplify imports.
  • Started simplifying the functions in each bot that were too complex:
    • Added YouCompareBot.make_relationship to abstract that logic out.
    • Added RedditBot.comment override that does retry logic within the RedditBot not within YouCompareBot.
    • Moved class properties REDDIT_REPLY_INTERVAL and REDDIT_NUM_RETRIES from YouCompareBot to RedditBot

Added

  • Added Changelog for 0.5.0 release
  • Added boilerplate CONTRIBUTING.md

0.5.0-alpha

26 Dec 05:18
Compare
Choose a tag to compare
0.5.0-alpha Pre-release
Pre-release

Notable Changes

Changed

  • Removed cli.py in favor of main.py as entrypoint.
  • Segregated logging to its own module and added logging points to both stream/file handlers.
  • Fixed Procfile entry according to new entrypoint
  • Added error check in case the user entered invalid Reddit credentials.

Added

  • Added a placeholder CLI flag for specifying run intervals on continuous runs.
  • Automated building the conf.REDDIT_AGENT.

0.2.0-alpha

26 Dec 05:19
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release

Notable Changes

Changed

  • Fixed README.md to conform with Markdown conventions.

Added

  • Enabled combining coverage for all versions of python coverage reports

Fixed

  • Fixed 62 Codacy issues
  • Fixed persisting workspace folders in CircleCI

0.1.0-alpha

26 Dec 05:18
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release

Notable Changes

Changed

  • Specified Nosetests as test runner instead of unittest
  • CircleCI Coverage reporting section that is still WIP
  • Updated all imports to be package referenced instead of local referenced

Added

  • .txt file for checking checked posts
  • Codacy badge/initial setup

Fixed

  • config.py -> conf.py to fix any namespace issues.

0.3.0-alpha

26 Dec 05:19
19b95d6
Compare
Choose a tag to compare
0.3.0-alpha Pre-release
Pre-release

Notable Changes

Changed

  • Refactored code base to use SQL database structure with peewee
  • Fixed CircleCI config file
  • Added TOC and new header names to README.md

Added