|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 22 | ## Version 1.5.1 |
4 | 23 |
|
5 | 24 | - Added support for the FRD service. |
|
50 | 69 | - svcCreateSessionToPort |
51 | 70 | - svcSetGpuProt |
52 | 71 | - svcSetWifiEnabled |
53 | | -- Additional functions |
| 72 | +- Additional functions |
54 | 73 | - implement httpcAddPostDataBinary |
55 | 74 | - implement PTMU_GetAdapterState |
56 | 75 | - implement GSPLCD_GetBrightness |
57 | 76 | - add threadDetach |
58 | 77 | - srv fixes |
59 | 78 | - 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 |
61 | 80 | - Fix srvRegisterPort |
62 | 81 | - debugging support |
63 | 82 | - Add support for user-specified exception handlers |
|
69 | 88 | - Correct GPU_PROCTEX_LUTID definition |
70 | 89 | - Add GPU_FOGMODE, GPU_GASMODE and GPU_GASLUTINPUT |
71 | 90 | - Other improvements and minor adjustments for overall system stability to enhance the user experience |
72 | | - |
| 91 | + |
73 | 92 | ## Version 1.2.1 |
74 | 93 |
|
75 | 94 | - Added NFC support |
|
0 commit comments