Changelog
5.5.1 (2025-11-25)
Fix
- bot: execute action inside db session (#101)
5.5.0 (2025-11-21)
Feat
- bot: datasource requests as templates (#94)
5.4.0 (2025-11-20)
Feat
- datasources: column values can now be accessed using dot notation for sqlite datasources (#91)
5.3.0 (2025-11-17)
Feat
- tg: added paginated messages (#87)
5.2.0 (2025-11-16)
Feat
- bot: added scheduled actions (#79)
5.1.0 (2025-11-02)
Feat
- questions: added question functionality (#75)
5.0.0 (2025-10-05)
Refactor
- base: made application settings a singleton object (#51)
4.1.0 (2025-10-04)
Feat
- datasources: external database integrations (#46)
4.0.0 (2025-10-03)
Feat
- db: use SQLAlchemy instead of MongoDB (#28)
3.0.0 (2025-09-02)
Feat
- migrated to new organization
2.0.0 (2025-07-13)
BREAKING CHANGE
- removed
autoreload_templates configuration option
Feat
- bot: integrated templates with actions (#97)
1.2.0 (2025-07-12)
Feat
- bot: support sending all media types (#94)
1.1.0 (2025-06-04)
Feat
- bot: support sending files as action result (#78)
1.0.0 (2025-05-27)
Feat
- cli: added first commands (#51)
0.8.0 (2025-05-20)
Feat
- bot: user can now be requested in action function parameters (#48)
0.7.1 (2025-05-18)
Fix
- tg: auth handler now calls check update of wrapped handler (#44)
0.7.0 (2025-05-13)
Feat
- users: initial user functionality (#39)
0.6.0 (2025-05-05)
Feat
- web: initial implementation (#36)
0.5.3 (2025-05-02)
Fix
- tg: markdown escaping (#34)
0.5.2 (2025-05-01)
Fix
- checking out latest ref instead of action ref
0.5.1 (2025-05-01)
Fix
- added metadata to pyproject.toml
0.5.0 (2025-05-01)
Feat
0.4.0 (2025-04-17)
Feat
0.3.0 (2025-04-01)
Feat
0.2.0 (2025-03-28)
Feat
0.1.1 (2025-03-19)
Refactor
0.1.0 (2025-03-18)
Feat
- added pre-commit and ruff
- initial project setup
Fix