Skip to content

Commit f259479

Browse files
committed
v0.3.2
1 parent 409d6de commit f259479

File tree

5 files changed

+374
-42
lines changed

5 files changed

+374
-42
lines changed

.github/workflows/publish-vscode-extension.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
with:
1414
node-version: 12
1515
- run: npm ci
16-
- name: Publish to Open VSX Registry
17-
uses: HaaLeo/publish-vscode-extension@v0
18-
with:
19-
pat: ${{ secrets.OPEN_VSX_TOKEN }}
2016
- name: Visual Studio Marketplace
2117
uses: HaaLeo/publish-vscode-extension@v0
2218
with:

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
## [0.3.2]
2+
3+
- Fixed elements not showing full names in Palette view.
4+
15
## [0.3.1]
26

37
- Fixed various low-level performance issues.
48

59
- Fixed outdated links in README.
610

7-
811
## [0.3.0]
912

1013
- Added support for custom-value brightness adjustments (@usernamehw).

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88

99
Customize your color theme for VS Code.
1010

11-
<a href="https://gitlab.com/ryanraposo/LoveItShipIt"><img src="https://gist.githubusercontent.com/ryanraposo/594168edd80d76499d4fcb0693ccd2fc/raw/dd37acb08728631f816c4ef61cc39d37986c32a6/sticker02.svg" width=175>
12-
11+
[![Version](https://img.shields.io/badge/version-0.3.2-red)]()
12+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
13+
14+
[![LoveIt;ShipIt](https://gitlab.com/ryanraposo/LoveItShipIt/-/raw/master/sticker/loveitshipit.svg)](http://github.com/ryanraposo/LoveItShipIt)
15+
1316
</div>
1417

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

5861
```
59-
code --install-extension codeui-0.3.1.vsix
62+
code --install-extension codeui-0.3.2.vsix
6063
```
6164

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

0 commit comments

Comments
 (0)