|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Version 4.10.0 |
| 4 | + |
| 5 | +* btdrv: label proto_mode field in data_report event info by @ndeadly in https://github.com/switchbrew/libnx/pull/673 |
| 6 | +* nfp: Improve types and enums by @XorTroll in https://github.com/switchbrew/libnx/pull/675 |
| 7 | +* btdrv: fix struct alignment issue in BtdrvBleEventInfo by @ndeadly in https://github.com/switchbrew/libnx/pull/680 |
| 8 | +* remove unused version number in Makefile by @WinterMute in https://github.com/switchbrew/libnx/pull/679 |
| 9 | +* add usbDsGetSpeed and missing speed enum entries. by @ITotalJustice in https://github.com/switchbrew/libnx/pull/676 |
| 10 | +* Update SetSysEdid to include different types of Extension blocks by @masagrator in https://github.com/switchbrew/libnx/pull/677 |
| 11 | +* Cover new Chinese and Brazilian Portuguese language IDs for nacpGetLanguageEntry by @masagrator in https://github.com/switchbrew/libnx/pull/684 |
| 12 | +* btdrv: fix incorrectly labelled LE connection parameters by @ndeadly in https://github.com/switchbrew/libnx/pull/686 |
| 13 | +* fix audout events being missed. by @ITotalJustice in https://github.com/switchbrew/libnx/pull/683 |
| 14 | +* add audout:a audout:d aud:a aud:d by @ITotalJustice in https://github.com/switchbrew/libnx/pull/636 |
| 15 | +* refactor console code for better ansi escape-code handling by @WinterMute in https://github.com/switchbrew/libnx/pull/682 |
| 16 | +* fix missing include in switch.h for aud.h by @ITotalJustice in https://github.com/switchbrew/libnx/pull/687 |
| 17 | +* Update TickCountInfo and IdleTickCount notes by @masagrator in https://github.com/switchbrew/libnx/pull/696 |
| 18 | +* Basic support for 21.0.0 by @SciresM in https://github.com/switchbrew/libnx/pull/697 |
| 19 | +* Fix svcSetHeapSize note by @masagrator in https://github.com/switchbrew/libnx/pull/694 |
| 20 | +* vi: swap close layer commands by @SamoZ256 in https://github.com/switchbrew/libnx/pull/688 |
| 21 | +* audren: expose frame event. by @ITotalJustice in https://github.com/switchbrew/libnx/pull/689 |
| 22 | + |
| 23 | +## Version 4.9.0 |
| 24 | + |
| 25 | +* Fixes for GCC 15 by @SciresM in https://github.com/switchbrew/libnx/pull/672 |
| 26 | +* Basic support for 20.0.0 by @SciresM in https://github.com/switchbrew/libnx/pull/671 |
| 27 | +* Update setsysEdid struct by @masagrator in https://github.com/switchbrew/libnx/pull/654 |
| 28 | +* Fix wrong names in SetSysModeLine by @masagrator in https://github.com/switchbrew/libnx/pull/656 |
| 29 | +* nvchannel: fix submit ioctl by @averne in https://github.com/switchbrew/libnx/pull/662 |
| 30 | +* nvfence: expose nvhost-ctrl fd by @averne in https://github.com/switchbrew/libnx/pull/660 |
| 31 | +* hidsys: add commands for setting/checking state of joycons attached via rails by @ndeadly in https://github.com/switchbrew/libnx/pull/657 |
| 32 | +* btdrv: misc. fixes and updates to BLE related functions and type definitions by @ndeadly in https://github.com/switchbrew/libnx/pull/658 |
| 33 | +* btdrv: document timeout parameter to btdrvTriggerConnection by @ndeadly in https://github.com/switchbrew/libnx/pull/669 |
| 34 | +* set: update SetSysBluetoothDevicesSettings with new fields found in recent firmwares by @ndeadly in https://github.com/switchbrew/libnx/pull/667 |
| 35 | +* btmsys: add missing 13.0.0 commands by @ndeadly in https://github.com/switchbrew/libnx/pull/664 |
| 36 | +* update capsdc for 18.0.0 by @HookedBehemoth in https://github.com/switchbrew/libnx/pull/665 |
| 37 | + |
| 38 | +## Version 4.8.0 |
| 39 | + |
| 40 | +* Add missing hid shared memory structures and accessor functions for system buttons by @ndeadly in https://github.com/switchbrew/libnx/pull/647 |
| 41 | +* bt: fill in unknowns and update function parameters to match their btdrv counterparts by @ndeadly in https://github.com/switchbrew/libnx/pull/644 |
| 42 | +* spl: add missing service header by @IrneRacoonovich in https://github.com/switchbrew/libnx/pull/649 |
| 43 | +* Basic support for 19.0.0 by @SciresM in https://github.com/switchbrew/libnx/pull/651 |
| 44 | +* btm: add audio profile by @ndeadly in https://github.com/switchbrew/libnx/pull/650 |
| 45 | +* use nproc for max jobs on github workflow by @WinterMute in https://github.com/switchbrew/libnx/pull/652 |
| 46 | + |
3 | 47 | ## Version 4.7.0 |
4 | 48 |
|
5 | 49 | #### system |
|
0 commit comments