List of changes:
- Introduction of Pages: Now, you can define pages using empty commands
[@PAGE1]
and[@PAGE2]
, wherePAGE1
andPAGE2
are labels for the page. Note that only two of these empty@
-commands can be referenced in a package. You can navigate betweenPAGE1
andPAGE2
using the left and right buttons on the DPAD. - New Command
remove-ini-section
: I've added a new command calledremove-ini-section <ini_file_path> <section_name>
. This command allows you to quickly remove a section from an INI file. - Package Info Section: You can now include a
Package Info
section within yourpackage.ini
file by using[Package Info]
as an empty command. If there's no reference to[Package Info]
, the package info section will not be displayed. - Package title colors now accept custom RGB888 hex representations (i.e.
#FFFFFF
for white).- NOTE: RGB888 hex color format will be downscaled to RGB444 for libTesla compatibility.
- Bug Fixes: Addressed various bug fixes, including a memory leak issue on the main menu.
- New updates to OC Toolkit.