Releases: hectorzin/botaffiumeiro
2.1.6
What's Changed
- refactor/pre-commit rules by @hectorzin in #78
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #79
- bug: bad links generated if a punctuation at the end of the link by @hectorzin in #81
New Contributors
- @pre-commit-ci made their first contribution in #79
Full Changelog: 2.1.5...2.1.6
2.1.5
What's Changed
- bug: Redirect URLs for Aliexpress are not working by @hectorzin in #75
Full Changelog: 2.1.4...2.1.5
2.1.4
What's Changed
- bug: If a short link has a . or , at the end won't expand and is not processed by @hectorzin in #69
- feat: Expand always URLs, to avoid loosing some links by @hectorzin in #70
Full Changelog: 2.1.3...2.1.4
2.1.3
What's Changed
- bug: Aliexpress codes showed two times by @hectorzin in #67
Full Changelog: 2.1.2...2.1.3
2.1.2
What's Changed
- fix: regex warning in base_handler.py by @danimart1991 in #64
Full Changelog: 2.1.1...2.1.2
2.1.1
2.1.0
What's Changed
NEW!
Tradedoubler affiliate platform support: This platform allows affiliations to stores like mediamarkt, philips-hue, balay, boshc, dyson, HP, Huawey, PCBOX, etc.
Improvements and fixes
- feat: Refactor pattern handlers by @hectorzin in #57
- bug: Short urls are not working by @hectorzin in #59
- Feat/tradedoubler by @hectorzin in #58
Full Changelog: 2.0.2...2.1.0
2.0.2
What's Changed
- feat: Show examples of HTML code in config.yaml by @hectorzin in #48
- doc: Add video tutorial to documentation by @hectorzin in #50
- fix: readme.md close discount commands. add styles. by @danimart1991 in #51
- bug: long Aliexpress links fails when asking API for an affiliate link by @hectorzin in #53
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- Bug/domain_added_two_times by @hectorzin in #46
Full Changelog: 2.0.0...2.0.1
2.0.0
WARNING: BREAKING CHANGES
The way to configure Amazon links has changed.
This is because it has been unified with affiliate stores and now allows handling Amazon from different countries.
The new way to configure it is as follows:
amazon:
amazon.es: botaffiumeiro_cofee-21
amazon.com: hectorzindomo-20
amazon.com.au: hectorzindomo-22
amazon.co.uk: hectorzindomo-21
amazon.fr: hectorzindo0d-21
amazon.it: hectorzindo04-21
amazon.de: hectorzindo0e-21
New features
- allow use of HTML in predefined messages: We can now use bold, italic, etc styles in the predefined messages as shown in the following image:
- You can use custom commands so that your Telegram group users can request AliExpress discount codes: /discount /aliexpress, etc.
- Improved Logging levels
- We've replaced the classic "give a coffee" with a parameter that represents the approximate % (as it is random) of times the affiliate link will belong to the creators. This parameter is entirely optional and can be set between 0 and 100%; by default, it is set to 10%. Thanks!