All Versions
12
Latest Version
Avg Release Cycle
150 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.18.1 Changes
๐ Fixed
- ๐ Fix broken feature combinations (audio, graphics, system)
Internal improvements
- โ Test non-default feature combinations in CI
-
v0.18.0 Changes
โ Added
- Examples for Vector3
- Examples for Vector2
- Examples for Rect
- Examples for RenderWindow
- Examples for Font
- Info about
SFML_INCLUDE_DIR
andSFML_LIBS_DIR
environment variables
๐ Changed
window::clipboard::get_string()
now returnsString
instead of&'static SfStr
- ๐
Color
now has public fields, removed the unnecessary getter/setter methods.
๐ Fixed
- ๐ Update requirements in the crate documentation
- Make
set_mouse_cursor
unsafe, as the cursor must stay alive while in use. - ๐ Fix wrong
Vector3::{AddAssign, SubAssign}
impls - โ Add
Hash
impl forCursorType
-
v0.15.1
October 26, 2019 -
v0.15.0 Changes
October 19, 2019๐ This release brings SFML 2.5 compatibility, although not all new APIs are implemented.
There are also a few minor API improvements.
-
v0.14.0
October 07, 2017 -
v0.13.2 Changes
September 09, 2017Various API changes, including using associated consts where possible.
For example, the various predefined colors are now proper associated consts, instead of methods on
Color
.๐ This also removes some unnecessary submodules, like the
style
module that holds the constants for theStyle
type. They are not associated consts onStyle
itself. -
v0.13.0
September 09, 2017 -
v0.12.0
March 25, 2017 -
v0.11.2
March 08, 2016 -
v0.11.1 Changes
March 03, 2016๐ This release fixes a bunch of dangling pointer issues.
โฌ๏ธ It is highly recommended to upgrade.