Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump version to v0.2.4 #128

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

See [Releases on Github](https://github.com/simondotm/beeb-vsc/releases) for full release history.

### 0.2.4
- Minor quality of life fixes
- Opcodes and register names included in autocomplete
- Don't show signature helper when in comments
- Label names take priority over keyworks for syntax highlighting
- Limit reporting 'second pass consistency' error to first point where it occurs

### 0.2.3
- Add functionality around macros (references, symbol highlighting etc.)
- Change default paths in settings.json to be relative so projects are portable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "beeb-vsc",
"displayName": "Beeb VSC",
"description": "6502 development environment (BBC Micro/BeebAsm)",
"version": "0.2.3",
"version": "0.2.4",
"icon": "./assets/icon.png",
"galleryBanner": {
"color": "#5c2d91",
Expand Down
Loading