Skip to content

Commit

Permalink
bump to "0.1.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHuey committed Nov 1, 2024
1 parent 87dbc53 commit dc7a6ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "avr-utils" extension will be documented in this file.

### [0.1.5]
- The previous error had persisted but i have fixed it this time for good!
- A certain function was making the extension fail to start, but it has been fixed too.

### [0.1.4]
- Fix error where commands like "Create New Project" in the command palette claim that they are missing ( Would happen especially on VSCode version < 1.75 ).
- Added a progress bar when downloading the toolchain, so that you (the user) are aware of the process.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Welcome to **`avr-utils`**.

This extension helps users to write and compile code for their avr microcontrollers straight from the comfort of their favourite Code editor, **VScode**

## !! New !!
```yml
New Features:
- Progress bar when downloading toolchain.
- Better error message diagnostics (Big Improvement!)
- Simplified Commenting of code.
```
More in [Changelog.md](./CHANGELOG.md)
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": "avr-utils",
"displayName": "AVR Utils",
"description": "This extension will help you to compile code for avr based microcontrollers straight from the comfort of your favourite code editor!",
"version": "0.1.4",
"version": "0.1.5",
"repository": {
"url": "https://github.com/DanielHuey/avr-utils.git",
"type": "git"
Expand Down

0 comments on commit dc7a6ca

Please sign in to comment.