Skip to content

Commit

Permalink
Update README and CHANGELOG for v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CFiggers committed Oct 5, 2024
1 parent 056971d commit c027e92
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.0.9 (Oct 4, 2024)
- Upgraded inline evaluation feature
- New "Evaluate top level expression" command (bound by default to `alt+shift+e`)
- No longer loses cursor position when evaluating expressions
- Evaluated expressions are highlighted green; reen highlight remains until edits are made (even if cursor navigates away)
- Overhauled syntax highlighting
- Now distinguish visually between builtins and macros

## 0.0.8 (Sep 12, 2023)
- Fixed broken f-string reformatting

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ Planned features:
2. Clone this repo within that directory (e.g. `git clone https://www.github.com/hylang/vscode-hy`)
3. Reload or relaunch any open VS Code/VS Codium windows

## Latest Update

### 0.0.9 (Oct 4, 2024)

- Upgraded inline evaluation feature
- New "Evaluate top level expression" command (bound by default to `alt+shift+e`)
- No longer loses cursor position when evaluating expressions
- Evaluated expressions are highlighted green; reen highlight remains until edits are made (even if cursor navigates away)
- Overhauled syntax highlighting
- Now distinguish visually between builtins and macros

## Contribution

Issues and pull requests welcome.
Expand Down

0 comments on commit c027e92

Please sign in to comment.