Skip to content

Commit e77a71d

Browse files
committed
Add Chengelog file
1 parent df04d48 commit e77a71d

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Changelog
2+
3+
All notable changes to Z80 Explorer are documented in this file. For details, always see "Z80Explorer" main document.
4+
5+
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6+
7+
## [1.07] - 2025-11-09
8+
### Added
9+
- New implementation of the schematic code
10+
- Added Schematic Edit dialog
11+
- Multiple ways to draw nets
12+
-- Active (legacy view), Pull-up (static), Gate-less (static) and Gate-less no Pull-up (static)
13+
- 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
17+
- Added patchHex() command
18+
- Added execApp() command
19+
- Load and run ZX Spectrum SNA format: load("sna.js")
20+
- Added socket server, port 12345, and sample sock.py client (disabled at the moment)
21+
22+
### Improved
23+
- Schematic engine
24+
- Save and restore waveform cursors across sessions
25+
- Better Colors management
26+
- Added autocompleter to Find
27+
- Added background checkered pattern
28+
- Added context menu to toggle overlay
29+
- Added context menu to save image view as PNG
30+
- Waveform add vertical scroll, Δ= and Sync buttons
31+
- Simulation engine performance improvements
32+
- Edit Buses allows extended selection for Delete
33+
- Updated resources
34+
-- Added names of all registers, updated netnames etc.
35+
-- Added waveform-2 with PLA signals
36+
- Documentation
37+
38+
### Fixed
39+
- More robust loading of nets and buses
40+
- Make ZX window single, not closable

0 commit comments

Comments
 (0)