Skip to content

Commit

Permalink
bump versions and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolSpy3 committed Jan 29, 2024
1 parent 94747f7 commit 6da7490
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 2.0.3
- Fix a bug where special registers do not show the correct hover text if they are capitalized
- Fix HMMM Binary formatter and semantic highlighting not working on lines with weird spacing
- Fix a bug causing errors to not be reported in HMMM binary files

## 2.0.2
- Fix stack frame length setting description

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ This is a quick bullet list of the features provided by this extension. For a de

## Known Issues

None as of writing :D
- Many HMMM instructions have associated aliases or binary encodings which are synonymous with other instructions. Several parts of this extension attempt to disassemble compiled HMMM code and cannot differentiate between these synonymous instructions. In these cases, the extension will attempt to "guess" the most common disassembly. The disassembled instructions will always have a meaning synonymous with the original instruction even if they are not the same.

*For more up-to-date information, see the [issues page](https://github.com/CoolSpy3/hmmm-language-support/issues).*
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hmmm-language-client",
"description": "Language client for HMMM",
"publisher": "CoolSpy3",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/CoolSpy3/hmmm-language-support"
Expand Down
2 changes: 1 addition & 1 deletion hmmm-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hmmm-specification",
"description": "Code for reading HMMM instructions",
"publisher": "CoolSpy3",
"version": "1.0.0",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/CoolSpy3/hmmm-language-support"
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": "hmmm-language-support",
"displayName": "HMMM Language Support",
"description": "A HMMM Syntax Highlighter, Debugger, Linter, and Formatter",
"version": "2.0.2",
"version": "2.0.3",
"publisher": "CoolSpy3",
"main": "./dist/client/src/extension.js",
"categories": [
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hmmm-language-server",
"description": "Language server for HMMM",
"publisher": "CoolSpy3",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/CoolSpy3/hmmm-language-support"
Expand Down

0 comments on commit 6da7490

Please sign in to comment.