Bump version and update README.md to reflect new changes

This commit is contained in:
joel16 2023-06-19 15:50:12 -04:00
parent 8e12e71691
commit d92365500f
2 changed files with 7 additions and 3 deletions

View File

@ -46,7 +46,7 @@ INCLUDES := include
ROMFS := romfs ROMFS := romfs
VERSION_MAJOR := 0 VERSION_MAJOR := 0
VERSION_MINOR := 4 VERSION_MINOR := 5
VERSION_MICRO := 0 VERSION_MICRO := 0
APP_TITLE := SwitchIdent APP_TITLE := SwitchIdent

View File

@ -27,8 +27,8 @@ This is yet another identity tool that is continuing the series of <*device name
- Displays SD and gamecard slot statuses. - Displays SD and gamecard slot statuses.
- Displays WiFi and Bluetooth MAC address. - Displays WiFi and Bluetooth MAC address.
- Display battery age (in percentage and pcm). - Display battery age (in percentage and pcm).
- Display battery internal and external temperature. - Display internal (PCB) temperature.
- Display battery internal and external temperature. - Display external (SoC) temperature.
- Display battery charger input and output current limit. - Display battery charger input and output current limit.
- Display battery charging current limit. - Display battery charging current limit.
- Display battery charging voltage limit. - Display battery charging voltage limit.
@ -37,6 +37,10 @@ This is yet another identity tool that is continuing the series of <*device name
- Display battery charger type. - Display battery charger type.
- Display battery charger current limit. - Display battery charger current limit.
- Display battery charger voltage limit. - Display battery charger voltage limit.
- Display battery temperature.
- Display headphone port status.
- Display joy-con battery.
- Display joy-con firmware.
# Credits: # Credits:
- shchmue: Added missing DRAM descriptors and fix compatibility with libnx v4.2.0+ - shchmue: Added missing DRAM descriptors and fix compatibility with libnx v4.2.0+