- Updated DOCS (readme)
- Update Custom Development Section
- New Pricing:
$3,999
- New Pricing:
- Update Dependencies
- Silent fallback to SQLite
- Print UserID on
index
- Via export in controller
- Via
current_user
in view
- DOCS Update
- Volt Dashboard Flask -
official help
- Volt Dashboard Flask -
- Links Curation (minor)
- Added page compression for PRODUCTION env
DEBUG=False
- Deployment-ready for Render (CI/CD)
render.yaml
build.sh
DB Management
ImprovementSilent fallback
to SQLite
- Added OAuth via Github
- Improved Auth Pages
- Built with Volt Dashboard Generator
- Timestamp:
2022-05-25 22:26
- Timestamp:
- Codebase refactoring
- Added CDN Support
- via
.env
ASSETS_ROOT
- via
- Bump Flask Codebase to v2stable.0.1
- Dependencies update (all packages)
- Flask==2.0.2 (latest stable version)
- flask_wtf==1.0.0
- jinja2==3.0.3
- flask-restx==0.5.1
- Forms Update:
- Replace
TextField
(deprecated) withStringField
- Replace
- 2021-11-08 -
v1.0.6-rc1
- ImportError: cannot import name 'TextField' from 'wtforms'
- Problem caused by
WTForms-3.0.0
- Fix: use WTForms==2.3.3
- Problem caused by
- ImportError: cannot import name 'TextField' from 'wtforms'
- Bump Flask Codebase to v2.0.0
- Dependencies update (all packages)
- Use Flask==2.0.1 (latest stable version)
- Better Code formatting
- Improved Files organization
- Optimize imports
- Docker Scripts Update
- Dependencies update (all packages)
- Bump UI - Volt Dashboard v1.4.1
- Added scripts to recompile the SCSS files
app/base/static/assets/
- gulpfile.jsapp/base/static/assets/
- package.json
Update README
- Recompile SCSS (new section)
- Bump Codebase: Flask Dashboard v1.0.6
- Freeze used versions in
requirements.txt
- jinja2 = 2.11.3
- Bump UI: Jinja Volt v1.0.1
- Volt Dashboard v1.3.2
- Bump Codebase: Flask Dashboard v1.0.5
- Freeze used versions in
requirements.txt
- flask_sqlalchemy = 2.4.4
- sqlalchemy = 1.3.23
- Bump UI: Jinja Volt v1.0.0
- Volt Dashboard v1.2.0
- Codebase: Flask Dashboard v1.0.3