Releases: LucaBernstein/beancount-bot-tg
Releases · LucaBernstein/beancount-bot-tg
v0.24.0 - Omit leading slashes support and code cleanup
What's Changed
- Add feature toggle to omit leading command slashes by @LucaBernstein in #196
- Encapsulate error handling on bot send by @LucaBernstein in #197
Full Changelog: v0.23.0...v0.24.0
v0.23.0 - Bulk suggestion import
What's Changed
- Support bulk suggestions adding by @LucaBernstein in #194
This makes it easier for new users or migrations to get started with the bot by especially being able to import existing accounts from an already existing beancount file.
Full Changelog: v0.22.0...v0.23.0
v0.22.0 - silent errors in groups and framework update
What's Changed
- Update telebot framework to v3 by @LucaBernstein in #189
- No error messages in group chat if not in tx by @LucaBernstein in #191
Full Changelog: v0.21.1...v0.22.0
v0.21.1 - descriptions cache and suggestions fix
What's Changed
- Fix description caching and suggestions by @LucaBernstein in #188
Full Changelog: v0.21.0...v0.21.1
v0.21.0 - Custom field names
Feature
Custom field names can now be used in templates to open the possibility for e.g. multiple different accounts, amounts to use.
This required some namings to change, though.
Important information on changed usage
Description is now asked right after the amount instead of after the accounts!
What's Changed
- Implement custom field names by @LucaBernstein in #186
- Remove suggestion limit logic by @LucaBernstein in #187
Full Changelog: v0.20.1...v0.21.0
v0.20.1 - bold keywords, auto deploy
What's Changed
- Auto-deploy lb_bean_bot on release by @LucaBernstein in #184
- Mark key words in bold on new tx by @LucaBernstein in #185
Full Changelog: v0.20.0...v0.20.1
v0.20.0 - Delete single list entries
What's Changed
- Add reply keyboard feature to scenarios by @LucaBernstein in #181
- Delete list entry by number by @LucaBernstein in #182
Full Changelog: v0.19.2...v0.20.0
v0.19.2 - Scenario tests, clean schema, fixes
What's Changed
- Add scenario tests for bot by @LucaBernstein in #177
- Clean user db schema by @LucaBernstein in #175
- Delete templates on account deletion by @LucaBernstein in #179
- Assert open tx count from monitoring in scenario by @LucaBernstein in #180
Full Changelog: v0.19.1...v0.19.2
v0.19.1 - English quotation marks
What's Changed
- Support English double quotation marks for escaping by @LucaBernstein in #172
Full Changelog: v0.19.0...v0.19.1
v0.19.0 - Group Chats
What's Changed
- Make bot work in group chats by @LucaBernstein in #170
Full Changelog: v0.18.3...v0.19.0