mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Version bump and CHANGELOG update.
This commit is contained in:
parent
a5423fdc4e
commit
c3ee55f89d
@ -1,3 +1,15 @@
|
||||
0.96.4
|
||||
|
||||
* fixed some difficult-to-reproduce issues that could corrupt layout.
|
||||
* optimized app resize logic so its simpler and more performant.
|
||||
* fixed issues with terminal emulators on macOS that support REP (e.g. kitty)
|
||||
by linking against the less buggy, homebrew-provided version of ncurses.
|
||||
* upgraded to the most recent version of Android Studio tooling for the
|
||||
musikdroid app.
|
||||
* ongoing warning cleanups against more modern compilers.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.96.3
|
||||
|
||||
* fixed a bug that could cause terminal output to get corrupted when switching
|
||||
|
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 96)
|
||||
set (musikcube_VERSION_PATCH 3)
|
||||
set (musikcube_VERSION_PATCH 4)
|
||||
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.3
|
||||
%define version 0.96.4
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: musikcube # you probably want to 'snapcraft register <name>'
|
||||
version: 0.96.3
|
||||
version: 0.96.4
|
||||
summary: a terminal-based music player, metadata indexer, and server
|
||||
description: |
|
||||
musikcube is a fully functional terminal-based music player, library, and
|
||||
|
@ -38,9 +38,9 @@
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 96
|
||||
#define VERSION_PATCH 3
|
||||
#define VERSION_COMMIT_HASH "#b445db57"
|
||||
#define VERSION "0.96.3"
|
||||
#define VERSION_PATCH 4
|
||||
#define VERSION_COMMIT_HASH "#3c77c21e"
|
||||
#define VERSION "0.96.4"
|
||||
|
||||
namespace musik {
|
||||
namespace cube {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user