Skip to content

Commit

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

## v3.0.0-beta.2

* (WebRequest) Don't change the method from POST to GET on redirect follow (6ae11dd)
* Make `file::openFolder` actually work on selecting paths on Windows (0309e01)
* Hide platform console option on Android (df3d147)
* Add `gd::vector::erase` for Android (c3c2afa) - thanks SpaghettDev
* Stop using `android_stl=c++_shared` on mods (100dbdc)
* Show confirm dialog directly when updating mods (8f1a9cf)
* Only check for updates once per launch (3313a44)
* Fix various bugs with texture pack reloading (aeaf7f7)
* Fix `Ref` and `WeakRef` move assignment (f352503)
* Add comma to download counts (de50b98)
* Add check for Texture Loader's fallback function for mod logos (a421047)
* Bring back safe mode UI (6e6dace)
* Fix texture corruption bug on `ModsLayer` (76e2ed4)
* Fix `CCArrayExt::value_type` (97d2e44)
* Add `AxisAlignment::Between`, for equal space between elements (adc4469)
* Add discord and website links to loader mod.json (8792747) - thanks coopeeo
* Make mod updates log into an info log instead of error (815c4a3)
* Hopefully finally fix Windows crashlogs (70fe096)

## v3.0.0-beta.1

* Add a special error for 1114 - vcredist update (d0821f5)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-beta.1
3.0.0-beta.2

0 comments on commit f07baa5

Please sign in to comment.