diff --git a/Changelog.md b/Changelog.md index b4ac71022..fcca03cfe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,14 @@ # Changelog +## Version 1.9.0 + +- hid: Added hidKeysDownRepeat, hidWaitForAnyEvent. Allow user override of irsst usage. +- Add ptm rtc time commands +- Add sleep state FSM handling service commands +- Revamp mappableAlloc +- Fixed stat on romfs for directories, implemented lstat via stat (FAT32 has no symlinks) +- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience. + ## Version 1.8.0 - Added support for environments where the home menu is not launched (such as running under SAFE_FIRM) diff --git a/libctru/Makefile b/libctru/Makefile index 623a2a8b6..a38aeef53 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -9,7 +9,7 @@ endif include $(DEVKITARM)/base_rules export LIBCTRU_MAJOR := 1 -export LIBCTRU_MINOR := 8 +export LIBCTRU_MINOR := 9 export LIBCTRU_PATCH := 0