Skip to content

Commit 540c918

Browse files
committed
Updated readme, changelog and authors.
1 parent 0ce8056 commit 540c918

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

AUTHORS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ If you're missing in this file, please add yourself with contact info.
2222
* [BurningEnlightment](https://github.com/BurningEnlightenment)
2323
* [kiwon0905 ](https://github.com/kiwon0905)
2424
* [Belfer](https://github.com/Belfer)
25+
* [JonnyPtn](https://github.com/JonnyPtn)
26+
* [jraynal](https://github.com/jraynal)
27+
* [DrBarbare](https://github.com/DrBarbare)
28+
* [BillyONeal](https://github.com/BillyONeal)

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Release 0.4.0
4+
5+
Enhancements:
6+
7+
* Modernized CMake configuration.
8+
9+
Fixes:
10+
11+
* `sfg::Desktop` not properly handling mouse focus between windows.
12+
* Added missing `<string>` include.
13+
* Got rid of `SendFakeMouseMoveEvent` warnings.
14+
* Got rid of `sf::RenderWindow::Create()` deprecation warning.
15+
* Deactivated Test app features that are broken due to SFML changes.
16+
* Renamed OpenGL example to avoid a naming collision.
17+
* _FindSFML.cmake_ updated, libjpeg not required anymore.
18+
* No `WIN32_LEAN_AND_MEAN` redefinition.
19+
320
## Release 0.3.2
421

522
Enhancements:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ contribution, please add yourself to the list.
6969

7070
## Contact
7171

72-
* Website: http://sfgui.sfml-dev.de/
72+
* Website: https://github.com/TankOs/SFGUI
7373
* IRC: [irc.boxbox.org:6697, #sfgui](irc://irc.sfml-dev.org:6697/#sfgui)

0 commit comments

Comments
 (0)