Releases: FluffyLabs/pvm-debugger
Releases · FluffyLabs/pvm-debugger
2025-01-17
What's Changed
- Change instructions to 64-bit set by @wkwiatek in #244
- Fix program loading via url (step not working) by @wkwiatek in #263
- First host calls handled - read, write by @krystian50 in #253
- Just display env instead of providing a link. by @tomusdrw in #279
- Add host calls for 64bits by @krystian50 in #283
- Fix displaying load-imm-64 args. by @tomusdrw in #280
- Fix memory initialization by @mateuszsikora in #290
- Update instructions and examples to be aligned with GP 0.5.4 by @mateuszsikora in #291
- bump @typeberry/pvm by @mateuszsikora in #292
- Load SPI memory by @tomusdrw in #293
- Add ecalli handling for other pvms by @krystian50 in #285
- Refactor handleHostCall to accept optional workerId by @krystian50 in #295
Full Changelog: 2024-12-23...2025-01-17
2024-12-23
What's Changed
- Unify file loading by @wkwiatek in #245
- Fix build for Node v22 by @wkwiatek in #249
- Allow to load the program via url params by @wkwiatek in #250
- Unify loading files and examples screens by @wkwiatek in #256
- Keep the program in the url when entering it via url by @wkwiatek in #257
- 64-bit migration prep: load 32-bit version of ananas by @tomusdrw in #258
Full Changelog: 2024-12-12...2024-12-23
2024-12-12
What's Changed
- Fix memory initialization by @mateuszsikora in #227
- Support assembly script. by @tomusdrw in #224
- Attempt to disassemblify invalid instructions. by @tomusdrw in #228
- Fix run button state when stopping on breakpoint by @krystian50 in #233
- Fix comparing states with different statuses by @krystian50 in #234
- Refresh memory on each step by @krystian50 in #236
- Add Game of Life example. by @tomusdrw in #231
- Initial Basic blocks support by @tomusdrw in #238
- Add debugger settings by @krystian50 in #239
- Make non-zero values bold. by @tomusdrw in #232
- Fix multi-PVM visual glitch by @wkwiatek in #241
- Don't perform multiple steps when Stepping in the UI. by @tomusdrw in #240
- Fix multi-PVM visual glitch by @wkwiatek in #243
- Modify program editor to be available only in edit mode; improve error handling by @wkwiatek in #242
Full Changelog: 2024-11-27...2024-12-12
Release 2024-11-27
What's Changed
- Fix overlap on display none by @krystian50 in #213
- Disallow expanding the memory, but make existing examples work. by @tomusdrw in #215
- Refresh runMode on start program by @krystian50 in #218
- Fix disassemblify for programs without explicit trap at the end. by @tomusdrw in #221
- Update PVM by @tomusdrw in #222
- Deploy on release by @krystian50 in #223
Full Changelog: https://github.com/FluffyLabs/pvm-debugger/commits/2024-11-27