Skip to content

Commit c80b8ec

Browse files
committed
chore: version bump
1 parent b477fbc commit c80b8ec

2 files changed

Lines changed: 35 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.29.4 [#](https://github.com/idleberg/vscode-applescript/releases/tag/v0.29.4)
2+
3+
- update icons and menu order
4+
- allow overwriting task files
5+
16
# v0.29.3 [#](https://github.com/idleberg/vscode-applescript/releases/tag/v0.29.3)
27

38
- update button hover styles on custom webview

package.json

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "applescript",
33
"displayName": "AppleScript",
44
"description": "Language syntax, snippets and build system for AppleScript and JavaScript for Automation",
5-
"version": "0.29.3",
5+
"version": "0.29.4",
66
"publisher": "idleberg",
77
"license": "MIT",
88
"author": {
@@ -144,31 +144,31 @@
144144
"title": "AppleScript: Run Script",
145145
"icon": "$(play)"
146146
},
147+
{
148+
"command": "extension.applescript.terminateProcess",
149+
"title": "AppleScript: Terminate Process",
150+
"icon": "$(notebook-stop)"
151+
},
147152
{
148153
"command": "extension.applescript.compile",
149154
"title": "AppleScript: Compile Script",
150-
"icon": "$(save)"
155+
"icon": "$(file-code)"
151156
},
152157
{
153158
"command": "extension.applescript.compileBundle",
154159
"title": "AppleScript: Compile Script bundle",
155-
"icon": "$(layers)"
160+
"icon": "$(file-submodule)"
156161
},
157162
{
158163
"command": "extension.applescript.compileApp",
159164
"title": "AppleScript: Compile Application",
160-
"icon": "$(package)"
165+
"icon": "$(archive)"
161166
},
162167
{
163168
"command": "extension.applescript.openSettings",
164169
"title": "AppleScript: Open Settings",
165170
"icon": "$(settings)"
166171
},
167-
{
168-
"command": "extension.applescript.terminateProcess",
169-
"title": "AppleScript: Terminate Process",
170-
"icon": "$(circle-slash)"
171-
},
172172
{
173173
"command": "extension.applescript.createBuildTask",
174174
"title": "AppleScript: Create Build Task",
@@ -184,33 +184,33 @@
184184
},
185185
{
186186
"when": "resourceLangId == applescript",
187-
"command": "extension.applescript.compile",
187+
"command": "extension.applescript.terminateProcess",
188188
"group": "navigation@2"
189189
},
190190
{
191191
"when": "resourceLangId == applescript",
192-
"command": "extension.applescript.compileBundle",
192+
"command": "extension.applescript.compile",
193193
"group": "navigation@3"
194194
},
195195
{
196196
"when": "resourceLangId == applescript",
197-
"command": "extension.applescript.compileApp",
197+
"command": "extension.applescript.compileBundle",
198198
"group": "navigation@4"
199199
},
200200
{
201201
"when": "resourceLangId == applescript",
202-
"command": "extension.applescript.createBuildTask",
202+
"command": "extension.applescript.compileApp",
203203
"group": "navigation@5"
204204
},
205205
{
206206
"when": "resourceLangId == applescript",
207-
"command": "extension.applescript.terminateProcess",
207+
"command": "extension.applescript.createBuildTask",
208208
"group": "navigation@6"
209209
},
210210
{
211211
"when": "resourceLangId == applescript",
212212
"command": "extension.applescript.openSettings",
213-
"group": "navigation@6"
213+
"group": "navigation@7"
214214
}
215215
],
216216
"explorer/context": [
@@ -341,5 +341,19 @@
341341
"lefthook"
342342
]
343343
},
344-
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa"
344+
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa",
345+
"__metadata": {
346+
"id": "d57cfcbb-5746-48be-a607-96967331a91c",
347+
"publisherId": "d142cf02-af52-4395-9363-148909445cb3",
348+
"publisherDisplayName": "idleberg",
349+
"targetPlatform": "universal",
350+
"isApplicationScoped": false,
351+
"isPreReleaseVersion": false,
352+
"hasPreReleaseVersion": false,
353+
"installedTimestamp": 1771521179362,
354+
"pinned": true,
355+
"preRelease": false,
356+
"source": "gallery",
357+
"size": 498088
358+
}
345359
}

0 commit comments

Comments
 (0)