Skip to content

Latest commit

 

History

History
156 lines (112 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

156 lines (112 loc) · 3.15 KB

Change Log

[1.0.21] 2024-08-13

Changes

  • Fix #49 - Adding DT Item as Guest - Wrong Redirect

[1.0.20] 2024-08-11

Changes

  • Update DataTable Module
  • Update Charts (added filters)

[1.0.19] 2024-08-04

Changes

  • Fix #42: Fontawesome link now returning 403 Forbidden

[1.0.18] 2024-04-09

Changes

  • Added Gulp Script (for SCSS Compilation)

[1.0.17] 2024-03-28

Changes

  • Fixes:
    • Pagination not shown on DT

[1.0.16] 2024-02-27

Changes

  • Update DOCS (readme)
    • Added Celery Section

[1.0.15] 2024-02-10

Changes

  • Update DOCS (readme)

[1.0.14] 2024-02-10

Changes

  • Update README (docs)
  • Update Docker
  • New Apps:
    • charts
    • api
    • celery
    • file manager
    • dark mode
    • i18n (internationalization)

[1.0.13] 2023-08-14

Changes

  • Fix #29, collectstatic bumps errors
  • Remove ASSETS_ROOT variable
  • Added Render Support (CI/CD)

[1.0.12] 2023-04-08

Changes

  • Fix #27: Added Export Options for Datatables
    • CSV, XLS

[1.0.11] 2022-08-20

Improvements

  • Added notifications in user-profile page
    • Update profile
    • change password

[1.0.10] 2022-08-20

Fixes & Improvements

  • Improved Authentication Flow
  • Docker Scripts Update
  • CleanUp (migration files removed)
  • Minor JS Fixes

[1.0.9] 2022-08-16

Fixes & Minor Improvements

  • Improved Authentication Flow
  • Minor JS Fixes

[1.0.8] 2022-08-08

Improvements

  • Social Login via Github & Twitter
  • Change password, Self Deletion
  • Authentication via email OR username

[1.0.7] 2022-07-15

Evolutions

  • User Settings
    • Self deletion
    • Update Password

[1.0.6] 2022-07-14

Fixes

  • Patch Docker set up
    • now supports the latest evolutions

[1.0.5] 2022-07-14

Improvements

  • Improved Authentication
    • Visual password strength indicator (registration)
    • Suspend user after 3 failed login attempts
  • New Feature: User Profiles
    • Extended User profile
    • Image upload via FTP

[1.0.4] 2022-06-28

Improvements

  • Bump UI to Soft UI Dashboard PRO v1.0.8
  • Improved Docker
  • Improved Codebase

[1.0.3] 2021-12-14

Improvements

  • Bump UI: Soft UI Dashboard PRO v1.0.5

[1.0.2] 2021-09-20

Improvements

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

[1.0.1] 2021-09-08

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
  • Fixes:
    • Patch 500 Error when authenticated users access admin path (no slash at the end)
    • Patch #16: Minor issue in Docker

[1.0.0] 2021-06-25

Initial release