List of changes:
- New
Page Swaptoggle for swapping the overlays and packages page locations.- Located in
Settings > UI Settings > Miscellaneous > Effects > Page Swap. - This feature will draw the packages menu on the left and the overlays menu on the right when enabled.
- Located in
- Fixes to
libultrahandfor preventing screenshots from occurring during capture event initializations.- This is particularly useful for isolating actual capture button events from initializations within projects like bitmap-printer / PNGShot.
- If using
bitmap-printer, it is currently recommended to use a version built with pull request #25 or else there will be dragons (unwanted screenshots in theBitmapsdirectory generated every time alibultrahandcompiled overlays is opened). - If using
PNGShot, it is currently recommended to use a version built with pull request #5, however builds from latest source code on the repo should now work as well without producing unwanted screenshots.
- If using
- Notice:
- All projects built with
libultrahandwill need to be recompiled with latestlibultrahandfor this fix to apply.
- All projects built with
- This is particularly useful for isolating actual capture button events from initializations within projects like bitmap-printer / PNGShot.
Full Changelog: v1.8.1...v1.8.2
Update:
- Fixes for returning to overlay menu after exiting overlay with
Page Swap. - 11/05/2024 3:06 AM PST - Touch selection fixes for left / right page with
Page Swap. - 11/05/2024 3:33 AM PST - Dangerous pattern tweak for wildcard patterns within the
Albumfolder. - 11/05/2024 6:42 PM PST
Full Changelog: v1.8.2...d448e61