mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-23 03:15:58 -04:00
Update CHANGELOG.md
This commit is contained in:
parent
9dda62cfa5
commit
9d6755b300
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# Geode Changelog
|
||||
|
||||
## v1.0.0-beta.15
|
||||
* Fix `ghc::filesystem::create_directories` crash on wine (c174f81)
|
||||
* Fix fuzzy search giving meaningless results (7af062f)
|
||||
* Add logging for gd::string (e7ab46c)
|
||||
* Fix `ComparableVersionInfo` comparison being inverted (e7ab46c)
|
||||
* Add `FileWatchEvent` for file watching (50ff15c)
|
||||
* Fix `geode::utils::file::pickFile` on MacOS (8842e8f)
|
||||
* Fix `geode::utils::file::writeToJson` (1c699c3)
|
||||
* Fix notifications not being at the top (4754994)
|
||||
* Fix filter copy constructors (4cec5d7)
|
||||
* Update json library
|
||||
|
||||
## v1.0.0-beta.14
|
||||
* Error on trying to use missing bindings at compile time
|
||||
* Fix every resources getting reloaded every time a mod is loaded
|
||||
|
|
Loading…
Reference in a new issue