Skip to content

Latest commit

 

History

History
115 lines (87 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

115 lines (87 loc) · 3.63 KB

Change Log

[1.0.12] 2023-03-01

Changes

[1.0.11] 2023-01-31

Changes

[1.0.10] 2023-01-28

Changes

  • DOCS Update (readme). New sections:
    • How to customize the theme
    • Render deployment
  • Configure the project to use home/templates
  • Added custom_footer sample

[1.0.9] 2023-01-07

Changes

  • Move to a theme-based pattern
  • 🚀 Deployment
    • CI/CD flow via Render

[1.0.8] 2022-09-14

Improvements

  • Added Github OAuth via AllAuth. requires in .env:
    • GITHUB_ID=<YOUR_GITHUB_ID>
    • GITHUB_SECRET=<YOUR_GITHUB_SECRET>
  • Docker Improvements
  • Pages UX Updates:
    • SignIN, SignUP, Settings

[1.0.7] 2022-05-25

Improvements

  • Built with Volt Dashboard Generator
    • Timestamp: 2022-05-25 22:38
  • Codebase refactoring
  • Added CDN Support
    • via .env ASSETS_ROOT

[1.0.6] 2022-01-16

Improvements

[1.0.5] 2021-10-06

Improvements

  • Mention admin section custom theme
  • Presentation page
    • Update Top links

[1.0.4] 2021-09-15

Improvements

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

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

[1.0.2] 2021-08-27

Improvements

Unreleased 2021-08-05

Tooling

  • Added scripts to recompile the SCSS files
    • core/static/assets/ - gulpfile.js
    • core/static/assets/ - package.json
  • Update README - Recompile SCSS (new section)

[1.0.1] 2021-03-30

Improvements

[1.0.0] 2021-01-17