Skip to content

Commit

Permalink
update picker action / package
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Jan 30, 2024
1 parent c0b9eca commit 1849684
Show file tree
Hide file tree
Showing 30 changed files with 263 additions and 565 deletions.
2 changes: 1 addition & 1 deletion changelogs/3.0.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Changelog
# Changelog (dev only)

- fixed perk icons not showing up (picker action)
- linked the toggle (inventory/vault) setting to the "pull" option (pull-item action)
Expand Down
10 changes: 10 additions & 0 deletions changelogs/3.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# Changelog

- fixed perk icons not showing up (picker action)
- linked the toggle (inventory/vault) setting to the "pull" option (pull-item action)
- add support for local gestures (pull-item action)
- fixed perks download (picker action)
- fixed panel switching (picker action)
- fixed some settings ui
- ui change (picker action)
Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin/com.dim.streamdeck.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "DIM Stream Deck",
"Version": "3.0.2",
"Version": "3.0.3",
"Author": "fcannizzaro",
"URL": "https://dimstreamdeck.vercel.app",
"PropertyInspectorPath": "pi/index.html",
Expand Down
2 changes: 1 addition & 1 deletion plugin/com.dim.streamdeck.sdPlugin/picker-layout-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "com.dim.streamdeck.layout",
"items": [
{
"key": "icon",
"key": "image",
"type": "pixmap",
"rect": [0, 0, 200, 100]
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/com.dim.streamdeck.sdPlugin/picker-layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "com.dim.streamdeck.layout",
"items": [
{
"key": "icon",
"key": "image",
"type": "pixmap",
"rect": [50, 0, 100, 100]
}
Expand Down
11 changes: 6 additions & 5 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
},
"dependencies": {
"@elgato/streamdeck": "^0.2.0",
"@fcannizzaro/stream-deck-cache": "^1.0.4",
"@fcannizzaro/stream-deck-cycle": "^1.0.4",
"@fcannizzaro/stream-deck-gesture": "^1.0.4",
"@fcannizzaro/stream-deck-image": "^1.0.4",
"@fcannizzaro/stream-deck-cache": "^1.0.5",
"@fcannizzaro/stream-deck-grid": "^1.0.5",
"@fcannizzaro/stream-deck-cycle": "^1.0.5",
"@fcannizzaro/stream-deck-gesture": "^1.0.5",
"@fcannizzaro/stream-deck-image": "^1.0.5",
"@plugin/types": "workspace:*",
"canvaskit-wasm": "^0.39.1",
"cheerio": "1.0.0-rc.12",
Expand All @@ -36,4 +37,4 @@
"ws": "^8.16.0",
"zod": "^3.22.4"
}
}
}
294 changes: 0 additions & 294 deletions plugin/src/actions/picker/helper/GridHelper.ts

This file was deleted.

0 comments on commit 1849684

Please sign in to comment.