aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-11 17:25:48 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-11 17:25:48 +0200
commit6a19656327b97776011e35f87cc5d91510b14bc1 (patch)
treeff3c355930b67ea5c73d314ed310cd08f86cae71 /docs
parent870d0cbdc9fb3c265c5274268f8fc8ac622f3673 (diff)
downloaduGFX-6a19656327b97776011e35f87cc5d91510b14bc1.tar.gz
uGFX-6a19656327b97776011e35f87cc5d91510b14bc1.tar.bz2
uGFX-6a19656327b97776011e35f87cc5d91510b14bc1.zip
preparing 2.1 release
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt5
-rw-r--r--docs/roadmap.txt24
2 files changed, 13 insertions, 16 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index 4f5e9706..247b5a44 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -2,7 +2,10 @@
*** Releases ***
*****************************************************************************
-*** Changes After 2.0 ***
+*** Changes After 2.1 ***
+
+
+*** Release 2.1 ***
FIX: Significant improvements to the way the MCU touch driver works.
FEATURE: Add support for edge to edge touch calibration.
FEATURE: Added progressbar widget
diff --git a/docs/roadmap.txt b/docs/roadmap.txt
index 18797487..eae078f6 100644
--- a/docs/roadmap.txt
+++ b/docs/roadmap.txt
@@ -1,15 +1,9 @@
-Things to include in 2.1 (Q2 2014)
- - VS1053 audio driver
- - FreeRTOS port (finalize)
- - GWIN children support (finalize)
- - Rreplace the console printf with the one from GFILE
-
-
-Things to include in 2.2 (unknown)
- - Support Mikromedia STM32+ board
- - Virtual keyboard widget
- - LineEdit widget
- - RAM file system for GFILE
- - FatFS file system for GFILE
- - Improve visual aspects of widgets (use gfxBlend())
- - Linux frame buffer support
+Things to include in 2.2 (unknown)
+ - Support Mikromedia STM32+ board
+ - Virtual keyboard widget
+ - LineEdit widget
+ - RAM file system for GFILE
+ - FatFS file system for GFILE
+ - Improve visual aspects of widgets (use gfxBlend())
+ - Linux frame buffer support
+ - Replace the console printf with the one from GFILE