Skip to content

Commit 9fe3d13

Browse files
committed
beta.1 perhaps
1 parent 3081164 commit 9fe3d13

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# Geode Changelog
22

3-
## v4.0.0-alpha.2
3+
## v4.0.0-beta.1
44
* Button to manually install mods from files (e881dc5)
55
* Add `ModRequestedAction::Update` (e881dc5)
66
* Add `ModMetadata::checkGeodeVersion` and `ModMetadata::checkTargetVersions` (e881dc5)
77
* Add `geode::createModLogo` for creating a logo from a `.geode` package (e881dc5)
88
* Tags now use names provided by the server (893b03e)
9+
* Add web support for multiple request headers with same name (#1150)
910
* Fix `Task::chain` using the wrong type in the impl (22a11b9)
1011
* Fix installing mods not checking the current version (#1148)
12+
* Fix searching for mods ignoring geode and gd version (#1153)
1113
* Fix crash when checking tags (01807fe)
1214
* Fix 'Outdated' label being visible while updating (6679a69)
15+
* Fix log nesting issue (0e8d4c6)
16+
* Remove forward compat message box as it confuses users (5592ef6)
17+
* Fix crash on opening mod changelogs (9834cb2)
18+
* Make `ColorPickPopup` pimpl (1a201e1)
19+
* Fix lag issue in `ColorPickPopup` (3081164)
20+
* Change return type of `ModSettingsManager::save` (da92090)
21+
* Fix every misspelling of successfully (#1151)
22+
* Allow building geode itself in debug mode (5645399)
1323

1424
## v4.0.0-alpha.1
1525
* Support for the 2.2074 update

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0-alpha.1
1+
4.0.0-beta.1

0 commit comments

Comments
 (0)