diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fbcf2b..7fdcd00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.15.1] - 2021-04-22 + +### Changed + +- Fix typo in README.md. + +## [0.15.0] - 2021-04-22 + +### Changed + +- Improved add-new.jpg. +- Small edits in README.md. + ## [0.14.0] - 2021-04-22 ### Added diff --git a/README.md b/README.md index 9975568..571339f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/robole.snippets-ranger?logo=visual-studio-code&color=blue) ![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/robole.snippets-ranger?logo=visual-studio-code&color=blue) ![Built with](https://img.shields.io/static/v1?label=built%20with&message=sarsaparilla%20%26%20javascript&color=af0161) +[![Coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-$4-orange?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/robole) View *all* your snippets in one purty place. Yee-haw!! 🤠💕 @@ -24,7 +25,9 @@ The snippets body is **prettily formatted**. 🌻✨ ![view source screenshot](/img/screenshots/edit.png) -**You can go to a specific snippet** with the *Edit* action button. This makes editing a piece of cake.🍰 +**You can go to a specific snippet** with the *Edit* action button. + +This makes editing a piece of cake.🍰 ## Commands @@ -45,6 +48,18 @@ To gather and render approx 6000 snippets sourced from 18 different files, it ta 1. From the Command-line: Run the command `code --install-extension robole.snippets-ranger`. 1. From the [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.snippets-ranger): Click the _Install_ button. +## Learn more about Snippets + +You can read my comprehensive guide on FreeCodeCamp: [Visual Studio Code Snippets – the Definitive VS Code Snippet Guide for Beginners](https://www.freecodecamp.org/news/definitive-guide-to-snippets-visual-studio-code/). + +## Contribute + +If you have a suggestion or find a bug, please file an issue. + +If you are happy with the extension, please star the repo, and leave a review to help others find it. 🌟 + +You can [buy me a coffee](https://www.buymeacoffee.com/robole) if you would like to support me to make more great open-source software. ☕ + ## Icon Attribution - up by Phoenix group from the Noun Project. diff --git a/img/screenshots/add-new.jpg b/img/screenshots/add-new.jpg index e4cd34a..83835f7 100644 Binary files a/img/screenshots/add-new.jpg and b/img/screenshots/add-new.jpg differ diff --git a/package.json b/package.json index b3922f0..1651274 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "description": "View all your snippets in one purty place. Yee-haw!", "icon": "img/logo.png", - "version": "0.14.0", + "version": "0.15.1", "engines": { "vscode": "^1.4.0", "node": ">=12.0.0"