diff --git a/CHANGELOG.md b/CHANGELOG.md index 25eb813..251798f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Change Log -All notable changes to the "eggy" extension will be documented in this file. +All notable changes to the Quick Scripts extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.0.3 (2022-08-29)] + ## [0.0.2 (2022-08-29)] - Update readme with solution to scripts not at root diff --git a/README.md b/README.md index 69abb9b..013cf79 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ Name the button to add it to the status bar. Button names are limited to 5 chara ![3](https://user-images.githubusercontent.com/14803518/187247903-aba4a218-dfeb-4dc1-b3d6-3a585b565aa3.png) -Button now shows up in the status bar. Clicking it will open a new terminal and run the script. +Button now shows up in the status bar as `SB`. Clicking it will open a new terminal and run the script. + +![Screenshot 2022-08-29 at 20 02 10](https://user-images.githubusercontent.com/14803518/187278153-e2dd233e-1eb8-44c6-ad33-8284bd6da698.png) #### Removing a button @@ -40,7 +42,7 @@ Once selected, this will reload VS Code and remove the button from the status ba This is my first VS code extension and I used this project to learn and get the experience of the process. -- Currently the extension does not seem to save state on the workspaces. I am working on a fix for this. For now if you do not close your project, the buttons will stay. +- Currently the extension does not seem to load the workspace state correctly. The buttons are there but only visually load after you trigger one of the add/delete button scripts and exit out of it. I am working on a fix for this. Feel free to open an [issue](https://github.com/puyanwei/quick-scripts-v2/issues) or pull request if you find any bugs or have any suggestions. 🙏 diff --git a/package.json b/package.json index 61cb8cc..835bde0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/puyanwei/quick-scripts-v2/issues" }, - "version": "0.0.2", + "version": "0.0.3", "engines": { "vscode": "^1.70.0" },