Skip to content

Commit 76245e8

Browse files
committed
Release RmlUi 4.3
1 parent 39dfad9 commit 76245e8

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ endif(POLICY CMP0074)
5555

5656
project(RmlUi LANGUAGES C CXX VERSION 4.3)
5757

58-
set(RMLUI_VERSION_RELEASE false)
58+
set(RMLUI_VERSION_RELEASE true)
5959

6060
if(RMLUI_VERSION_RELEASE)
6161
set(RMLUI_VERSION_SUFFIX "")

changelog.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* [RmlUi 4.3](#rmlui-43)
12
* [RmlUi 4.2](#rmlui-42)
23
* [RmlUi 4.1](#rmlui-41)
34
* [RmlUi 4.0](#rmlui-40)
@@ -7,8 +8,7 @@
78
* [RmlUi 3.0](#rmlui-30)
89
* [RmlUi 2.0](#rmlui-20)
910

10-
## RmlUi 4.3 (WIP)
11-
11+
## RmlUi 4.3
1212

1313
### Flexbox layout
1414

@@ -31,7 +31,7 @@ See usage examples, differences from CSS, performance tips, and all the details
3131
### RCSS
3232

3333
- Add (non-standard) property value `clip: always` to force clipping to the element, [see `clip` documentation](https://mikke89.github.io/RmlUiDoc/pages/rcss/visual_effects.html#clip). [#235](https://github.com/mikke89/RmlUi/issues/235) [#251](https://github.com/mikke89/RmlUi/pull/251) (thanks @MatthiasJFM)
34-
- Escape character changed from forward slash to backslash `\`.
34+
- Escape character changed from forward slash to backslash `\` to align with CSS.
3535

3636
### Layout improvements
3737

@@ -44,20 +44,21 @@ See usage examples, differences from CSS, performance tips, and all the details
4444
### Samples
4545

4646
- Add clipboard support to X11 samples. [#231](https://github.com/mikke89/RmlUi/pull/231) (thanks @barotto)
47-
48-
### Lua plugin
49-
50-
- Make Lua plugin API consistently one-indexed instead of zero-indexed. [#237](https://github.com/mikke89/RmlUi/issues/237) [#247](https://github.com/mikke89/RmlUi/pull/247) (thanks @nimble0)
47+
- Windows shell: Fix OpenGL error on startup.
5148

5249
### Tests
5350

5451
- Visual tests suite: Add ability to overlay the previous reference capture of the test using the shortcut Ctrl+Q.
5552
- Add support for CSS flexbox tests to the CSS tests converter.
5653

54+
### Lua plugin
55+
56+
- Make Lua plugin API consistently one-indexed instead of zero-indexed. [#237](https://github.com/mikke89/RmlUi/issues/237) [#247](https://github.com/mikke89/RmlUi/pull/247) (thanks @nimble0)
57+
- Fix crash due to double delete in the Lua plugin. [#216](https://github.com/mikke89/RmlUi/issues/216)
58+
5759
### Dependencies
5860

5961
- Update LunaSVG plugin for compatibility with v2.3.0. [#232](https://github.com/mikke89/RmlUi/issues/232)
60-
- Fix crash due to double delete in the Lua plugin. [#216](https://github.com/mikke89/RmlUi/issues/216)
6162
- Warn when using FreeType 2.11.0 with the MSVC compiler, as this version introduced [an issue](https://gitlab.freedesktop.org/freetype/freetype/-/issues/1092) leading to crashes.
6263

6364
### Build improvements

0 commit comments

Comments
 (0)