diff --git a/CMakeLists.txt b/CMakeLists.txt index eee11a1..3ba7843 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) -project(soundux VERSION 0.2.7 DESCRIPTION "A crossplatform soundboard") +project(soundux VERSION 0.2.8 DESCRIPTION "A crossplatform soundboard") -set(FULL_VERSION_STRING "0.2.7") +set(FULL_VERSION_STRING "0.2.8") option(EMBED_PATH "The path used for embedding" "OFF") option(USE_FLATPAK "Allows the program to run under flatpak" OFF) diff --git a/deployment/appstream/io.github.Soundux.metainfo.xml b/deployment/appstream/io.github.Soundux.metainfo.xml index 107964c..041c741 100644 --- a/deployment/appstream/io.github.Soundux.metainfo.xml +++ b/deployment/appstream/io.github.Soundux.metainfo.xml @@ -55,6 +55,24 @@ + + https://github.com/Soundux/Soundux/releases/tag/0.2.8 + +

Last bugfix release for this iteration of the project

+

If you didn't know already: We're currently in the progress of a major rework. See https://github.com/Soundux/Soundux/issues/591

+
    +
  • Update translations
  • +
  • Hotkeys rework and MIDI support
  • +
  • Mute during playback on PipeWire
  • +
  • Language override setting
  • +
  • Automatically unload problematic PulseAudio modules
  • +
  • Disable downloader button when not on a tab
  • +
  • Don't prompt for VB-Cable setup when it was not detected
  • +
  • Fixed an issue with the PulseAudio backend (#587)
  • +
  • General bug fixes and stability improvements
  • +
+
+
https://github.com/Soundux/Soundux/releases/tag/0.2.7 diff --git a/deployment/debian/soundux/DEBIAN/control b/deployment/debian/soundux/DEBIAN/control index 8a828bd..2c458fa 100644 --- a/deployment/debian/soundux/DEBIAN/control +++ b/deployment/debian/soundux/DEBIAN/control @@ -1,5 +1,5 @@ Package: soundux -Version: 0.2.7 +Version: 0.2.8 Architecture: all Maintainer: D3SOX Depends: libgtk-3-0, libwnck-3-0, libappindicator3-1, libwebkit2gtk-4.0-37, libx11-6, pulseaudio diff --git a/deployment/innosetup/Soundux.iss b/deployment/innosetup/Soundux.iss index 78bcbc7..7814e52 100644 --- a/deployment/innosetup/Soundux.iss +++ b/deployment/innosetup/Soundux.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Soundux" -#define MyAppVersion "0.2.7" +#define MyAppVersion "0.2.8" #define MyAppPublisher "Soundux" #define MyAppURL "https://soundux.rocks" #define MyAppExeName "soundux.exe" diff --git a/deployment/rpm/soundux.spec b/deployment/rpm/soundux.spec index 9bcf731..ba54b77 100644 --- a/deployment/rpm/soundux.spec +++ b/deployment/rpm/soundux.spec @@ -2,7 +2,7 @@ %global repo_url https://github.com/Soundux/Soundux Name: soundux -Version: 0.2.7 +Version: 0.2.8 Release: 1%{?dist} Summary: A cross-platform soundboard