Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraposo committed Jan 15, 2021
1 parent 409d6de commit f259479
Show file tree
Hide file tree
Showing 5 changed files with 374 additions and 42 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
with:
node-version: 12
- run: npm ci
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v0
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v0
with:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## [0.3.2]

- Fixed elements not showing full names in Palette view.

## [0.3.1]

- Fixed various low-level performance issues.

- Fixed outdated links in README.


## [0.3.0]

- Added support for custom-value brightness adjustments (@usernamehw).
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@

Customize your color theme for VS Code.

<a href="https://gitlab.com/ryanraposo/LoveItShipIt"><img src="https://gist.githubusercontent.com/ryanraposo/594168edd80d76499d4fcb0693ccd2fc/raw/dd37acb08728631f816c4ef61cc39d37986c32a6/sticker02.svg" width=175>

[![Version](https://img.shields.io/badge/version-0.3.2-red)]()
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()

[![LoveIt;ShipIt](https://gitlab.com/ryanraposo/LoveItShipIt/-/raw/master/sticker/loveitshipit.svg)](http://github.com/ryanraposo/LoveItShipIt)

</div>

# Table of Contents
Expand Down Expand Up @@ -56,7 +59,7 @@ The recommended method for installing CodeUI is via the Extension Marketplace, a
Alternatively, you can download the VSIX from [releases](https://github.com/ryanraposo/codeui/releases) and install using the terminal with command:

```
code --install-extension codeui-0.3.1.vsix
code --install-extension codeui-0.3.2.vsix
```

*Note: it may be necessary to reload vscode if installing via the terminal.*
Expand Down
Loading

0 comments on commit f259479

Please sign in to comment.