From 0056cdc5d88e82c627d72425fd2141fe084ab1f5 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Mon, 18 Oct 2021 01:22:17 -0400 Subject: [PATCH] update for 0.3.0 release and add 0.4 section --- Development-Roadmap.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Development-Roadmap.md b/Development-Roadmap.md index 99ed4ef..abbe905 100644 --- a/Development-Roadmap.md +++ b/Development-Roadmap.md @@ -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)