Skip to content

Commit

Permalink
Release v1.0.5 - Bump Codebase & Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
App Generator committed Sep 16, 2021
1 parent 0bd8b02 commit 6fa0886
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
11 changes: 11 additions & 0 deletions 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

Expand Down
18 changes: 13 additions & 5 deletions README.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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
|
|-- ************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 6fa0886

Please sign in to comment.