Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Jun 10, 2024
1 parent cdaad65 commit 341c735
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Geode Changelog

## v3.0.0-alpha.2

* Add `WebResponse::into()` for writing responses to files (f909a73)
* Add `geodeImplicitEntry` and `geodeCustomEntry` (6b2ac24, 5969c90)
* Fix padding and add a custom color for borders (#868)
* Add more SMJS nodes to UI include (#869)
* Fix an issue with CCParticleQuad (330c20e, #865)
* Hopefully fix Windows crashlogs
* Fix supersede incompatiblity IDs being validated (754ae3c)
* Fix dates not respecting timezones (1c36854)
* Change dependency / incompatibility / settings 'platform' string values (80d95cf)
* Make tasks cancel when the handle is destroyed (c82112f)
* Increase delay when restarting GD (84c0ba5)
* trigger $on_mod(Loaded) for Loader
* Make Windows installer use x64 vc_redist (6793fbd)
* Fix some cocos members (#872, #881) - thanks Acaruso and SpaghettDev
* geode::ui::Border fixes (#883) - thanks SMJS
* Update the developer popup, and various other UI fixes (#877) - thanks Alphalaneous
* Check if is_json is defined for getSavedValue custom types

## v3.0.0-alpha.1
* Deprecated the old web API, replacing it with a new one (b129808)
* Replace `ghc::filesystem` with `std::filesystem` (#713)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-alpha.1
3.0.0-alpha.2

0 comments on commit 341c735

Please sign in to comment.