Skip to content

Commit

Permalink
Release v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Feb 10, 2024
1 parent dcf6417 commit ebea8dd
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 0 deletions.
123 changes: 123 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
# Change Log

## [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](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
- 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](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
- 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](https://github.com/app-generator/boilerplate-code-django-dashboard/issues/16): Minor issue in Docker

## [1.0.0] 2021-06-25
### Initial release

- UI: Soft UI Dashboard PRO v1.0.1
- [Django Codebase](https://github.com/app-generator/boilerplate-code-django-dashboard): v1.0.4
75 changes: 75 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Commercial Projects - EULA

Copyright (c) 2019 - present [AppSeed](http://appseed.us/)

<br />

## Licensing Information

This document explains the usage terms for all **commercial** products (apps/tools) developed by **[AppSeed](http://appseed.us/)**.

Used terms:

- `Solo-Developer`: code digital products as freelencer (without being incorporated in a company)
- `StartUp` - young company founded 12mo (or less) in the past
- `Small Company` - maximum 3 developers, active for more than 1year
- `Company` - More than 4 developers and less than 50
- `Corporate` - More than 50 developers

<br />

## [Personal License](https://github.com/app-generator/license-personal)

> Licensing Information - full info [here](https://github.com/app-generator/license-personal)
| Item | - |
| ---------------------------------- | --- |
| Domains | 1 |
| Team Size | **3 developer** |
| [Support](https://appseed.us/support/) & Updates: | **6 months** |
| --- | --- |
| Product sale ||
| Create single personal website/app ||
| Create single website/app for client ||
| Remove footer credits ||
| SaaS application ||

<br />

## [StartUp License](https://github.com/app-generator/license-startup)

> Licensing Information - full info [here](https://github.com/app-generator/license-startup)
| Item | - |
| ---------------------------------- | --- |
| Domains | 1 |
| Team Size | **Up to 9 developers** |
| [Support](https://appseed.us/support/) & Updates: | **12 months** |
| --- | --- |
| Product sale ||
| Create single personal website/app ||
| Create single website/app for client ||
| Remove footer credits ||
| SaaS application ||

<br />

## [Company License](https://github.com/app-generator/license-company)

> Licensing Information - full info [here](https://github.com/app-generator/license-company)
| Item | - |
| ---------------------------------- | --- |
| Team Size | **Unlimited** |
| [Support](https://appseed.us/support/) & Updates: | **Lifetime** |
| --- | --- |
| Product sale ||
| Create multiple personal websites/apps ||
| Create multiple websites/apps for clients ||
| Remove footer credits ||
| SaaS application ||

<br />

---
For more information regarding licensing, please contact the [AppSeed](https://appseed.us/) Service < *support@appseed.us* >
Loading

0 comments on commit ebea8dd

Please sign in to comment.