Skip to content

Commit a07038a

Browse files
committed
changelog and version
1 parent 50cab00 commit a07038a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Geode Changelog
22

3+
## v5.1.1
4+
* Fix `async::TaskHolder` and `async::spawn` callback destructors not always being ran on main thread (9a853fb)
5+
* Force disable IPv6 on macOS (and on other systems if unsupported) (055b968)
6+
* Copy args for first send in global events (0542ab8)
7+
* Change default log level to Debug (b1734ae)
8+
* Fix trace logs showing up as ????? (d700353)
9+
* Print verbose curl logs after failed web requests (c9d9467)
10+
* Fix loading circle not spinning when downloading mods (3e6b845)
11+
* Fix no percentage being shown when downloading resources (3350f62)
12+
* Make web requests time out after 2.5 seconds if DNS resolution or TLS connection are stuck (b3d4eb8)
13+
* Check for characters with modifiers (1976d2a)
14+
315
## v5.1.0
416
* Fix custom settings not loading their values (14378af)
517
* Fix shutdown not triggering game exit event on MacOS (#1860)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.1.1

0 commit comments

Comments
 (0)