Releases: MothScientist/BudgetGraph
Releases · MothScientist/BudgetGraph
v0.3.0
The main changes included in this release are:
- PostgreSQL instead of SQLite
- Significant code coverage by tests
- Added the function of changing the language inside the bot
- Added pluggable functions for working with the bot
- Report in .csv file format
- Caching (100x increase in some functions)
- Build based on configuration files
- Building via Docker Compose
- Python 3.12.7 support
- Added indexes to the database, changed the table structure and data storage format
What is planned to be completed by the main release:
- Captcha from services on Go
- Add time zone consideration when entering records into a table
v0.2.1-alpha (unstable)
The latest release using SQLite3
Future releases will use PostgreSQL
Changes:
- Added the ability to change languages in the telegram chatbot.
- Time is now taken into account in UTC+0.
- Fixed SQL queries.
- Improved validators.
- Changed the visual part of some pages of the site.
- Setup testing via GitHub Actions.
- Bugs fixed.
Current bugs:
- There are problems when running a project from different IDEs (due to a problem importing packages from the root directory)
v0.2.0-alpha
Prerelease of the alpha version of the project.
At the moment, the frontend part of the site is being finalized and a full alpha version will soon be released, where a full list of changes will be presented.
The rest of the components are being tested and a few bug fixes may be released.
v0.1.0
At the moment, most of the functionality has been implemented and the product can be considered operational.
The basic functionality has not yet been fully implemented.
In the future, it is expected that group management and moderation will be updated, work with the bot, as well as with entries in the table, will be more flexible.