aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-05-11 13:12:02 +1000
committerinmarket <andrewh@inmarket.com.au>2014-05-11 13:12:02 +1000
commitdc693a9122dec7903379e3f9e079601e4c88ebfd (patch)
treeb4f7d0f0707be1f2abce0657a0df40f7331dd149 /docs
parent95a3570c88cc6e64131a4bbac48e1e39c7e3ea7a (diff)
downloaduGFX-dc693a9122dec7903379e3f9e079601e4c88ebfd.tar.gz
uGFX-dc693a9122dec7903379e3f9e079601e4c88ebfd.tar.bz2
uGFX-dc693a9122dec7903379e3f9e079601e4c88ebfd.zip
Update releases.txt
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index b08f970e..6bd893e8 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -2,7 +2,7 @@
*** Releases ***
*****************************************************************************
-current release: 2.0
+*** Changes After 2.0 ***
FIX: Significant improvements to the way the MCU touch driver works.
FEATURE: Add support for edge to edge touch calibration.
FEATURE: Added progressbar widget
@@ -36,9 +36,9 @@ FEATURE: Added many GWIN simple demo's and updated the combined widget demo
FEATURE: Added gwinEnable() and gwinDisable()
FIX: Progressbar widget bug fix that could gwinProgressbarStop() to crash
FIX: Imagebox widget bug fix that could cause gwinImageOpenFile() to crash
+FEATURE: GWIN containers such as "container" and "frame"
-
-*** changes after 1.9 ***
+*** Release 2.0 ***
FEATURE: GDISP Streaming API and demos.
DEPRECATE: GDISP_NEED_ASYNC is now deprecated.
DEPRECATE: 3rd party boing demo is now deprecated (replaced by GDISP Streaming demo)
@@ -66,7 +66,7 @@ FEATURE: Board definitions, example projects and makefiles for the Marlin board.
FEATURE: New invsqrt() routine added to GMISC
-*** changes after 1.8 ***
+*** Release 1.9 ***
FEATURE: GWIN list boxes.
FIX: POSIX port removed, now dedicated OS-X and Linux ports
FIX: Several bugfixes
@@ -80,7 +80,7 @@ FEATURE: Added gwinListSetScroll()
FEATURE: Added gwinLabelSetBorder()
-*** changes after 1.7 ***
+*** Release 1.8 ***
FEATURE: Rename of the project from ChibiOS/GFX to uGFX
FEATURE: Moved from github.com to bitbucket.org
FEATURE: New website with a lot more of documentation
@@ -92,13 +92,13 @@ FIX: gfxHalt() fix for the Win32 port
FIX: Cleaned up board file mess
-*** changes after 1.6 ***
+*** Release 1.7 ***
FEATURE: Added RA8875 GDISP driver
FEATURE: Added FT5x06 GINPUT/touch driver
FIX: Several bugfixes
-*** changes after 1.5 ***
+*** Release 1.6 ***
FEATURE: Added ILI9325 driver - Thanks to Chris van Dongen aka _Sjaak
FEATURE: Added TDISP module
FIX: tdispGotoXY() renamed to tdispSetCursor()
@@ -130,7 +130,7 @@ FEATURE: Added GOS module (including sub modules such as GQUEUE)
FEATURE: Added some functionalities to the TDISP module by user 'Frysk'
-*** changes after 1.4 ***
+*** Release 1.5 ***
FEATURE: GEVENT - for passing event structures from Sources to Listeners
FEATURE: GTIMER - thread context based once-off and periodic timers.
FEATURE: GINPUT - extensible, multiple device-type, input sub-system.
@@ -150,7 +150,7 @@ FEATURE: Added a number of module demo and test programs
DEPRECATE: Remove of XPT2046 since full compatibility with ADS7843
-*** changes after 1.3 ***
+*** Release 1.4 ***
FIX: Nokia 6610 fix
FEATURE: New driver: Win32
FEATURE: implementation of gdispFillArc()
@@ -162,7 +162,7 @@ FEATURE: GWIN infrastructure
FEATURE: now we fully support doxygen
-*** changes after 1.2 ***
+*** Release 1.3 ***
FEATURE: added FSMC for SSD1289 / F4
FEATURE: added calibration storage interface
FIX: bugfix in filling functions for SSD1289
@@ -170,7 +170,7 @@ FEATURE: added point_t struct in gdisp.h
FEATURE: added graph module
-*** changer after 1.1 ***
+*** Release 1.2 ***
FIX: orientation macros changed
FIX: huge internal bugfix in orientation stuff (big thanks to Abhishek)
FEATURE: added TOUCHPAD_XY_INVERTED macro
@@ -182,7 +182,7 @@ FIX: lcdConsoleXXX() functions have been renamed to gfxConsoleXXX()
FEATURE: FSMC for SSD1289 F2/F4
-*** changes after 1.0 ***
+*** Release 1.1 ***
FIX: removed gdisp and touchpad prefix of driver directories
UPDATE: added SSD1963 driver
FIX: fixed Validation, VMT driver, console and BitBlit