All Versions
12
Latest Version
Avg Release Cycle
150 days
Latest Release
-

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 and SFML_LIBS_DIR environment variables

    ๐Ÿ”„ Changed

    • window::clipboard::get_string() now returns String 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 for CursorType
  • 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, 2017

    Various 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 the Style type. They are not associated consts on Style 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.