Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- published
pull_request:

permissions:
contents: read

jobs:
build_win:
name: Build (Windows)
Expand Down
2 changes: 1 addition & 1 deletion macos/QMK Toolbox.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>0.3.3</string>
<string>0.3.4</string>
</dict>
<key>UUID</key>
<string>9890D281-1549-46B1-8075-2C3C14A67FB9</string>
Expand Down
4 changes: 2 additions & 2 deletions macos/QMK Toolbox/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.3</string>
<string>0.3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -75,7 +75,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.3.3</string>
<string>0.3.4</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you run into any issues with "Device not found" when flashing, then you may n

### Download

The [current version](https://github.com/qmk/qmk_toolbox/releases) of QMK Toolbox is **0.3.3**.
The [current version](https://github.com/qmk/qmk_toolbox/releases) of QMK Toolbox is **0.3.4**.

* **Windows:** [standalone](https://github.com/qmk/qmk_toolbox/releases/latest/download/qmk_toolbox.exe), [installer](https://github.com/qmk/qmk_toolbox/releases/latest/download/qmk_toolbox_install.exe)
* **macOS**: [standalone](https://github.com/qmk/qmk_toolbox/releases/latest/download/QMK.Toolbox.app.zip), [installer](https://github.com/qmk/qmk_toolbox/releases/latest/download/QMK.Toolbox.pkg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="WindowState" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>QMK_Toolbox.WindowState, qmk_toolbox, Version=0.3.3.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>QMK_Toolbox.WindowState, qmk_toolbox, Version=0.3.4.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
6 changes: 3 additions & 3 deletions windows/QMK Toolbox/QMK Toolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
<AssemblyVersion>0.3.3</AssemblyVersion>
<FileVersion>0.3.3</FileVersion>
<AssemblyVersion>0.3.4</AssemblyVersion>
<FileVersion>0.3.4</FileVersion>
<Title>QMK Toolbox</Title>
<Copyright>Copyright © 2024 QMK</Copyright>
<Company>QMK</Company>
<Description>A flashing/debug utility for devices running QMK Firmware</Description>
<Version>0.3.3</Version>
<Version>0.3.4</Version>
<Product>QMK Toolbox</Product>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion windows/install_compiler.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "QMK Toolbox"
#define MyAppHandle "qmk"
#define MyAppVersion "0.3.3"
#define MyAppVersion "0.3.4"
#define MyAppPublisher "QMK"
#define MyAppURL "https://qmk.fm"
#define MyAppExeName "qmk_toolbox.exe"
Expand Down
Loading