Skip to content

Releases: switchbrew/nx-hbmenu

v3.6.0

27 Oct 23:34
85ed66e
Compare
Choose a tag to compare
  • Updated temperature handling for [17.0.0+].
  • Added ZL/ZR as additional tile skip buttons, same as DPad Down/Up. (#166)
  • Fixed issue with Wi-Fi strength display.
  • Built with libnx stable v4.5.0.

v3.5.1

14 Jun 22:37
2c53af5
Compare
Choose a tag to compare
  • Fixed temperature display on [14.0.0+].
  • Updated various (currently unused) language text.
  • Built with libnx stable v4.2.1.

v3.5.0

30 Oct 00:05
73d7108
Compare
Choose a tag to compare
  • Added support for additionally using themes from a directory, or from a .zip.
    • For .zip, it must directly contain the theme data, not a directory.
  • Updated various (currently unused) language text.
  • Built with libnx stable v4.2.0.

v3.4.1

16 Jul 14:33
Compare
Choose a tag to compare
  • Built with libnx stable v4.1.3
  • Extend French and Spanish translations.
  • Prevent crash when attempting to launch missing .nro.
  • Several issues were fixed, and usability and stability were improved.

v3.4.0

19 Dec 18:13
65f23b0
Compare
Choose a tag to compare
  • Built with libnx stable v4.0.0.
  • Holding down directions now allows for quickly scrolling through the list.
  • Graphics performance improvements.
  • Added momentum to touch drags (#124).
  • Several issues were fixed, and usability and stability were improved.

v3.3.0

06 Apr 14:46
090054f
Compare
Choose a tag to compare
  • HID input is now accepted from all controllers including handheld when connected, instead of determining which controllers to use with hidGetHandheldMode().
  • Fixed a crash in touch handling for star-button when the current directory is empty (no menu entries).
  • Implemented layouts which can optionally be loaded from theme config.
  • Added support for using themes with extension '.romfs', which contains '/theme.cfg', optionally '/icon.jpg' for the menu-entry in Theme Menu, and any assets. Added 'assets' group to theme config, this is only used with .romfs themes.
  • Added logoColor and highlightGradientEdgeColor to the theme config.
  • When entering Theme Menu, the initially selected menu-entry is now the currently configured theme.
  • Updated the default highlightGradientEdgeColor.
  • File-association entries without an icon are no longer ignored (such as when there's no embedded app-icon and no other icon is loaded).
  • Added support for using file-associations with netloader, an error will now be thrown if the filename/file-extension used with netloader is not recognized.
  • Errors during netloader activation are now actually displayed.
  • Netloader now uses SO_REUSEADDR, this fixes netloader activation temporarily failing after a netloader error previously occurred.
  • Added app_args config setting for file-associations.
  • Built with libnx stable v3.1.0. Hence, the local-time is now displayed correctly with certain timezones.
  • Further improvements to overall system stability and other minor adjustments to enhance the user experience.

v3.2.0

11 Dec 01:58
bd3466f
Compare
Choose a tag to compare
  • Display the system temperature.
  • Handle HID input for all connected controllers (handheld and 0-7).
  • Fixed a bounds check for netloader cmd-line args.
  • Built with libnx stable v3.0.0.
  • Further improvements to overall system stability and other minor adjustments to enhance the user experience.

v3.1.1

14 Sep 17:58
42efd24
Compare
Choose a tag to compare
  • Built with libnx stable v2.5.0.

v3.1.0

09 Aug 00:56
d7c37c6
Compare
Choose a tag to compare
  • Display network status.
  • Added support for loading {filename}.nacp similar to {filename}.jpg, when processing files for fileassoc.
  • Added support for starring files/directories, these are displayed at the start of the menu listing.
  • Display "Applet Mode" indicator when running under an applet, in order to help users who are inadvertently running homebrew in applet mode and therefore experiencing otherwise hard to troubleshoot problems.
  • Display the hbloader version.
  • Fixed slowdown due to drawing too many menu entries.
  • Improved netloader perf.
  • Fixed a buffer overflow during netloader transfer due to not checking the chunksize (6c84575).
  • Fixed netloader issue with large-chunksize, due to the chunksize field being partly uninitialized.
  • Built with libnx stable v2.4.0.
  • Further improvements to overall system stability and other minor adjustments to enhance the user experience.

v3.0.1

29 Nov 16:56
Compare
Choose a tag to compare

Extract this archive to the root of the microSD card.

Changelog since v3.0.0:

  • Disabled touch-controls horizontal swipe when it conflicts with the app-listing.
  • Fixed root directory handling, which fixes root directory support on 1.0.0.
  • Built with libnx stable v1.6.0.
  • Further improvements to overall system stability and other minor adjustments to enhance the user experience.