Skip to content

Commit 8f06d03

Browse files
committed
update Changelog and version for next release
1 parent 26e4f20 commit 8f06d03

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Changelog.md

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

3+
## Version 1.9.0
4+
5+
- hid: Added hidKeysDownRepeat, hidWaitForAnyEvent. Allow user override of irsst usage.
6+
- Add ptm rtc time commands
7+
- Add sleep state FSM handling service commands
8+
- Revamp mappableAlloc
9+
- Fixed stat on romfs for directories, implemented lstat via stat (FAT32 has no symlinks)
10+
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
11+
312
## Version 1.8.0
413

514
- Added support for environments where the home menu is not launched (such as running under SAFE_FIRM)

libctru/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99
include $(DEVKITARM)/base_rules
1010

1111
export LIBCTRU_MAJOR := 1
12-
export LIBCTRU_MINOR := 8
12+
export LIBCTRU_MINOR := 9
1313
export LIBCTRU_PATCH := 0
1414

1515

0 commit comments

Comments
 (0)