Skip to content

Commit

Permalink
update Changelog and version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 27, 2020
1 parent 26e4f20 commit 8f06d03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion libctru/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 8f06d03

Please sign in to comment.