Skip to content

Commit b59f3a0

Browse files
authored
New version: MacroDeck.MacroDeck version 2.15.0 (#403515)
1 parent 113a74b commit b59f3a0

4 files changed

Lines changed: 109 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: MacroDeck.MacroDeck
5+
PackageVersion: 2.15.0
6+
InstallerType: inno
7+
UpgradeBehavior: install
8+
ProductCode: '{{4E6D7253-1DDF-422D-A2D2-3D2A8505B316}_is1'
9+
ReleaseDate: 2026-07-16
10+
Installers:
11+
- Architecture: x64
12+
Scope: user
13+
InstallerUrl: https://github.com/Macro-Deck-App/Macro-Deck/releases/download/v2.15.0/macro-deck-2.15.0-win.exe
14+
InstallerSha256: 92064D71F7877A917889F2D2271E92DA20F9B346FC30B4381E212022AF81C5D0
15+
InstallerSwitches:
16+
Custom: /CURRENTUSER
17+
- Architecture: x64
18+
Scope: machine
19+
InstallerUrl: https://github.com/Macro-Deck-App/Macro-Deck/releases/download/v2.15.0/macro-deck-2.15.0-win.exe
20+
InstallerSha256: 92064D71F7877A917889F2D2271E92DA20F9B346FC30B4381E212022AF81C5D0
21+
InstallerSwitches:
22+
Custom: /ALLUSERS
23+
ManifestType: installer
24+
ManifestVersion: 1.12.0
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: MacroDeck.MacroDeck
5+
PackageVersion: 2.15.0
6+
PackageLocale: en-US
7+
Publisher: MacroDeck
8+
PublisherUrl: https://macro-deck.app/
9+
PublisherSupportUrl: https://github.com/Macro-Deck-App/Macro-Deck/issues
10+
PrivacyUrl: https://macro-deck.app/privacy
11+
Author: Manuel Mayer
12+
PackageName: MacroDeck
13+
PackageUrl: https://macro-deck.app/download
14+
License: Apache-2.0
15+
LicenseUrl: https://github.com/Macro-Deck-App/Macro-Deck/blob/HEAD/LICENSE
16+
Copyright: Copyright 2026 Manuel Mayer
17+
CopyrightUrl: https://macro-deck.app/termsofuse
18+
ShortDescription: Macro Deck transforms your phone, tablet, or any device equipped with a modern internet browser into an efficient remote macro pad. With this tool, you can execute single or multi-step actions seamlessly with just a single tap.
19+
Tags:
20+
- broadcasting
21+
- streaming
22+
- twitch
23+
- video
24+
ReleaseNotes: |-
25+
What's Changed
26+
🚀 Improvements
27+
- The code is now signed using a code signing certificate
28+
- General ui improvement by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/598
29+
- Improve folder view with custom theme and interaction fixes by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/633
30+
- Add SSL certificate support with self-signed generation by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/634
31+
- Add Serilog for logging by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/636
32+
- Add Sentry integration for error reporting and implement configurable opt-out in settings by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/637
33+
- Load icons lazily and fix icon-related memory leaks by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/638
34+
- Dispose resources properly to fix memory leaks and improve application cleanup logic by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/639
35+
- Improve icon selector performance by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/643
36+
- Add NuGet package for Macro Deck API and publish workflow by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/647
37+
- Improve performance of the Extension Manager and Store by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/648
38+
🛠 Breaking Changes
39+
- Bump PluginApiVersion to 41 by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/645
40+
🐞 Bug Fixes
41+
- Fix keyboard shortcut definitions in TemplateEditor by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/631
42+
- Improve device handling by adding file locking and corruption recovery by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/632
43+
- Fix empty deck when restoring main window from tray by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/640
44+
- Fix typo in welcome screen by @guest712 in https://github.com/Macro-Deck-App/Macro-Deck/pull/644
45+
⬆️ Dependencies
46+
- Update target framework to net10.0-windows10.0.19041.0 by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/649
47+
🛠️ Other Changes
48+
- refactor: store profiles as individual JSON files instead of SQLite by @manuelmayer-dev in https://github.com/Macro-Deck-App/Macro-Deck/pull/642
49+
New Contributors
50+
- @guest712 made their first contribution in https://github.com/Macro-Deck-App/Macro-Deck/pull/644
51+
Full Changelog: https://github.com/Macro-Deck-App/Macro-Deck/compare/v2.14.1...v2.15.0
52+
ReleaseNotesUrl: https://github.com/Macro-Deck-App/Macro-Deck/releases/tag/v2.15.0
53+
Documentations:
54+
- DocumentLabel: Wiki
55+
DocumentUrl: https://github.com/Macro-Deck-App/Macro-Deck/wiki
56+
ManifestType: defaultLocale
57+
ManifestVersion: 1.12.0
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: MacroDeck.MacroDeck
5+
PackageVersion: 2.15.0
6+
PackageLocale: zh-CN
7+
Publisher: MacroDeck
8+
PackageName: MacroDeck
9+
ShortDescription: Macro Deck 可将你的手机、平板电脑或任何装有现代浏览器的设备转化为高效的远程宏命令板。有了这款工具,只需轻点一下,就能无缝执行单步或多步操作。
10+
Tags:
11+
- twitch
12+
- 串流
13+
- 直播
14+
- 视频
15+
ReleaseNotesUrl: https://github.com/Macro-Deck-App/Macro-Deck/releases/tag/v2.15.0
16+
Documentations:
17+
- DocumentLabel: 维基
18+
DocumentUrl: https://github.com/Macro-Deck-App/Macro-Deck/wiki
19+
ManifestType: locale
20+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: MacroDeck.MacroDeck
5+
PackageVersion: 2.15.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)