Skip to content

Releases: vindimy/altcointip

Release v0.1.3

17 Oct 04:49
Compare
Choose a tag to compare

This release contains bugfixes and improvements.

  • Improvements
    • Stats processing moved to ctb_action.py, making it instantaneous
    • A dedicated CtbCoin class for all coin code
    • New tip state 'expired' (was previously bundled with 'declined')

Release v0.1.2

09 Oct 17:07
Compare
Choose a tag to compare

This release includes one improvement and adds a new coin.

  • New coins:
    • Feathercoin
  • Improvements
    • Begin using Jinja2 templating for all communications with users

Release v0.1.1

05 Oct 04:00
Compare
Choose a tag to compare

This release improves backup functionality and introduces new stats feature. It also contains some fixes.

  • New features:
    • Dedicated user stats pages (each user gets his/her own stats page)
  • Improvements:
    • Refactoring Reddit functions to use unified call method
    • Removing unused code
    • Removing logging generated by backup jobs

Release 0.1.0 beta 3

24 Sep 21:32
Compare
Choose a tag to compare

This release improves stats and backup functionality and adds a new feature:

  • New features:
    • Ability to ban (ignore) users through config.yml or subreddit
  • Improvements:
    • Additional stat query
    • Fixing backup encryption when scheduled through cron
    • Additional debug logging

Release 0.1.0 beta 2

14 Sep 06:41
Compare
Choose a tag to compare

This release improves stats and backup functionality:

  • Stats
    • Additional stats query
    • Ability to explicitly order display of stats
  • Backup
    • Adding optional backup encryption with gpg utility
    • Adding config.yml backup script

Release 0.1.0

10 Sep 05:40
Compare
Choose a tag to compare

First official release of ALTcointip bot. Stable features include:

  • Support for any number of Bitcoin-compatible altcoins and currencies
  • Support of MySQL database for backend storage
  • Support of BTC-e and Vircurex exchanges for exchange rate retrieval
  • Highly configurable settings of every function (including 8 pre-configured cryptocoins)
  • Support for publishing of tipping statistics to Reddit wiki page
  • Included backup scripts for wallets and database