Skip to content

v2.1.1

Latest

Choose a tag to compare

@DefinetlyNotAI DefinetlyNotAI released this 28 Jul 20:23
· 1 commit to main since this release
b142867

πŸ“¦ FlaskBank v2.1.1 – Patch Release

πŸ”’ Security & Compliance

  • Updated SECURITY.md to clearly document how and where to submit security advisories.

πŸ› Bug Fixes

  • Wallet Parsing Fix:
    Resolved a critical bug in login.js that caused certain wallet names containing invalid characters to fail (resulting in 404 errors). The input is now validated properly before proceeding.

  • Runtime Configuration:
    Reverted unintended inclusion of app.run(debug=True) and restored correct production-ready waitress.serve configuration.

  • General Stability Improvements:
    Fixed multiple major issues affecting wallet loading, parsing, login flows, and request handling. These improvements ensure smoother and more reliable backend behavior.

🧩 Issue Templates

  • Renamed and reorganized issue template .yml files to follow GitHub’s recommended structure under .github/ISSUE_TEMPLATE/. New templates added for streamlined contribution.

Full Changelog: v2.1.0...v2.1.1