@@ -4,16 +4,18 @@ All notable changes to Z80 Explorer are documented in this file. For details, al
44
55The format follows [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
66
7+ ## [ Unreleased]
8+
79## [ 1.07] - 2025-11-09
810### Added
911- New implementation of the schematic code
1012- Added Schematic Edit dialog
1113- Multiple ways to draw nets
12- - - Active (legacy view), Pull-up (static), Gate-less (static) and Gate-less no Pull-up (static)
14+ - Active (legacy view), Pull-up (static), Gate-less (static) and Gate-less no Pull-up (static)
1315- More Waveform draving options
14- - - Added fill for logic 0 or for logic 1
15- - - Added "Sync" button that syncs waveform views' cursors
16- - - Added Merge menu and Save option
16+ - Added fill for logic 0 or for logic 1
17+ - Added "Sync" button that syncs waveform views' cursors
18+ - Added Merge menu and Save option
1719- Added patchHex() command
1820- Added execApp() command
1921- Load and run ZX Spectrum SNA format: load("sna.js")
@@ -31,10 +33,13 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
3133- Simulation engine performance improvements
3234- Edit Buses allows extended selection for Delete
3335- Updated resources
34- - - Added names of all registers, updated netnames etc.
35- - - Added waveform-2 with PLA signals
36+ - Added names of all registers, updated netnames etc.
37+ - Added waveform-2 with PLA signals
3638- Documentation
3739
3840### Fixed
3941- More robust loading of nets and buses
4042- Make ZX window single, not closable
43+
44+ [ unreleased] https://github.com/gdevic/Z80Explorer/compare/v.107...HEAD \
45+ [ 1.07] https://github.com/gdevic/Z80Explorer/compare/v.106...v.107
0 commit comments