From a1211309aaac1118a334243088c633b882145292 Mon Sep 17 00:00:00 2001 From: George FunBook Date: Fri, 9 Feb 2024 14:52:43 -0600 Subject: [PATCH] release 5.6.1 --- CHANGELOG.md | 5 +++++ flixel/FlxG.hx | 2 +- haxelib.json | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a429a73b5..af16e82b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +5.6.1 (February 9, 2024) +#### Changes and improvements: +- `FlxBitmapFont`: Downgraded crashes of missing xml fields to warnings in `fromAngelCode` ([#3025](https://github.com/HaxeFlixel/flixel/pull/3025)) +- Corrected documenation for the recent `FlxG.switchstate` arg changes + 5.6.0 (February 2, 2024) #### New features: diff --git a/flixel/FlxG.hx b/flixel/FlxG.hx index ee84c1f54d..7458517a7b 100644 --- a/flixel/FlxG.hx +++ b/flixel/FlxG.hx @@ -106,7 +106,7 @@ class FlxG * The HaxeFlixel version, in semantic versioning syntax. Use `Std.string()` * on it to get a `String` formatted like this: `"HaxeFlixel MAJOR.MINOR.PATCH-COMMIT_SHA"`. */ - public static var VERSION(default, null):FlxVersion = new FlxVersion(5, 6, 0); + public static var VERSION(default, null):FlxVersion = new FlxVersion(5, 6, 1); /** * Internal tracker for game object. diff --git a/haxelib.json b/haxelib.json index 5a6fd1bd6c..bfb62ae930 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,8 +4,8 @@ "license": "MIT", "tags": ["game", "openfl", "flash", "html5", "neko", "cpp", "android", "ios", "cross"], "description": "HaxeFlixel is a 2D game engine based on OpenFL that delivers cross-platform games.", - "version": "5.6.0", - "releasenote": "Support for all BMFont output file types", + "version": "5.6.1", + "releasenote": "Downgrade BMFont xml crashes to warnings", "contributors": ["haxeflixel", "Gama11", "GeoKureli"], "dependencies": {} }