From dc7a6ca75b0f815974563232f85938057f751650 Mon Sep 17 00:00:00 2001 From: DanielHuey Date: Fri, 1 Nov 2024 23:59:28 +0300 Subject: [PATCH] bump to "0.1.5" --- CHANGELOG.md | 4 ++++ README.md | 4 +++- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3bafc..43b1a7d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index f197e85..d694077 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 4c2782e..294d925 100755 --- a/package.json +++ b/package.json @@ -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"