diff --git a/CHANGELOG.md b/CHANGELOG.md
index aaf1187..06dff27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,11 @@
|
Windows |
macOS |
Linux |
| :--- | :--- | :--- |
-| **MSI:** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.2/Dacx-Windows-x64.msi) | **[Universal DMG](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.2/Dacx-macOS.dmg)** | **AppImage:** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.2/Dacx-Linux-x86_64.AppImage) |
-| | **[Universal ZIP](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.2/Dacx-macOS.zip)** | **DEB:** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.2/Dacx-Linux-amd64.deb) |
-| | | **RPM:** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.2/Dacx-Linux-x86_64.rpm) |
-| | | **Flatpak:** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.2/Dacx-Linux-x86_64.flatpak) |
-| | | **TAR (Generic Linux):** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.2/Dacx-Linux-x86_64.tar.gz) |
+| **MSI:** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.3/Dacx-Windows-x64.msi) | **[Universal DMG](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.3/Dacx-macOS.dmg)** | **AppImage:** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.3/Dacx-Linux-x86_64.AppImage) |
+| | **[Universal ZIP](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.3/Dacx-macOS.zip)** | **DEB:** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.3/Dacx-Linux-amd64.deb) |
+| | | **RPM:** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.3/Dacx-Linux-x86_64.rpm) |
+| | | **Flatpak:** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.3/Dacx-Linux-x86_64.flatpak) |
+| | | **TAR (Generic Linux):** [x64](https://github.com/BurntToasters/Dacx/releases/download/v0.11.0-beta.3/Dacx-Linux-x86_64.tar.gz) |
> [!IMPORTANT]
> The `.asc` files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
@@ -18,7 +18,8 @@
### ℹ️ Enjoying Dacx? Consider [❤️ Supporting Me! ❤️](https://rosie.run/support)
-Hello again — Dacx is my lightweight desktop music and video player, meant to launch quick and play media without extra nonsense. This is a polish pass on `0.11.0-beta.1` (Escape behavior, clearer feedback, and a harder Windows self-update path).
+## Changes in `v0.11.0-beta.3:`
+* **Testing:** This update is purely to test the new windows updater helper.
## Changes in `v0.11.0-beta.2:`
diff --git a/flatpak/run.rosie.dacx.yaml b/flatpak/run.rosie.dacx.yaml
index 5a712ee..fc5c32d 100644
--- a/flatpak/run.rosie.dacx.yaml
+++ b/flatpak/run.rosie.dacx.yaml
@@ -1,4 +1,4 @@
-# x-version: 0.11.0-beta.2
+# x-version: 0.11.0-beta.3
app-id: run.rosie.dacx
runtime: org.freedesktop.Platform
runtime-version: "25.08"
diff --git a/linux/packaging/control.template b/linux/packaging/control.template
index 005870b..019f69d 100644
--- a/linux/packaging/control.template
+++ b/linux/packaging/control.template
@@ -1,5 +1,5 @@
Package: dacx
-Version: 0.11.0~beta.2
+Version: 0.11.0~beta.3
Section: sound
Priority: optional
Architecture: amd64
diff --git a/package-lock.json b/package-lock.json
index a141c73..5ad4b51 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "dacx",
- "version": "0.11.0-beta.2",
+ "version": "0.11.0-beta.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dacx",
- "version": "0.11.0-beta.2",
+ "version": "0.11.0-beta.3",
"license": "GPL-3.0-only",
"devDependencies": {
"cross-spawn": "^7.0.6",
diff --git a/package.json b/package.json
index 99e7ace..4b6bb97 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dacx",
- "version": "0.11.0-beta.2",
+ "version": "0.11.0-beta.3",
"private": true,
"description": "Fast, lightweight cross-platform music and video player for Windows, macOS, and Linux.",
"license": "GPL-3.0-only",
diff --git a/pubspec.yaml b/pubspec.yaml
index fd798f9..d2089ae 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
name: dacx
description: "Quick, lightweight cross-platform media player."
publish_to: 'none'
-version: 0.11.0-beta.2+1100
+version: 0.11.0-beta.3+1100
environment:
sdk: ^3.10.7
diff --git a/run.rosie.dacx.metainfo.xml b/run.rosie.dacx.metainfo.xml
index 0f44a9d..606465f 100644
--- a/run.rosie.dacx.metainfo.xml
+++ b/run.rosie.dacx.metainfo.xml
@@ -87,6 +87,7 @@
application/pls+xml
+