chore: bump version to 0.2.8
This commit is contained in:
parent
a69ca3e80c
commit
c865457e18
@ -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)
|
||||
|
||||
|
@ -55,6 +55,24 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<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">
|
||||
<url>https://github.com/Soundux/Soundux/releases/tag/0.2.7</url>
|
||||
<description>
|
||||
|
@ -1,5 +1,5 @@
|
||||
Package: soundux
|
||||
Version: 0.2.7
|
||||
Version: 0.2.8
|
||||
Architecture: all
|
||||
Maintainer: D3SOX <d3sox@protonmail.com>
|
||||
Depends: libgtk-3-0, libwnck-3-0, libappindicator3-1, libwebkit2gtk-4.0-37, libx11-6, pulseaudio
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user