Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Sep 11, 2023
1 parent 989b012 commit 8390024
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
TGUI 1.0-rc2 (TBD)
-------------------
TGUI 1.0-rc2 (11 September 2023)
---------------------------------

- Added MessageBox::changeButtons to set multiple buttons at once ([PR #215](https://github.com/texus/TGUI/pull/215))
- Added methods to ScrollablePanel to check if scrollbar is currently shown ([PR #213](https://github.com/texus/TGUI/pull/213))
- Pressing the tab key can now insert custom text in TextArea ([PR #211](https://github.com/texus/TGUI/pull/211))
- Widgets in SubwidgetContainer didn't inherit the font of the container ([PR #208](https://github.com/texus/TGUI/pull/208))
- Added onCaretPositionChange, getCaretLine() and getCaretColumn() to TextArea ([PR #207](https://github.com/texus/TGUI/pull/207))
- Added onCaretPositionChange signal to EditBox ([PR #206](https://github.com/texus/TGUI/pull/206))
- Added missing getSignal() functions to TabContainer and SpinControl ([PR #204](https://github.com/texus/TGUI/pull/204))
- BoxLayout::setWidgetIndex didn't immediately update the positions ([PR #203](https://github.com/texus/TGUI/pull/203))
- Fixed EditBox::getSelectedText() returning too many characters
- MenuBar crashed when menu closed (regression in 1.0-rc)
- Slider thumb had wrong position if texture needed to be rotated
- Icon in BitmapButton had wrong ratio when rescaled
- Prevent crash if provided layout is recursive
- Renamed onSelectionChanged to onSelectionChange in TabContainer
- TabContainer now inherits from Container instead of SubwidgetsContainer


TGUI 1.0-rc (18 Juli 2023)
Expand Down

0 comments on commit 8390024

Please sign in to comment.