Skip to content

Commit 63c8e78

Browse files
authored
Merge branch 'main' into css-logo
2 parents 8320613 + a0bad6b commit 63c8e78

28 files changed

+148
-29
lines changed

.bun-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.4
1+
1.2.8

.github/workflows/pr-title.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@ name: ✅ Check PR Title
22

33
on:
44
pull_request:
5-
types: [opened, edited]
5+
types: [opened, edited, synchronize]
66

77
permissions:
88
pull-requests: write
99

1010
jobs:
1111
lint-pr-title:
1212
name: Check PR Title
13-
1413
runs-on: ubuntu-latest
1514

16-
if: ${{ github.event.action == 'opened' || github.event.changes.title != null }}
17-
1815
steps:
1916
- name: 📥 Checkout
2017
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: ✅ Use App Token for the Bot which is allowed to create releases
16-
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
16+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
1717
id: app-token
1818
with:
1919
app-id: ${{ vars.BOT_APP_ID }}
@@ -66,7 +66,7 @@ jobs:
6666
run: bunx @vscode/vsce package
6767

6868
- name: 🔒 Attest artifacts
69-
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
69+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
7070
# Read: https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds
7171
with:
7272
subject-path: ${{ env.EXTENSION_FILE }}

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22

33
# Changelog
44

5+
## v5.21.1
6+
7+
[compare changes](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.21.0...v5.21.1)
8+
9+
### 🩹 Fixes
10+
11+
- **#2956:** 🚑 firebase icon not working ([#2957](https://github.com/material-extensions/vscode-material-icon-theme/pull/2957))
12+
13+
### ❤️ Contributors
14+
15+
- Lucas Colombo ([@lucas-labs](https://github.com/lucas-labs))
16+
17+
## v5.21.0
18+
19+
[compare changes](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.20.0...v5.21.0)
20+
21+
### 🚀 Enhancements
22+
23+
- Apple related associations for the apple folder icon ([#2918](https://github.com/material-extensions/vscode-material-icon-theme/pull/2918))
24+
- ✨ enhance cloning so two-color icons adhere to same-palette rule ([#2932](https://github.com/material-extensions/vscode-material-icon-theme/pull/2932))
25+
- Add navigation folder icon ([#2927](https://github.com/material-extensions/vscode-material-icon-theme/pull/2927))
26+
- Add routing icon support for `*.route.ts` and `*.route.tsx` ([#2917](https://github.com/material-extensions/vscode-material-icon-theme/pull/2917))
27+
- Generate icons as 16×16 ([#2837](https://github.com/material-extensions/vscode-material-icon-theme/pull/2837))
28+
- Add icons for firestore & cloud-functions ([#2924](https://github.com/material-extensions/vscode-material-icon-theme/pull/2924))
29+
- Add file icon for photoshop ([#2940](https://github.com/material-extensions/vscode-material-icon-theme/pull/2940))
30+
- Add file icon for Adobe Illustrator files ([#2933](https://github.com/material-extensions/vscode-material-icon-theme/pull/2933))
31+
- Add the subtitle icon to `.ass` files ([#2944](https://github.com/material-extensions/vscode-material-icon-theme/pull/2944))
32+
- Add folder icons for kusto ([#2936](https://github.com/material-extensions/vscode-material-icon-theme/pull/2936))
33+
- Add support for more Python-adjacent file types ([#2954](https://github.com/material-extensions/vscode-material-icon-theme/pull/2954))
34+
35+
### 🩹 Fixes
36+
37+
- **ci:** Pr title workflow should be executed on updates ([34b85492](https://github.com/material-extensions/vscode-material-icon-theme/commit/34b85492))
38+
39+
### ❤️ Contributors
40+
41+
- Gabriel Mitelman Tkacz ([@gtkacz](https://github.com/gtkacz))
42+
- Cameron Cowen <cameronc94@gmail.com>
43+
- Firecrafter28 ([@Firecrafter28](https://github.com/Firecrafter28))
44+
- Philipp Kief ([@PKief](https://github.com/PKief))
45+
- Philipp Bauer <ciriousjoker@gmail.com>
46+
- Thaddeus Crews ([@Repiteo](https://github.com/Repiteo))
47+
- Vaibhav Naik ([@Vaibhav-Naik-26](https://github.com/Vaibhav-Naik-26))
48+
- Lucas Colombo ([@lucas-labs](https://github.com/lucas-labs))
49+
550
## v5.20.0
651

752
[compare changes](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.19.0...v5.20.0)

icons/adobe-illustrator.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/adobe-illustrator_light.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/adobe-photoshop.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/adobe-photoshop_light.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/firebase.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)