Skip to content

Commit 751dd3b

Browse files
committed
Release 1.6.0
1 parent ed76746 commit 751dd3b

2 files changed

Lines changed: 24 additions & 5 deletions

File tree

Changelog.md

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

3+
## Version 1.6.0
4+
5+
- Major overhaul to font loading code in order to support loading external fonts.
6+
- Major overhaul to PM service wrappers, now with separate support for pm:app and pm:dbg.
7+
- Added Rosalina GDB host IO (gdbhio) support.
8+
- Added support for the fs:REG service.
9+
- Added support for the PxiPM service.
10+
- Added PM launch flag definitions.
11+
- Added SO_BROADCAST.
12+
- Added new APT helper functions: aptIsHomeAllowed, aptSetHomeAllowed, aptIsHomePressed.
13+
- Added support for the Mii selector libapplet, and other improvements to Mii support.
14+
- Renamed IPC_Desc_CurProcessHandle to IPC_Desc_CurProcessId.
15+
- Changed signature of LOADER_RegisterProgram to use FS_ProgramInfo structs.
16+
- Fixed IPC bugs in the Loader service.
17+
- Fixed svcCreateResourceLimit.
18+
- Fixed corner case bug in GPUCMD_Add.
19+
- Fixed bugs in select and herror.
20+
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
21+
322
## Version 1.5.1
423

524
- Added support for the FRD service.
@@ -50,14 +69,14 @@
5069
- svcCreateSessionToPort
5170
- svcSetGpuProt
5271
- svcSetWifiEnabled
53-
- Additional functions
72+
- Additional functions
5473
- implement httpcAddPostDataBinary
5574
- implement PTMU_GetAdapterState
5675
- implement GSPLCD_GetBrightness
5776
- add threadDetach
5877
- srv fixes
5978
- Fix srvPublishToSubscriber documentation
60-
- Fix handling of service/named port names of length 8
79+
- Fix handling of service/named port names of length 8
6180
- Fix srvRegisterPort
6281
- debugging support
6382
- Add support for user-specified exception handlers
@@ -69,7 +88,7 @@
6988
- Correct GPU_PROCTEX_LUTID definition
7089
- Add GPU_FOGMODE, GPU_GASMODE and GPU_GASLUTINPUT
7190
- Other improvements and minor adjustments for overall system stability to enhance the user experience
72-
91+
7392
## Version 1.2.1
7493

7594
- Added NFC support

libctru/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ endif
99
include $(DEVKITARM)/base_rules
1010

1111
export LIBCTRU_MAJOR := 1
12-
export LIBCTRU_MINOR := 5
13-
export LIBCTRU_PATCH := 1
12+
export LIBCTRU_MINOR := 6
13+
export LIBCTRU_PATCH := 0
1414

1515

1616
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)

0 commit comments

Comments
 (0)