From ca03c588960e5c9d58a6bbf5703883236d9ff94f Mon Sep 17 00:00:00 2001 From: yellows8 Date: Fri, 2 Mar 2018 12:51:41 -0500 Subject: [PATCH] Update Changelog.md for 1.1.0. --- Changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog.md b/Changelog.md index e69de29b..a5c72841 100644 --- a/Changelog.md +++ b/Changelog.md @@ -0,0 +1,17 @@ +# Changelog + +## Version 1.1.0 + +* Fixed a race condition in HID causing sporadic incorrect key-releases when using hidKeysHeld(). +* Unix socket API is now supported. +* Time support, currently only UTC. +* Added hidMouseRead(). +* Added settings-services support. +* Added gfxSetDrawFlip() and gfxConfigureTransform(). +* Proper (libnx-side) RomFS support. Initial fsStorage support / other fs(dev) changes. +* The console font is now 16x16. +* Fixed args parsing with quotes. +* Various audio adjustments + added audoutWaitPlayFinish(). +* More irs (irsensor) support. +* Added usleep(). +* General system stability improvements to enhance the user's experience.