File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.0.8] 2022-12-31
4
+ ### Changes
5
+
6
+ - Deployment-ready for Render (CI/CD)
7
+ - ` render.yaml `
8
+ - ` build.sh `
9
+ - ` DB Management ` Improvement
10
+ - ` Silent fallback ` to ** SQLite**
11
+
3
12
## [ 1.0.7] 2022-06-09
4
13
### Improvements
5
14
Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ Open-source **Flask Dashboard** generated by `AppSeed` op top of a modern design
10
10
> 🚀 Built with [ App Generator] ( https://appseed.us/generator/ ) , timestamp: ` 2022-06-09 09:13 `
11
11
12
12
- ✅ ` Up-to-date dependencies `
13
- - ✅ Database: ` sqlite `
14
- - ✅ ` DB Tools ` : SQLAlchemy ORM, Flask-Migrate (schema migrations)
15
- - ✅ Session-Based authentication (via ** flask_login** ), Forms validation
16
- - ✅ ` Docker `
13
+ - ✅ ` Database ` : ` SQLite ` , MySql
14
+ - Silent fallback to ` SQLite `
15
+ - ✅ ` DB Tools ` : SQLAlchemy ORM, ` Flask-Migrate `
16
+ - ✅ Docker, ` Flask-Minify ` (page compression)
17
+ - 🚀 ` Deployment `
18
+ - ` CI/CD ` flow via ` Render `
17
19
18
20
<br />
19
21
You can’t perform that action at this time.
0 commit comments