Skip to content

v1.1.1

Choose a tag to compare

@DefinetlyNotAI DefinetlyNotAI released this 26 Apr 16:40
· 29 commits to main since this release
a71b97b

🏦 Banking Server v1.1.1 — Bug Squashing Update

Changes:

  • [Module Refactor]:
    • Improved banking/ module for enhanced code readability and maintenance.
    • Refactored form validation logic.
    • Moved client IP retrieval to get_data.py for cleaner separation of concerns.

  • [API Enhancements]:
    • Created api_routes.py — centralized all API route definitions. (In future will neatly organise it)

  • [Bug Fixes]:
    • Fixed critical bug in Admin SQL queries.
    • Resolved issue where sqlQuery field wasn’t being cleared properly — previously allowed unintended stacked queries.
    • Patched rotate_logs() crash:
    → Problem was dependency on Flask app context during log rotation before the app being defined (log rotation is a init function).
    → Solved by adjusting log_module.py to remove Flask dependency during initialization.

  • [Features]:
    • Added new button to access and review archived logs directly through Admin panel.

  • [Cleanup]:
    • Removed unnecessary db_test.py (its useless compared to the in-web database feature).

Version bump:

  • v1.1.0 → v1.1.1

Full Changelog: v1.1.0...v1.1.1