From 6fa0886e36595bfa3365e432e38f56d71af91f8f Mon Sep 17 00:00:00 2001 From: App Generator Date: Thu, 16 Sep 2021 16:44:05 +0300 Subject: [PATCH] Release v1.0.5 - Bump Codebase & Improvements --- CHANGELOG.md | 11 +++++++++++ README.md | 18 +++++++++++++----- package.json | 2 +- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a099f88d..4af3a6c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.0.5] 2021-09-16 +### Improvements & Fixes + +- Bump Flask Codebase to [v1.0.6](https://github.com/app-generator/boilerplate-code-flask/releases) + - Dependencies update (all packages) + - Use Flask==2.0.1 (latest stable version) + - Better Code formatting + - Improved Files organization + - Optimize imports + - Docker Scripts Update + ## [1.0.4] 2021-07-18 ### Tooling diff --git a/README.md b/README.md index 0068f437..3140f178 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Open-Source **Flask** starter coded with basic modules, database, ORM and deploy > Features +- Up-to-date [dependencies](./requirements.txt): **Flask 2.0.1** +- [SCSS compilation](#recompile-css) via **Gulp** - UI Kit: **Pixel Lite** (Free Version) by **Themesberg** - SQLite database, Flask-SQLAlchemy ORM - Session-Based auth flow (login, register) @@ -99,13 +101,19 @@ The project has a super simple structure, represented as bellow: | | | |-- login.html # Use layout `base-fullscreen.html` | | | |-- register.html # Use layout `base-fullscreen.html` | | | - | | index.html # The default page - | | page-404.html # Error 404 page (page not found) - | | page-500.html # Error 500 page (server error) - | | *.html # All other pages provided by the UI Kit + | | |-- home/ # UI Kit Pages + | | |-- index.html # Index page + | | |-- 404-page.html # 404 page + | | |-- *.html # All other pages | - |-- requirements.txt | + |-- Dockerfile # Deployment + |-- docker-compose.yml # Deployment + |-- gunicorn-cfg.py # Deployment + |-- nginx # Deployment + | |-- appseed-app.conf # Deployment + | + |-- requirements.txt |-- run.py | |-- ************************************************************************ diff --git a/package.json b/package.json index 5b2f1191..7c1ff4d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flask-pixel-lite", "mastertemplate": "boilerplate-code-flask", - "version": "1.0.4", + "version": "1.0.5", "description": "Template project - Flask Boilerplate Code", "scripts": {}, "repository": {