Releases: simondotm/beeb-vsc
Releases · simondotm/beeb-vsc
v0.3.3
What's Changed
- Debug mode doesn't pause/resume emulator on focus change by @tommy9 in #140
- chore(deps): Bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #144
- chore: Add more e2e testing by @tommy9 in #146
- feat: add inlay hints to show cycle timings next to code by @tommy9 in #145
- fix: Better reset of labels and properly copy value by @tommy9 in #147
- chore: Bump version to 0.3.3 by @tommy9 in #148
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
v0.3.0
What's Changed
- Debug functionality (experimental) by @tommy9 in #130
- chore(deps-dev): Bump braces from 3.0.2 to 3.0.3 by @dependabot in #129
New Contributors
- @dependabot made their first contribution in #129
Full Changelog: v0.2.4...v0.3.0
v0.2.4
What's Changed
- feat: E2E testing from command line by @tommy9 in #117
- chore: Run e2e in CI by @simondotm in #118
- chore: Add unit tests to CI by @tommy9 in #119
- Don't show signature helper when in comments by @tommy9 in #124
- Add opcodes and registers to autocomplete by @tommy9 in #125
- Label names take priority over keywords by @tommy9 in #126
- Track if had second pass consistency error so only report once by @tommy9 in #127
- chore: Bump version to v0.2.4 by @tommy9 in #128
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- fix(development): Set outfiles in launch task by @tommy9 in #104
- feat: Macro handling by @tommy9 in #105
- feat(development): Add sample E2E tests and launch.json config by @tommy9 in #109
- feat: File handling improvements by @tommy9 in #110
- feat: Can build settings.json from tasks.json by @tommy9 in #111
- fix: Rename after Find All References fails by @tommy9 in #113
- chore: Bump version to v0.2.3 by @tommy9 in #115
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
What's Changed
- fix: Bundle all deps except 'vscode' by @simondotm in #98
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat: Add JSBeeb webview by @simondotm in #39
- fix: Typo in the extension title by @simondotm in #43
- chore: Apply prettier eslint configs & code style by @simondotm in #45
- feat: Emulator info bar by @simondotm in #47
- feat: Emulator toolbar by @simondotm in #50
- fix: Use jQuery for EmulatorInfoBar by @simondotm in #52
- refactor: Remove global emulator reference from window by @simondotm in #54
- feat: Support sounds/audio by @simondotm in #56
- feat: Support Mute/Unmute by @simondotm in #58
- feat: Full screen display button by @simondotm in #60
- fix: Mode detection UI when hard resetting by @simondotm in #62
- feat(emulator): Autoboot when launching from context menu by @simondotm in #64
- fix(emulator): Fix mute button state when enabling web audio by @simondotm in #66
- feat(emulator): Focus emulator when toolbar buttons are pressed by @simondotm in #68
- fix(emulator): Rebooting machine now retains disc image by @simondotm in #70
- feat: Add JSBeeb link by @simondotm in #73
- feat: Set input focus when emulator view is focused by @simondotm in #75
- feat(emulator): Disc selection toolbar by @simondotm in #77
- feat: Multiple target file handling by @tommy9 in #71
- feat: Addressing consistency checks by @tommy9 in #79
- feat(emulator): Add led indicators by @simondotm in #81
- feat(emulator): Mute audio when emulator paused or no longer visible by @simondotm in #84
- feat(emulator): Add icon for emulator web panel by @simondotm in #86
- feat: Refresh on change to settings.json by @tommy9 in #88
- fix(emulator): JSBeeb patch improvements by @simondotm in #89
- feat(emulator): Enable feature flag for production builds by @simondotm in #90
- feat: Add telemetry by @simondotm in #95
- docs: Update for v0.2.0 by @simondotm in #96
Full Changelog: v0.1.2...v0.2.0