diff --git a/changelog.md b/changelog.md index 8592e4c55..900852779 100644 --- a/changelog.md +++ b/changelog.md @@ -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 @@ -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