Skip to content

Latest commit

 

History

History
105 lines (54 loc) · 6.77 KB

File metadata and controls

105 lines (54 loc) · 6.77 KB

Changelog

1.6.0 (2026-03-16)

Features

  • add persistent breakpoint management to MachineSession (#589) (465de85)

1.5.0 (2026-03-15)

Features

  • add configurable Tube CPU multiplier setting (issue #134) (c19744a)
  • add non-cycle-accurate mode for Tube 6502 instruction generation (#584) (5455952)
  • add VideoNULA palette support for MODE 7 teletext (#575) (049bee8)
  • add VideoNULA programmable palette support (#574) (05d7ca3)
  • Web Speech API output via RS-423 serial port (*FX3,1) (#569) (2f01b04)
  • wire up accessibility switch keys for user port, ADC, and fire buttons (#565) (faa63b9)

Bug Fixes

  • always feed SAA5050 teletext pipeline from video bus (#578) (7ff0e12)
  • apply NULA paletteMode in blitter to bypass ULA XOR-7 mapping (#583) (49ae587)
  • correct default CMOS FDRIVE step rate for BBC Master (#581) (b1f71dc)
  • emulate IC37/IC36 H-blanking feed for SAA5050 pipeline (issue #546) (#580) (7399552)
  • focus STH archive filter input when modal opens (#573) (b0d5c74)
  • reduce WD1770 head settle time from 30ms to 15ms (#577) (7b6a068)
  • speak each CR-terminated line immediately, queue without cancel (#570) (6c2bd37)

1.4.0 (2026-02-23)

Features

  • add keyDown, keyUp, and reset methods to MachineSession (fea06b8)

1.3.3 (2026-02-23)

Bug Fixes

  • chdir to public/ so ROM loader finds public/roms/ when installed from npm (#560) (593b819)

1.3.2 (2026-02-23)

Bug Fixes

  • use Node 24 in npm-publish job — npm v10 (Node 22) doesn't support OIDC trusted publishing (#557) (f8ff684)

1.3.1 (2026-02-23)

Bug Fixes

1.3.0 (2025-12-01)

Features

  • Add settings persistence for Electron app (#543) (ec153a0)

1.2.0 (2025-12-01)

Features

  • Add native menu support for web modals in Electron app (#542) (8cdc6d0)
  • Optimised polltime routine (#540) (72ca9f5)

1.1.1 (2025-11-21)

Bug Fixes

  • Fix Windows Build support (8ffa1a0)

1.1.0 (2025-11-21)

Features

  • Windows Electron build support (1955a5f)

1.0.1 (2025-11-20)

Bug Fixes

  • Trying to get release-please to work

1.0.0 (2025-11-20)

First actual release with a changelog! These fixes below are not the only thing in this release, we previously had v0.0.7 which was 4+ years old. But - this include Electron support again!

Bug Fixes

  • add application icon for Electron (#536) (64c8043)
  • enable window scaling in Electron and modernize event handlers (#533) (64551c9)
  • remove invalid package-name parameter from release-please action (#535) (5dd0436)