mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
update changelog and bump to 1.3.6
This commit is contained in:
parent
945c882690
commit
69cac3e4f7
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# Geode Changelog
|
||||
|
||||
## v1.3.6
|
||||
* Allow error responses in our WebRequest classes (237128bf)
|
||||
* Display unhandled C++ exceptions in crash log (fdd78aca, 0d091626, 52421d8c, 0472075f)
|
||||
* Fix GEODE_CLI force caching when not found (0a113744)
|
||||
* Only write checksum file after unzipping, fixes inconsistent index state (b4fbea51)
|
||||
* Fix the index notif staying on all the time (c967b520)
|
||||
* Bump minimum required CMake version in codegen (27ed63e7)
|
||||
* Only show update indicator if mod is enabled (8762714c)
|
||||
* Fix FLAlertLayer m_scrollingLayer not being a ScrollingLayer (9694b35d)
|
||||
* Fix gnustl vector dtor (b55e6465, 0bdb0df7)
|
||||
* Loads of bindings changes
|
||||
|
||||
## v1.3.5
|
||||
* Follow redirect in web::utils functions (a942a45)
|
||||
* Lots of bindings
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.3.5
|
||||
1.3.6
|
||||
|
|
Loading…
Reference in a new issue