Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

64 lines (48 loc) · 1.92 KB

Change Log

[1.0.6] 2023-10-08

Changes

  • Update Dependencies
  • Silent fallback to SQLite
  • CI/CD for Render

[1.0.5] 2022-06-11

Changes

[1.0.4] 2021-11-09

Improvements

[1.0.3] 2021-05-26

Improvements

[1.0.2] 2020-09-09

Improvements

  • 2020-09-09 - Update the codebase

    • Update boilerplate code
    • Update UI - v2.0.1
  • 2020-08-20 - Added get_segment() helper that detects the current page

    • Updated files(s): app/home/routes.py
  • 2020-06-22 - Guard Flask links with quotes

    • Sample href="{{ url_for('base_blueprint.login') }}"
    • Impacted files: login.html, register.html, sidebar.html
  • 2020-06-22 - Added HEROKU support. Impacted files:

    • runtime.txt - Bump the Python version to 3.6.10
    • README added new section for HEROKU deployment

[1.0.1] 2020-05-30

Improvements & Bug Fixes

  • Patch #Bug - Return a 403 Error for unauthorized access
  • Update Licensing information
  • Add CHANGELOG.md to track all changes

[1.0.0] 2020-02-07

Initial Release