mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-20 18:41:03 +00:00
Upgraded to 0.70.0 for upcoming release.
This commit is contained in:
parent
777e261dbc
commit
771c41efc6
@ -1,3 +1,23 @@
|
|||||||
|
0.70.1
|
||||||
|
|
||||||
|
musikcube:
|
||||||
|
* new MPRIS plugin for controlling playback on Linux (brunosmmm)
|
||||||
|
* 64-bit binaries for Windows (note: Milkdrop only supports 32-bit)
|
||||||
|
* ru_RU update (adem4ik)
|
||||||
|
* it_IT update (alexpovel)
|
||||||
|
* chocolately install instructions (majkinetor)
|
||||||
|
* FreeBSD install instructions (0mp)
|
||||||
|
* Raspberry Pi 4 support
|
||||||
|
* Debian Buster support
|
||||||
|
* Dependency upgrades on Windows (libcurl, PDCurses, libogg, LAME, ffmpeg)
|
||||||
|
* A couple small tweaks / fixes to widget focus behavior
|
||||||
|
|
||||||
|
musikdroid:
|
||||||
|
* Code cleanup and refactors with clearer names for major subsystems
|
||||||
|
* Dependency upgrades and migration to AndroidX
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
0.65.2
|
0.65.2
|
||||||
|
|
||||||
musikcube:
|
musikcube:
|
||||||
|
@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
|
|||||||
|
|
||||||
project(musikcube)
|
project(musikcube)
|
||||||
set (musikcube_VERSION_MAJOR 0)
|
set (musikcube_VERSION_MAJOR 0)
|
||||||
set (musikcube_VERSION_MINOR 65)
|
set (musikcube_VERSION_MINOR 70)
|
||||||
set (musikcube_VERSION_PATCH 1)
|
set (musikcube_VERSION_PATCH 0)
|
||||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||||
|
|
||||||
include(CMakeToolsHelpers OPTIONAL)
|
include(CMakeToolsHelpers OPTIONAL)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name musikcube
|
%define name musikcube
|
||||||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
||||||
%define version 0.65.1
|
%define version 0.70.0
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{dist}
|
Release: %{dist}
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 65
|
#define VERSION_MINOR 70
|
||||||
#define VERSION_PATCH 1
|
#define VERSION_PATCH 0
|
||||||
#define VERSION "0.65.1"
|
#define VERSION "0.70.0"
|
||||||
|
|
||||||
namespace musik {
|
namespace musik {
|
||||||
namespace cube {
|
namespace cube {
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user