Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

60 lines (42 loc) · 1.32 KB

Change Log

[2.0.1] 2022-06-08

Improvements

  • Use generated version
    • UI kit: Material BS5 (free version)
    • Timestamp: 2022-06-08 05:44
    • Build ID: e7a6ed51-3614-4529-9538-0ca4a4145703

[2.0.0] 2021-09-27

Improvements

  • Dependencies update (all packages)
    • Flask==2.0.1 (latest stable version)
  • Improved Files organization
    • UI Templates moved to home folder
  • Docker Scripts Update

[1.0.5] 2021-05-19

Deployment Update

  • Update Python runtime for HEROKU
    • python-3.8.10

[1.0.4] 2021-05-16

Dependencies Update

  • Freeze used versions in requirements.txt
    • flask = 1.1.2
    • jinja2 = 2.11.3

[1.0.3] 2021-02-04

Improvements

  • Added get_segment() helper that detects the current page
    • Updated files(s): app/views.py

[1.0.2] 2021-01-23

Improvements

[1.0.1] 2021-01-01

Improvements

  • 2021-01-01 - Minor Changes

    • Update Commercial LICENSE terms
  • 2020-09-14 - Added HEROKU support. Updated files

    • runtime.txt
  • 2020-08-20 - Added get_segment() helper that detects the current page

    • Updated files(s): app/views.py

[1.0.0] 2020-06-08

Initial Release

  • Update Licensing information
  • Add CHANGELOG.md to track all changes