Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
texus committed Aug 5, 2018
1 parent e9ee1a1 commit cf3d327
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit cf3d327

Please sign in to comment.