mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-30 06:32:36 +00:00
Updated version and CHANGELOG for next release.
This commit is contained in:
parent
0ca5bb4bbb
commit
b57c32a518
@ -1,3 +1,13 @@
|
|||||||
|
0.96.3
|
||||||
|
|
||||||
|
* fixed a bug that could cause terminal output to get corrupted when switching
|
||||||
|
songs (@the-eater)
|
||||||
|
* fixed a bug that was preventing the update check from displaying a dialog on
|
||||||
|
completion.
|
||||||
|
* fixed now playing readout ellipsizing.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
0.96.2
|
0.96.2
|
||||||
|
|
||||||
* fixed a crash in HttpClient that was only manifesting on some architectures
|
* fixed a crash in HttpClient that was only manifesting on some architectures
|
||||||
|
@ -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 96)
|
set (musikcube_VERSION_MINOR 92)
|
||||||
set (musikcube_VERSION_PATCH 2)
|
set (musikcube_VERSION_PATCH 3)
|
||||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)
|
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)
|
||||||
|
@ -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.96.2
|
%define version 0.92.3
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{dist}
|
Release: %{dist}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: musikcube # you probably want to 'snapcraft register <name>'
|
name: musikcube # you probably want to 'snapcraft register <name>'
|
||||||
version: 0.96.2
|
version: 0.92.3
|
||||||
summary: a terminal-based music player, metadata indexer, and server
|
summary: a terminal-based music player, metadata indexer, and server
|
||||||
description: |
|
description: |
|
||||||
musikcube is a fully functional terminal-based music player, library, and
|
musikcube is a fully functional terminal-based music player, library, and
|
||||||
|
@ -37,10 +37,10 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 96
|
#define VERSION_MINOR 92
|
||||||
#define VERSION_PATCH 2
|
#define VERSION_PATCH 3
|
||||||
#define VERSION_COMMIT_HASH "#a0479c5b"
|
#define VERSION_COMMIT_HASH "#0ca5bb4b"
|
||||||
#define VERSION "0.96.2"
|
#define VERSION "0.92.3"
|
||||||
|
|
||||||
namespace musik {
|
namespace musik {
|
||||||
namespace cube {
|
namespace cube {
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user