mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 07:27:59 -05:00
changelog and version bump
This commit is contained in:
parent
23e04a08c3
commit
2362839971
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
|||
# Geode Changelog
|
||||
|
||||
## v2.0.0-beta.27
|
||||
* Implement some `BasedButtonSprite` fixes (edb8e6c)
|
||||
* Add early version check for MacOS (4083950)
|
||||
* Move `Enums.hpp` to bindings (23e04a0)
|
||||
* Add a query selector for query based child selection (c75ec63)
|
||||
* Add `getDisplayFactor` utility for MacOS Retina (d725126)
|
||||
* Add `Result::unwrapOrDefault` (1dc9ec4)
|
||||
|
||||
## v2.0.0-beta.26
|
||||
* Bring in several UI helpers from the `new-index-but-better` branch: `ListBorders`, `addSideArt`, `AxisLayout` improvements, ... (26729c3, 7ff257c)
|
||||
* Make it possible to compile mods in Debug mode (517ad45)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.0-beta.26
|
||||
2.0.0-beta.27
|
Loading…
Reference in a new issue