mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 03:11:31 +11:00
Updated version and changelog
This commit is contained in:
parent
1b58e0e7cc
commit
9df8b59940
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,16 @@
|
|||
|
||||
This project follows semantic versioning.
|
||||
|
||||
### v0.24 (2023-02-18)
|
||||
|
||||
- [fixed] Windows: Unable to use F10 key
|
||||
- [fixed] set byposition flag when removing menus (Thanks piksel!)
|
||||
- [fixed] fixed compilation for x11 32-bit mode (Thanks HBehrens!)
|
||||
- [fixed] X11 window names not supporting UTF-8 (Thanks edarogh!)
|
||||
- [fixed] `get_window_position` for multiscreen setup on macOS (Thanks AnderasOM!)
|
||||
- [fixed] Using minifb on multiple threads under x11 works and doesn't crash (Thanks to konnorandrews for suggestion!)
|
||||
- [Added] ARM and AARCH64 Windows Support (Thanks smb123w64gb!)
|
||||
|
||||
### v0.23 (2022-04-19)
|
||||
|
||||
- [fixed] wayland: Fix key character callback & Reduce wayland dependencies (Thanks vmedea!)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.23.0"
|
||||
version = "0.24.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Daniel Collin <daniel@collin.com>"]
|
||||
description = "Cross-platform window setup with optional bitmap rendering"
|
||||
|
|
Loading…
Reference in a new issue