Skip to content

Commit c27317c

Browse files
committed
update changelog and version
1 parent d34bbff commit c27317c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3-
## v4.7.1
3+
## v4.8.0
44
* Fix `geode::Notification` z ordering (127733e)
55
* Add `CCNode::getChildrenExt` (d198df5)
66
* Add `CCNode::getChildByIndex` (0ba1f2a)
77
* Fix `GEODE_MOD_STATIC_PATCH` not using the geode namespace (#1456)
8+
* Fix Linux install script flatpak directory (2cf1e57)
9+
* Document return paths for `dirs` functions (d821172)
10+
* Add `VMTHookManager` for hooking virtual functions that have not been defined by virtual table patching (383f8fd)
11+
* Fix Unicode logging on Windows (c5e93b9)
12+
* Remove all `std::filesystem::path::string` calls as they can crash on Unicode paths (#1473)
13+
* Replace all `A` WinApi calls with `W` calls (#1473)
814

915
## v4.7.0
1016
* Change from copying queue to moving queue for main thread (9b8fb73)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.7.1
1+
4.8.0

0 commit comments

Comments
 (0)