Skip to content

Commit

Permalink
Merge pull request #14 from boterop/v0.1
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
boterop authored Apr 30, 2024
2 parents a66b7de + 489f4b2 commit 6f79797
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 5 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Deploy new version

on:
workflow_run:
workflows: ["Release new version"]
types:
- completed

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 18.16.0

- name: Install vsce
run: npm install -g @vscode/vsce

- name: Package extension
run: vsce package

- name: Publish extension
run: vsce publish -p ${{ secrets.ACCESS_TOKEN }}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.1 (30.04.2024)

- Fix readme images
- Fix icon

## 0.1.0 (30.04.2024)

- Initial release
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ This theme was copied from https://github.com/Binaryify/OneDark-Pro/blob/master/
<tr>
<td>

![alt text](screenshots/theme.png)
![THEME]

</td>
<td>

![alt text](screenshots/workspace.png)
![WORKSPACE]

</td>
</tr>
Expand All @@ -23,15 +23,20 @@ This theme was copied from https://github.com/Binaryify/OneDark-Pro/blob/master/
<tr>
<td>

![alt text](screenshots/theme.png)
![MAPS]

</td>
<td>

![alt text](screenshots/json.png)
![JSON]

</td>
</tr>
</table>

**Enjoy!**

[THEME]: https://github.com/boterop/amoled_saver_pro/blob/main/screenshots/theme.png?raw=true
[WORKSPACE]: https://github.com/boterop/amoled_saver_pro/blob/main/screenshots/workspace.png?raw=true
[MAPS]: https://github.com/boterop/amoled_saver_pro/blob/main/screenshots/maps.png?raw=true
[JSON]: https://github.com/boterop/amoled_saver_pro/blob/main/screenshots/json.png?raw=true
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "amoled-saver-pro",
"displayName": "AMOLED Saver Pro",
"description": "AMOLED Energy Saver Theme",
"version": "0.1.0",
"icon": "icon.png",
"version": "0.1.1",
"publisher": "boterop",
"engines": {
"vscode": "^1.88.0"
Expand Down

0 comments on commit 6f79797

Please sign in to comment.