Skip to content

Commit e27095c

Browse files
committed
Release v1.0.19
1 parent 1e5240d commit e27095c

File tree

3 files changed

+457
-0
lines changed

3 files changed

+457
-0
lines changed

CHANGELOG.md

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
# Change Log
2+
3+
## [1.0.19] 2024-02-08
4+
### Changes
5+
6+
- Update README (docs)
7+
- Update Docker
8+
- New Apps:
9+
- charts
10+
- api
11+
- celery
12+
- file manager
13+
- dark mode
14+
- i18n (internationalization)
15+
16+
## [1.0.18] 2023-11-01
17+
### Changes
18+
19+
- Added `.env`
20+
- Set `DEBUG=True` as default
21+
22+
## [1.0.17] 2023-08-13
23+
### Changes
24+
25+
- Fix #7, collectstatic bumps errors
26+
- Remove `ASSETS_ROOT` variable
27+
- Added `Render` Support (CI/CD)
28+
29+
## [1.0.16] 2023-03-23
30+
### Changes
31+
32+
- Fix SCSS compilation
33+
34+
## [1.0.15] 2023-03-23
35+
### Changes
36+
37+
- Added Migration Folders
38+
- Update DOCS
39+
40+
## [1.0.14] 2023-02-08
41+
### Changes
42+
43+
- Dependencies, remove duplicates
44+
- `Tests`:
45+
- `Windows 11` -> ok
46+
- `Ubuntu 18 LTS` -> ok
47+
48+
## [1.0.13] 2023-02-08
49+
### Changes
50+
51+
- Added Missing Modules:
52+
- `django-phone_field`
53+
- `django-import_export`
54+
- `django-pandas`
55+
- `django-matplotlib`
56+
57+
## [1.0.12] 2022-08-21
58+
### Fixes & Improvements
59+
60+
- Login possible with USER or EMAIL
61+
- Warn user on self-deletion
62+
- if the account has linked tasks or transactions
63+
- Minor JS warnings & Fixes
64+
- Code CleanUP (minor)
65+
66+
## [1.0.11] 2022-08-13
67+
### Fixes
68+
69+
- Update for Production Deploy
70+
- Use `ASSETS_ROOT` instead of `{% 'static' tag %}`
71+
72+
## [1.0.10] 2022-08-13
73+
### Improvements
74+
75+
- Authentication:
76+
- Social Login Via Github & Twitter
77+
- Self Deletion, Update Password
78+
- Tasks Module
79+
- Transactions Module
80+
- Improved Docker Scripts
81+
82+
## [1.0.9] 2022-06-17
83+
### New features:
84+
85+
- Extended User Profile
86+
- Users Management for `Superusers`
87+
- Tasks: `add`, `remove`, `assign`
88+
- filtered view per user
89+
- full management for `Superusers`
90+
- Transactions: `add`, `remove`, `assign`
91+
- filtered view per user
92+
- full management for `Superusers`
93+
94+
## [1.0.8] 2022-05-15
95+
### Custom Code
96+
97+
- Integrate `PlotLy`
98+
- New app `charts`
99+
- Hello World: http://localhost:8000/charts/index
100+
- Plotly (no Volt Integration): http://localhost:8000/charts/index2
101+
- Plotly + Volt: http://localhost:8000/charts/index3
102+
103+
## [1.0.7] 2022-02-17
104+
### Fixes
105+
106+
- Patch SCSS Compilation for:
107+
- Nodejs `12.x`, `14.x`
108+
- Update CSS Assets:
109+
- Compiled with `Node v14.15.0`, `Gulp CLI version: 2.3.0`
110+
111+
## [1.0.6] 2021-09-15
112+
### Improvements
113+
114+
- Bump Django Codebase to [v2.0.4](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
115+
- Codebase update
116+
- `assets` & `templates` moved to `apps` folder
117+
- `apps/base` renamed to `apps/home`
118+
119+
## [1.0.5] 2021-09-07
120+
### Improvements & Fixes
121+
122+
- Bump Django Codebase to [v2.0.2](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
123+
- Dependencies update (all packages)
124+
- Use Django==3.2.6 (latest stable version)
125+
- Better Code formatting
126+
- Improved Files organization
127+
- Optimize imports
128+
- Docker Scripts Update
129+
- Fixes:
130+
- Patch 500 Error when authenticated users access `admin` path (no slash at the end)
131+
- Patch [#16](https://github.com/app-generator/boilerplate-code-django-dashboard/issues/16): Minor issue in Docker
132+
133+
## [1.0.4] 2021-06-30
134+
135+
- Update UI - Volt PRO v1.4.1
136+
- Added scripts to recompile the SCSS files
137+
- `core/static/assets/` - gulpfile.js
138+
- `core/static/assets/` - package.json
139+
140+
## [1.0.3] 2021-06-15
141+
142+
- Correct 404 Links - UI Docs
143+
144+
## [1.0.2] 2021-04-25
145+
### Improvements
146+
147+
- Bump UI: Volt PRO v1.3.1
148+
- UI: [Jinja Volt PRO](https://github.com/app-generator/jinja-template-volt-pro/releases) v1.0.3
149+
150+
## [1.0.1] 2021-01-20
151+
152+
- UI: [Jinja Volt PRO](https://github.com/app-generator/jinja-template-volt-pro/releases) v1.0.2
153+
- Volt PRO v1.2.0
154+
- Codebase - [Django Dashboard](https://github.com/app-generator/boilerplate-code-django-dashboard/releases) v1.0.4
155+
156+
## [1.0.0] 2020-02-07
157+
### Initial Release

LICENSE.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Commercial Projects - EULA
2+
3+
Copyright (c) 2019 - present [AppSeed](http://appseed.us/)
4+
5+
<br />
6+
7+
## Licensing Information
8+
9+
This document explains the usage terms for all **commercial** products (apps/tools) developed by **[AppSeed](http://appseed.us/)**.
10+
11+
Used terms:
12+
13+
- `Solo-Developer`: code digital products as freelencer (without being incorporated in a company)
14+
- `StartUp` - young company founded 12mo (or less) in the past
15+
- `Small Company` - maximum 3 developers, active for more than 1year
16+
- `Company` - More than 4 developers and less than 50
17+
- `Corporate` - More than 50 developers
18+
19+
<br />
20+
21+
## [Personal License](https://github.com/app-generator/license-personal)
22+
23+
> Licensing Information - full info [here](https://github.com/app-generator/license-personal)
24+
25+
| Item | - |
26+
| ---------------------------------- | --- |
27+
| Domains | 1 |
28+
| Team Size | **3 developer** |
29+
| [Support](https://appseed.us/support/) & Updates: | **6 months** |
30+
| --- | --- |
31+
| Product sale ||
32+
| Create single personal website/app ||
33+
| Create single website/app for client ||
34+
| Remove footer credits ||
35+
| SaaS application ||
36+
37+
<br />
38+
39+
## [StartUp License](https://github.com/app-generator/license-startup)
40+
41+
> Licensing Information - full info [here](https://github.com/app-generator/license-startup)
42+
43+
| Item | - |
44+
| ---------------------------------- | --- |
45+
| Domains | 1 |
46+
| Team Size | **Up to 9 developers** |
47+
| [Support](https://appseed.us/support/) & Updates: | **12 months** |
48+
| --- | --- |
49+
| Product sale ||
50+
| Create single personal website/app ||
51+
| Create single website/app for client ||
52+
| Remove footer credits ||
53+
| SaaS application ||
54+
55+
<br />
56+
57+
## [Company License](https://github.com/app-generator/license-company)
58+
59+
> Licensing Information - full info [here](https://github.com/app-generator/license-company)
60+
61+
| Item | - |
62+
| ---------------------------------- | --- |
63+
| Team Size | **Unlimited** |
64+
| [Support](https://appseed.us/support/) & Updates: | **Lifetime** |
65+
| --- | --- |
66+
| Product sale ||
67+
| Create multiple personal websites/apps ||
68+
| Create multiple websites/apps for clients ||
69+
| Remove footer credits ||
70+
| SaaS application ||
71+
72+
<br />
73+
74+
---
75+
For more information regarding licensing, please contact the [AppSeed](https://appseed.us/) Service < *[email protected]* >

0 commit comments

Comments
 (0)