Releases: parallelno/Devector
Releases · parallelno/Devector
Release v9.4.2
Release v9.4.2
Features:
Updates:
Fixes:
Release v9.4.1
Release v9.4.1
Features:
Updates:
Fixes:
Release v9.4.0
Features:
- Added Z80 assembly support.
- Added opcode test program.
- Added path indication to the Trace Log window.
- Trace Log files now stored in the ROM/FDD/Record files folder and named accordingly.
Updates:
- Refactored Disasm algorithm.
- Refactored the Pop-up window system
- Updated UI hints.
Fixes:
- Fixed navigation system in the DisAsm window.
- Fixed issue with saving a Trace Log file.
Full Changelog: v9.3.3...v9.4.0
Release v9.3.4
Release v9.3.4
Features:
Updates:
Fixes:
Release v9.3.3
Release v9.3.3
Features:
Updates:
Fixes:
Release v9.3.2
Features:
- Massive code refactoring and optimization.
- Added “Save Trace Log to File” functionality.
- Added -v / --version commands and an About window with build details.
- Added hotkeys for execution workflow (Run/Break, Step, Step Over, Step 0x100, Step Frame, Restart, Reset, Run To).
- Added character view in the memory hex viewer.
- Added RAM-disk reset when the PC is restarted.
- Recorder length is now exposed in materials (default = 60 seconds).
- Shaders can now be configured through settings.
- Tooltips and hints added across the UI.
Updates:
- Windows and UI now fully respect the OS DPI scale (text scaling, default font scale rounded to 1.0).
- Scheduler refactored and improved:
- No longer requires a visible parameter (useful for pop-up windows).
- Established as the central manager for update/draw routines and request handling.
- Optimized display window updates:
- Memory display updates only on visible tabs.
- HW Stats data update optimized and turned into runtime (fixing missing “BREAK” updates).
- Unified subwindow draw routine.
- Pinning of 3rd-party repositories to specific tags for reproducible builds.
- Refactoring & cleanup:
- Trace log pop-up, watchpoints, and breakpoints editors moved into dedicated classes.
- Signals moved into their own class.
- ReqUI replaced with concrete classes based on BaseWindow.
- General code cleanup and formatting across modules.
Fixes:
- Fixed crash when adding labels and comments.
- Fixed Reset/Restart shortcuts and improved overall shortcut handling.
- Fixed memory display zoom behavior.
- Fixed breakpoints/watchpoints update issues.
- Fixed window-to-window docking and null pointer bugs.
- Fixed disassembly navigation using Mouse X1/X2 buttons.
- Fixed text scaling inconsistencies.
Full Changelog: v9.1.47...v9.3.2
Beta 2.2
Added 8 Ram-disk support
Added the Trace Log window with the navigation system and the context menu
The Debugger module is dynamically attached when the particular window requires its data. It greatly improved the performance
Added an address search panel to the Hex Viewer Window
All the hardware-debug interop calls aggregated into one call
Fixed the Ram-disk mapping issue
Release v9.2.1
Release v9.2.1
Features:
Updates:
Fixes:
Release v9.1.49
Release v9.1.49
Features:
Updates:
Fixes:
Release v9.1.48
Release v9.1.48
Features:
Updates:
Fixes: