Releases: DankCity/recho
Releases · DankCity/recho
1.0.2 Fix timestamp comparison
1.0.1 Fix PyPI Readme deploy
Merge pull request #21 from DankCity/fix-recho Update setup.py
1.0.0 Recho updated to use Praw 5.3.X
Merge pull request #20 from DankCity/fix-recho Fix recho
0.1.4 Upgrade to PRAW v3.6.1
Merge pull request #19 from DankCity/update-praw-version Update PRAW version and __str__/__repr__ methods
0.1.3 Add new CLI flags
Add new CLI flags to specify the location of the config file and timestamp file, and print the recho version.
0.1.2 Add retry logic for ConnectionError exceptions
Merge pull request #16 from DankCity/add-connectionerror-retry Add retry logic for ConnectionError exceptions
0.1.1 Update README with virtualenv instructions
Merge pull request #15 from DankCity/update-readme-for-running-instr Update README with virtualenv instructions
0.1.0 Beta Release
- Update classifiers for beta release
- Fix timestamping
- Fix setup.cfg formatting
- Add support for multiple user tracking
0.0.9 Fix setup.cfg formatting
Merge pull request #12 from DankCity/fix-classifiers Fix setup.cfg formatting
0.0.8 Switch version management to PBR
- Switch version management from versioneer to PBR
- Remove pypy3 support