Skip to content

Commit 256964f

Browse files
authored
it's 5.2.0 now sorry
1 parent d56061c commit 256964f

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,6 +1,6 @@
11
# Geode Changelog
22

3-
## v5.1.1
3+
## v5.2.0
44
* Fix `async::TaskHolder` and `async::spawn` callback destructors not always being ran on main thread (9a853fb)
55
* Force disable IPv6 on macOS (and on other systems if unsupported) (055b968)
66
* Copy args for first send in global events (0542ab8)
@@ -11,6 +11,12 @@
1111
* Fix no percentage being shown when downloading resources (3350f62)
1212
* Make web requests time out after 2.5 seconds if DNS resolution or TLS connection are stuck (b3d4eb8)
1313
* Check for characters with modifiers (1976d2a)
14+
* Fix unfriendly keybind modifiers (#1809)
15+
* Fix std::vector calls on a gd::vector (#1874)
16+
* Queue additional mouse events on main thread (mac) (05bf789)
17+
* Release pressed keys on unfocus (9aeb60f)
18+
* Add IDs for quick shortcuts in Geode settings (#1844)
19+
1420

1521
## v5.1.0
1622
* Fix custom settings not loading their values (14378af)

VERSION

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

0 commit comments

Comments
 (0)