Releases: vindimy/altcointip
Releases · vindimy/altcointip
Release v0.3.7
Release v0.3.6
This release brings minor improvements and bugfixes.
- Improvements:
- Updated Quarkcoin explorer address
- 5-second timeout in http requests to exchanges
- Added cryptocoincharts exchange
- Improved logging and formatting
- Bug fixes
- Rejecting tips without destination sent via PM
- Handling common HTTP errors in PRAW calls
Release v0.3.5
This release brings minor improvements and bugfixes.
- Improvements
- Support for satoshi prefix and lowered tip minimum to 1 satoshi
- Better handling of deleted comments
- Better formatting in messages and logs
- Bug fixes
- Updated python syntax to work with latest sqlalchemy library
- Updated CtbAction::init() logic to determine coin/fiat amount in some cases
Release v0.3.4
This release brings minor improvements and bugfixes.
- Improvements
- Added welcome message for new registrations
- Returning keyword messages only for 'givetip' actions
- Bug fixes
- Extra checks to handle undefined message author
- Reducing size of tips page to fit into Reddit limit
Release v0.3.3
This release brings minor improvements and bugfixes.
- Improvements
- Better handling of RateLimitExceeded exception
- Implementing update() function for CtbAction class
- Tipping through PMs is now possible thanks to the above
Release v0.3.2
This release contains many improvements and minor bugfixes.
- Improvements
- Custom verify replies when using keywords
- 16 new keywords
- Much fewer regex expressions generated
- Ignoring unmatched comment and post replies rather than replying
- Milli and Kilo prefixes for small and large amounts
- Bug fixes
- Username regex now matches dashes in username
- utf-8 encoding used to store values in database
- Small formatting and logic fixes
Release v0.3.1
This release brings improvements and bug fixes.
- Improvements
- More robust
_add_coin.py
- 10 additional cryptocoin definitions
- New exchange added: coins-e
- Exchanges updates with list of supported coins
- Updated Litecoin tx fee to reflect new Litecoin release
- More robust
- Bug fixes
- Handling case where redeem can't be done due to unknown exchange rate
Release v0.3.0
This release brings internal improvements and bug fixes.
- Improvements
- Consolidated regular expressions config into
regex.yml
- Additional regular expressions for tipping
- Added
rpcserver
coin config option - Added exchange: crypto-trade
- Added custom per-coin
confirmation.yml
template
- Consolidated regular expressions config into
- Bug fixes
- Fixed case where tip comment is deleted before confirmed
Release v0.2.9
This release has new features as well as improvements.
- New features:
- User stats in user flair on moderated subreddit
- Announcement file to append to end of messages
- Reversed (correct) order of processing inbox messages
- Improvements:
- Updated minimum transaction and confirmation values
- Added bter.com exchange
Release v0.2.8
This release contains improvements and bug fixes.
- Improvements:
- Better stats formatting and new stats queries
- New stats page: complete list of successful tips
- Updated list of coin explorers
- Bug fixes
- Checking for nonexistent destination user
- Checking for comment that's immediately deleted
- Fixing username format logic