From cf3d3277ee55e795a1a58f4faa7ab4bad8ea3504 Mon Sep 17 00:00:00 2001 From: Bruno Van de Velde Date: Sun, 5 Aug 2018 13:50:50 +0200 Subject: [PATCH] Added changelog [ci skip] --- changelog.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 changelog.txt diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 000000000..b7cfa5c97 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,21 @@ +TGUI 0.8.0 (5 August 2018) +--------------------------- + +- Global default text size for more consistent texts in widgets +- Gui Builder was added +- A theme can be made the default to use it for all new widgets +- Renderers are decoupled from widgets, making them truly shared +- BitmapButton widget to have an icon next to the button caption +- RangeSlider widget to have two thumbs on a slider +- ScrollablePanel widget to have a Panel with automatic scrollbars +- Panel widget was split in Group, RadioButtonGroup and Panel widgets +- HorizontalLayout, VerticalLayout and HorizontalWrap to arrange widgets +- Relative layouts were improved +- Many other improvements + + +Older Releases +-------------- + +See the website for changelogs of older releases: https://tgui.eu/changelog/ +