Skip to content

Commit

Permalink
bump to beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Nov 19, 2024
1 parent dd1d835 commit c0514b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Geode Changelog

## v4.0.0-beta.2
* Add grid view to mod list (7bcf50d, 1ff24f0)
* Add safe mode tip to windows crashlog window (38f3385)
* Disable enabled button on outdated mods (302eea1)
* Add a button to copy list of mods to clipboard (#1039)
* Fix VersionInfo toJson (f6c2322)
* Add `GEODE_DESKTOP(...)` and `GEODE_MOBILE(...)` macros (d6f0c59)
* Fix CCCallFuncExt (b9fb2f6)
* Fix `utils::string::replaceIP` when filter is empty (4d5e465)
* Fix more log nesting issues (2221095)
* Fix new before/after priority system (17bf772)
* Added European Portuguese translation (#1160)
* Add missing CCHttpRequest methods and members (#1161)
* Fix downloading many mods at once causing the UI to lag (c94a533)
* Fix vv version (6e86b38)

## v4.0.0-beta.1
* Button to manually install mods from files (e881dc5)
* Add `ModRequestedAction::Update` (e881dc5)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0-beta.1
4.0.0-beta.2

0 comments on commit c0514b1

Please sign in to comment.