mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
update for 0.3.0 release and add 0.4 section
parent
d508852653
commit
0056cdc5d8
@ -4,18 +4,9 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm
|
||||
|
||||
# Upcoming Releases
|
||||
|
||||
## 0.3
|
||||
* Require Django 3.x, Python 3.6+
|
||||
* Move to Bootstrap CSS v4
|
||||
* Move to Font Awesome 5 Free
|
||||
* Revisit Django deprecation warnings, fully address all deprecated issues from 1.8 -> 1.11 -> 2.2 LTS transition; according to the Django deprecation guide, allows code to run until after the next LTS, so 1.11 code works on 2.x too, but would require further porting for 3.x, etc.)
|
||||
* Message threading, revised UI (should we use CoreUI? http://coreui.io)
|
||||
* Merged tickets and improved bulk actions
|
||||
* Improved Django user permissions
|
||||
|
||||
## 0.4
|
||||
* Require Django 4.x, Python 3.7+
|
||||
* Port from Django 1.11.x -> 2.x to address deprecated features in 1.11 series
|
||||
* Require Django 4.x, Python 3.8+
|
||||
* Port from Django 3.x -> 4.x to address deprecated features in 3.x or earlier series
|
||||
* Generic views?
|
||||
* Should re-evaluate best practices when Django 4.0 is released, Django itself may change a bit in major version.
|
||||
|
||||
@ -25,6 +16,17 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm
|
||||
|
||||
# Past Releases (Changelog)
|
||||
|
||||
## 0.3
|
||||
* Require Django 3.x, Python 3.8+
|
||||
* Move to Bootstrap CSS v4
|
||||
* Move to Font Awesome 5 Free
|
||||
* Revisit Django deprecation warnings, fully address all deprecated issues from 1.8 -> 1.11 -> 2.2 LTS transition; according to the Django deprecation guide, allows code to run until after the next LTS, so 1.11 code works on 2.x too, but would require further porting for 3.x, etc.)
|
||||
* Message threading, revised UI
|
||||
* Merged tickets and improved bulk actions
|
||||
* Improved Django user permissions
|
||||
### Bugfix releases (incomplete list)
|
||||
* 0.3.0 - initial release - 2021-10-18
|
||||
|
||||
## 0.2
|
||||
* Updated Bootstrap CSS and jQuery interface, better theming
|
||||
* Improved unit testing (infrastructure work for easier future development)
|
||||
|
Loading…
Reference in New Issue
Block a user