Skip to content

Commit e33f895

Browse files
committed
Release v2.0.3
1 parent 541030d commit e33f895

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

CHANGELOG.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# Change Log
2+
3+
## [2.0.3] 2023-03-22
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+
12+
## [2.0.2] 2022-06-06
13+
### Improvements
14+
15+
- Use generated version
16+
- Timestamp: `2022-06-06 13:25`
17+
- Build ID: `f365bee7-40fc-4fe2-819c-086a7e06c88b`
18+
19+
## [2.0.1] 2022-06-06
20+
21+
- Tag latest `manual` coded version
22+
23+
## [2.0.0] 2022-01-17
24+
### Improvements
25+
26+
- Dependencies update (all packages)
27+
- Flask==2.0.2 (latest stable version)
28+
- flask_wtf==1.0.0
29+
- jinja2==3.0.3
30+
- flask-restx==0.5.1
31+
32+
## [1.0.7] 2021-09-16
33+
### Improvements
34+
35+
- Rename model `User` to `Users` to avoid name conflict with ORACLE DBMS
36+
- Impacted files:
37+
- `app/{model.py, util.py, viewws.py}`
38+
39+
## [1.0.6] 2021-09-16
40+
### Improvements & Fixes
41+
42+
- Dependencies update (all packages)
43+
- Flask==2.0.1 (latest stable version)
44+
- Better Code formatting
45+
- Improved Files organization
46+
- Optimize imports
47+
- Docker Scripts Update
48+
- Gulp Tooling (SASS Compilation)
49+
- Minor fixes
50+
- UI: Pixel Lite (free version)
51+
52+
## [1.0.5] 2021-05-16
53+
### Dependencies Update
54+
55+
- Freeze used versions in `requirements.txt`
56+
- jinja2 = 2.11.3
57+
58+
## [1.0.4] 2021-03-18
59+
### Improvements
60+
61+
- Freeze used versions in `requirements.txt`
62+
- flask_sqlalchemy = 2.4.4
63+
- sqlalchemy = 1.3.23
64+
65+
## [1.0.3] 2021-01-01
66+
### Improvements
67+
68+
- 2021-01-01 - Registration
69+
- Hide the form on success
70+
71+
- 2020-06-28 - Update the UI Kit
72+
- Quick UI KIt by Webpixels
73+
74+
- 2020-06-22 - Added HEROKU support. Impacted files:
75+
- runtime.txt - Bump the Python version to 3.6.10
76+
- README added new section for HEROKU deployment
77+
78+
## [1.0.2] 2020-06-18
79+
### Improvements
80+
81+
- The password storage is now Bcrypt.hashed
82+
- Added deploy scripts: Docker, Gunicorn
83+
- Added `.env`
84+
- Added `python-decouple` in `requirements.txt`
85+
- Update Sample UI Kit - [Neumorphism UI](https://themesberg.com/product/ui-kits/neumorphism-ui) by Themesberg
86+
87+
## [1.0.1] 2020-05-30
88+
### Improvements
89+
90+
- Update Licensing information
91+
- Add CHANGELOG.md to track all changes
92+
- Minor update in README
93+
94+
## [1.0.0] 2020-02-07
95+
### Initial Release

0 commit comments

Comments
 (0)