- Update Dependencies
- Silent fallback to SQLite
- CI/CD for Render
- Built with Light Bootstrap Generator
- Timestamp:
2022-06-11 12:19
- Bump Codebase: Flask Dashboard v2.0.0
- Dependencies update (all packages)
- Flask==2.0.1 (latest stable version)
- Dependencies update (all packages)
- Better Code formatting
- Improved Files organization
- Optimize imports
- Docker Scripts Update
- Gulp Tooling (SASS Compilation)
- Fix ImportError: cannot import name 'TextField' from 'wtforms'
- Problem caused by
WTForms-3.0.0
- Fix: use WTForms==2.3.3
- Problem caused by
- Bump Codebase: Flask Dashboard 1.0.6
- UI Kit: Light Bootstrap Dashboard - v2.0.1
- Bump UI: Jinja Light Bootstrap 1.0.1
-
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
- Patch #Bug - Return a 403 Error for unauthorized access
- Update Licensing information
- Add CHANGELOG.md to track all changes