Skip to content

Commit

Permalink
Version 3.2.18
Browse files Browse the repository at this point in the history
### House Keeping
* Tested on VS Code 1.90 🧪
* Updated a few dependencies

### Documentation
* Improved formatting of one section of the readme to be more consistent

### Behind The Scenes
* Continued working on Issue #383
  • Loading branch information
BenRogersWPG committed Jun 13, 2024
1 parent de59d08 commit 096a439
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Changelog
## \[3.2.17] (2024-05-04)
## \[3.2.18] (2024-06-12)
### House Keeping
* Tested on VS Code 1.89 🧪
* Tested on VS Code 1.90 🧪
* Updated a few dependencies

### Documentation
* Improved formatting of one section of the readme to be more consistent

### Behind The Scenes
* Continued working on Issue #383

## \[3.2.17] (2024-05-04)
### House Keeping
* Tested on VS Code 1.89 🧪
* Updated a few dependencies

## \[3.2.16] (2024-04-12)
### House Keeping
* Tested on VS Code 1.88 🧪
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This extension makes your VS Code minimap transparent. You can adjust the level

## How To Use 👇

* I have coded a walkthrough for this extension. It will display when you first install the extension, and will walk you through a quick initial setup to get your minimap as you like it. (access it anytime by running `Get Started: Open Walkthrough` from the Command Palette)*
*I have coded a walkthrough for this extension. It will display when you first install the extension, and will walk you through a quick initial setup to get your minimap as you like it. (access it anytime by running `Get Started: Open Walkthrough` from the Command Palette)*

## Extension Settings ⚙️

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Transparent Minimap",
"icon": "images/icon.webp",
"description": "Makes your VS Code minimap transparent, giving you more horizontal room for coding. You can also choose the color of your minimap to style it based on your theme",
"version": "3.2.17",
"version": "3.2.18",
"publisher": "BenRogersWPG",
"author": {
"name": "Ben Rogers"
Expand Down Expand Up @@ -206,7 +206,7 @@
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@types/sinon": "^17.0.3",
"@types/vscode": "^1.90.0",
"@types/vscode": "^1.43.2",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vscode/test-electron": "^2.4.0",
Expand Down

0 comments on commit 096a439

Please sign in to comment.