mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-29 12: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
|
||||
|
||||
* fixed a crash in HttpClient that was only manifesting on some architectures
|
||||
|
@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 96)
|
||||
set (musikcube_VERSION_PATCH 2)
|
||||
set (musikcube_VERSION_MINOR 92)
|
||||
set (musikcube_VERSION_PATCH 3)
|
||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name musikcube
|
||||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
||||
%define version 0.96.2
|
||||
%define version 0.92.3
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
|
@ -1,5 +1,5 @@
|
||||
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
|
||||
description: |
|
||||
musikcube is a fully functional terminal-based music player, library, and
|
||||
|
@ -37,10 +37,10 @@
|
||||
#include <string>
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 96
|
||||
#define VERSION_PATCH 2
|
||||
#define VERSION_COMMIT_HASH "#a0479c5b"
|
||||
#define VERSION "0.96.2"
|
||||
#define VERSION_MINOR 92
|
||||
#define VERSION_PATCH 3
|
||||
#define VERSION_COMMIT_HASH "#0ca5bb4b"
|
||||
#define VERSION "0.92.3"
|
||||
|
||||
namespace musik {
|
||||
namespace cube {
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user