Skip to content

Commit f326bf1

Browse files
committed
Release v1.0.8 - CI/CD and DB Management ENH
1 parent 4c9b0c1 commit f326bf1

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

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+
312
## [1.0.7] 2022-06-09
413
### Improvements
514

Diff for: README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ Open-source **Flask Dashboard** generated by `AppSeed` op top of a modern design
1010
> 🚀 Built with [App Generator](https://appseed.us/generator/), timestamp: `2022-06-09 09:13`
1111
1212
-`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`
1719

1820
<br />
1921

0 commit comments

Comments
 (0)