Skip to content

Latest commit

 

History

History
190 lines (142 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

190 lines (142 loc) · 5.71 KB

Change Log

[1.0.22] 2024-12-16

Changes

[1.0.21] 2024-12-15

Changes

Mention Django App Generator Service:

  • Access the App Generator page
  • Select the preferred design
  • (Optional) Design Database: edit models and fields
  • (Optional) Edit the fields for the extended user model
  • (Optional) Enable OAuth for GitHub
  • (Optional) Add Celery (async tasks)
  • (Optional) Enable Dynamic API Module
  • Docker Scripts
  • Render CI/Cd Scripts

The generated Django project is available as a ZIP Archive and also uploaded to GitHub.

[1.0.20] 2024-11-27

Changes

Update RM Links

[1.0.19] 2024-11-11

Changes

[1.0.18] 2024-05-18

Changes

[1.0.17] 2024-04-16

Changes

  • Use Vite for SCSS Compilation
  • Fix Charts on MAIN dashboard
  • Added HOT Reload (templates & static)

[1.0.16] 2024-03-05

Changes

[1.0.15] 2024-03-02

Changes

  • Deprecate distutils
    • use str2bool
  • Update Deps
    • requirements.txt
  • Update README: PRO Version, List features
    • API, Charts
    • DataTables (Filters, Export)
    • Celery
    • Media Files Manager
    • Extended User Profiles

[1.0.14] 2023-02-14

Changes

[1.0.13] 2023-10-24

Changes

  • Update Dependencies
  • Update README

[1.0.12] 2023-02-27

Changes

[1.0.11] 2023-05-03

Changes

  • Bump UI Version
  • Added Local Templates and STATICs
  • Added Gulp Tooling for SCSS Compilation
  • Update DOCS (readme)

[1.0.10] 2023-02-27

Changes

[1.0.9] 2023-02-26

Changes

[1.0.8] 2023-02-26

Changes

[1.0.7] 2022-09-09

Changes

  • Bump UI version: v1.0.2
    • Persistent Dark-mode via local storage

[1.0.6] 2022-05-25

Improvements

  • Built with Black Dashboard Generator
    • Timestamp: 2022-05-25 10:28
  • Added CDN/Static Server management
    • ASSETS_ROOT env variable

[1.0.5] 2022-05-20

Improvements

[1.0.4] 2022-01-16

Improvements

[1.0.3] 2021-09-17

Improvements

  • Bump Django Codebase to v2.0.4
  • Codebase update
    • assets & templates moved to apps folder
    • apps/base renamed to apps/home

[1.0.2] 2021-09-07

Improvements & Fixes

  • Bump Django Codebase to v2.0.2
    • Dependencies update (all packages)
    • Use Django==3.2.6 (latest stable version)
    • Better Code formatting
    • Improved Files organization
    • Optimize imports
    • Docker Scripts Update
  • Tooling:
    • Gulp SASS compilation script
    • Update README - Recompile SCSS (new section)
  • Fixes:
    • Patch 500 Error when authenticated users access admin path (no slash at the end)
    • Patch #16: Minor issue in Docker

[1.0.1] 2021-01-13

Improvements

[1.0.0] 2020-02-07

Initial Release