Releases: tomvita/Breeze-Beta
Releases · tomvita/Breeze-Beta
beta98b
beta98a
Release Notes
Bug Fixes:
- Resolved an issue with segment map display and export.
- Fixed a calculation error in determining the end of the memory address space.
- Fixed a bug that cause assembler to not able to make code for loaded module
Updates:
- Updated custom
ftpsrv
to 1.1.0. - Updated segment map display to show module details.
- Added
Move to A
button to memory explorer to help with making pointer code that need extra large offset.
beta98
Release Notes
New Features
-
Max Pointers Per Node Setting:
- Added a new setting in the Jumpback menu to limit the maximum pointers per node.
- This feature helps conserve memory during usage.
-
Improved Range Handling in Jumpback Menu:
- Ensured a minimum range of
0x800
for depth 0 in the Jumpback menu. - This change accommodates Unity games that typically have smaller offset ranges except at depth 0.
- You can now set smaller ranges for other depths while guaranteeing at least
0x800
for depth 0.
- Ensured a minimum range of
-
Custom FTP Server Integration:
- Introduced a customized
ftpsrv
tailored for Breeze. - Access this version via a dedicated button in the main menu.
- The FTP server allows access to save directories for the most recently played game:
save0:
corresponds to user profile 0.save1:
corresponds to user profile 1.
- Introduced a customized
Important Notes
- Save Behavior:
- Save changes are committed when
ftpsrv
is exited using the+
button. - Exiting via the Home button will not commit save changes.
- Currently, only up to two user profiles are supported (
save0
andsave1
). - Whether you can access save while the game is running depends on the game.
- Save changes are committed when
beta97
UI Redesign and Usability Improvements
- User Interface Overhaul: Redesigned layout for improved accessibility and intuitive navigation.
- Feature Repositioning: Key features are now easier to locate, with improved access flow.
- Button Help Text: Added descriptive help text for buttons, making functions clearer for users.
- Simple & Full Menu Sync: The simple menu is now fully synchronized with the full menu, with consistent button placement to ensure a smooth transition between modes.