chore: bump version to 0.2.8

This commit is contained in:
D3SOX 2022-05-18 19:17:08 +02:00
parent a69ca3e80c
commit c865457e18
No known key found for this signature in database
GPG Key ID: 39EC1673FC37B048
5 changed files with 23 additions and 5 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1) 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(EMBED_PATH "The path used for embedding" "OFF")
option(USE_FLATPAK "Allows the program to run under flatpak" OFF) option(USE_FLATPAK "Allows the program to run under flatpak" OFF)

View File

@ -55,6 +55,24 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="0.2.8" date="2022-05-18">
<url>https://github.com/Soundux/Soundux/releases/tag/0.2.8</url>
<description>
<p>Last bugfix release for this iteration of the project</p>
<p>If you didn't know already: We're currently in the progress of a major rework. See https://github.com/Soundux/Soundux/issues/591</p>
<ul>
<li>Update translations</li>
<li>Hotkeys rework and MIDI support</li>
<li>Mute during playback on PipeWire</li>
<li>Language override setting</li>
<li>Automatically unload problematic PulseAudio modules</li>
<li>Disable downloader button when not on a tab</li>
<li>Don't prompt for VB-Cable setup when it was not detected</li>
<li>Fixed an issue with the PulseAudio backend (#587)</li>
<li>General bug fixes and stability improvements</li>
</ul>
</description>
</release>
<release version="0.2.7" date="2021-06-04"> <release version="0.2.7" date="2021-06-04">
<url>https://github.com/Soundux/Soundux/releases/tag/0.2.7</url> <url>https://github.com/Soundux/Soundux/releases/tag/0.2.7</url>
<description> <description>

View File

@ -1,5 +1,5 @@
Package: soundux Package: soundux
Version: 0.2.7 Version: 0.2.8
Architecture: all Architecture: all
Maintainer: D3SOX <d3sox@protonmail.com> Maintainer: D3SOX <d3sox@protonmail.com>
Depends: libgtk-3-0, libwnck-3-0, libappindicator3-1, libwebkit2gtk-4.0-37, libx11-6, pulseaudio Depends: libgtk-3-0, libwnck-3-0, libappindicator3-1, libwebkit2gtk-4.0-37, libx11-6, pulseaudio

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Soundux" #define MyAppName "Soundux"
#define MyAppVersion "0.2.7" #define MyAppVersion "0.2.8"
#define MyAppPublisher "Soundux" #define MyAppPublisher "Soundux"
#define MyAppURL "https://soundux.rocks" #define MyAppURL "https://soundux.rocks"
#define MyAppExeName "soundux.exe" #define MyAppExeName "soundux.exe"

View File

@ -2,7 +2,7 @@
%global repo_url https://github.com/Soundux/Soundux %global repo_url https://github.com/Soundux/Soundux
Name: soundux Name: soundux
Version: 0.2.7 Version: 0.2.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: A cross-platform soundboard Summary: A cross-platform soundboard