|
| 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 |
0 commit comments