* New features:
** Achievements lists, e.g. for Xbox 360 games, now use the same formatting as the Achievements tab in rp-config. The first line uses the default font size, and the following lines use a smaller font size.
*** Currently only implemented for GTK and KDE. A Windows implementation will be added later.
* Other changes:
** Windows: The ARM64 version has been rolled back to plain ARM64 for now. The ARM64X version was crashing on Windows 11 for some unknown reason.
** EXE_PE: Check for CRTDLL.DLL.
*** Fixes #468: Detect windows' crtdll.dll runtime
**** Reported by @edo9300.
** keys.conf.example: Add iQue NetCard keys.
*** Fixes #470: Add missing keys to keys.conf.example
**** Reported by @RuiNtD.
* Bug fixes:
** EXE_PE: Fix regression that causes the Imports tab to show the wrong DLL names for imports.
*** Affects: v2.7
** Windows 32-bit (i386): Fix a possible crash when handling certain UTF-8 strings from Windows EXEs and possibly other file types.
*** Affects: v2.6 - v2.7
** GTK4: Fix some memory leaks due to incorrect reference handling when using GListStore item objects.
** ICO, EXE: Fix detection issues on big-endian systems.
** Fix more crash bugs and a few memory leaks (found using aflplusplus with -fsanitize=address):
*** PowerVR
*** Xbox360_XDBF
*** PEResourceReader / NEResourceReader
*** RpPng::loadPng()
*** ICO
*** AndroidManifestXML
** Windows: Fix a crash introduced with MSVC 2022 v17.10 that shows up when using an older version of MSVCP140.dll.
*** Fixes #472: Error caused by version 2.7 | Error causado por la versión 2.7
**** Reported by @ctuais.
** Xbox360_XDBF: Fix title retrieval for GPD files.
*** Affects: v2.0 - v2.7
*** Fixes #475: 360 GPD achievement files all show with Title: Unknown
**** Reported by @Masamune3210.