File tree Expand file tree Collapse file tree 2 files changed +24
-22
lines changed
Expand file tree Collapse file tree 2 files changed +24
-22
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## Unreleased
4- ### Improvements
3+ ## [ 1.0.1 ] 2021-01-13
4+ ### Improvements
55
6- - 2020-09-11 - Improvements
7- - Codebase & UI Update
8-
9- - 2020-08-20 - Added get_segment() helper that detects the current page
10-
11- - 2020-08-20 - Added get_segment() helper that detects the current page
12- - Updated files(s): app/home/routes.py
13-
14- - 2020-06-22 - Guard Flask links with quotes
15- - Sample href="{{ url_for('base_blueprint.login') }}"
16- - Impacted files: login.html, register.html, sidebar.html
17-
18- - 2020-06-22 - Added HEROKU support. Impacted files:
19- - runtime.txt - Bump the Python version to 3.6.10
20- - README added new section for HEROKU deployment
21-
22- - 2020-05-30 - Improvements & Bug Fixes
23- - Patch #Bug - Return a 403 Error for unauthorized access
24- - Update Licensing information
25- - Add CHANGELOG.md to track all changes
6+ - Bump UI: [ Jinja Template Argon] ( https://github.com/app-generator/jinja-argon-dashboard ) v1.0.1
7+ - Bump Codebase: [ Flask Dashboard] ( https://github.com/app-generator/boilerplate-code-flask-dashboard ) v1.0.3
268
279## [ 1.0.0] 2020-02-07
2810### Initial Release
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " flask-boilerplate-dashboard-argon" ,
3+ "mastertemplate" : " boilerplate-code-flask-dashboard" ,
4+ "version" : " 1.0.1" ,
5+ "description" : " Template project - Flask Boilerplate Code" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " https://github.com/app-generator/flask-boilerplate-dashboard-argon"
9+ },
10+ "bugs" : {
11+ "url" : " https://github.com/app-generator/flask-boilerplate-dashboard-argon/issues" ,
12+ 13+ },
14+ "author" :
" AppSeed App Generator <[email protected] > (https://appseed.us)" ,
15+ "engines" : {
16+ "node" : " >=10.0.0"
17+ },
18+ "dependencies" : {},
19+ "devDependencies" : {}
20+ }
You can’t perform that action at this time.
0 commit comments