Skip to content

Commit

Permalink
prepare 3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Dec 11, 2024
1 parent e2ef48d commit 0039501
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
3.2.1 (Dec 11, 2024)
- Various changes to every Project.xml ([#359](https://github.com/HaxeFlixel/flixel-demos/pull/359))([#369](https://github.com/HaxeFlixel/flixel-demos/pull/369))
- Add compatibility for 5.9.0 ([#351](https://github.com/HaxeFlixel/flixel-demos/pull/351))([#369](https://github.com/HaxeFlixel/flixel-demos/pull/369))
- Add Turkish translation README ([#356](https://github.com/HaxeFlixel/flixel-demos/pull/356))
- `FlxTilemapExt`: Fix bug when placing tiles ([#350](https://github.com/HaxeFlixel/flixel-demos/pull/350))
- `Filters`: ([#367](https://github.com/HaxeFlixel/flixel-demos/pull/367))([#357](https://github.com/HaxeFlixel/flixel-demos/pull/357))
- Fix game filters not applying
- Improve quality of filter params
- `FlxSound`: add pitch ([#358](https://github.com/HaxeFlixel/flixel-demos/pull/358))
- `CollisionAndGrouping`: Increase game size ([#357](https://github.com/HaxeFlixel/flixel-demos/pull/357))
- `FlxFSM`: add sounds ([#357](https://github.com/HaxeFlixel/flixel-demos/pull/357))
- `PixelPerfectCollision`: Cam's unknown, undocumented change, lol ([#357](https://github.com/HaxeFlixel/flixel-demos/pull/357))

3.2.0 (May 1, 2024)
- `FlxGameOfLife`: New demo! ([#342](https://github.com/HaxeFlixel/flixel-demos/pull/342))
- `FlxLightPuzzle`: Bigger screen size ([#328](https://github.com/HaxeFlixel/flixel-demos/pull/328))
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"tags": ["game", "openfl", "flash", "neko", "cpp", "android", "ios", "demo", "cross"],
"description": "Demo Projects for HaxeFlixel",
"version": "3.2.0",
"releasenote": "New FlxGameOfLife demo",
"version": "3.2.1",
"releasenote": "Flixel 5.9.0 compatibility",
"contributors": ["haxeflixel", "Gama11", "GeoKureli"],
"dependencies": {}
}

0 comments on commit 0039501

Please sign in to comment.