Skip to content

Commit

Permalink
Releasing 1.0-beta [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Dec 10, 2022
1 parent 32b54a4 commit 7f96554
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
TGUI 1.0-beta (10 December 2022)
---------------------------------

- Added RichTextLabel widget
- Added font scaling to keep text sharp while view is smaller than window size
- Added tab alignment and fixed tab size to TabContainer ([PR #174](https://github.com/texus/TGUI/pull/174))
- onFileSelect signal in FileDialog is no longer called on cancel
- Removed padding from RadioButtonGroup
- Close button was broken when ChildWindow was copied


TGUI 1.0-alpha (17 September 2022)
-----------------------------------

- Added RichTextLabel widget
- Added SDL\_Renderer backend (SDL + SDL\_ttf)
- Added GLFW/OpenGL backend (glfw3 + OpenGL >= 3.3 or GLES >= 2.0)
- Added SFML/OpenGL backend (sfml-window + OpenGL >= 3.3)
- Existing SFML-Graphics and SDL/OpenGL backends were redesigned
- Black, BabyBlue and TransparentGrey themes can now be used for all widgets
- Added font scaling to keep text sharp while view is smaller than window size
- Added tab alignment and fixed tab size to TabContainer ([PR #174](https://github.com/texus/TGUI/pull/174))
- ClientSize of ChildWindow can now be a layout instead of only a constant
- Typing in FileDialog now selects the first file starting with the typed letter
- TextSize can now also be set in theme file
Expand All @@ -25,7 +33,6 @@ TGUI 1.0-alpha (17 September 2022)
- Added ScrollbarValue to Label
- Theme files now support global properties
- Theme files now support inheritance between sections
- onFileSelect signal in FileDialog is no longer called on cancel
- Tool tips are now shown on disabled widgets by default
- Word-wrapped lines no longer begin with whitespace
- Filter CR in TextArea to prevent issues when pasting CRLF on Windows
Expand Down

0 comments on commit 7f96554

Please sign in to comment.