From 549cf9b9b7bd845568896acd22fee4b4aa01d56f Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 6 Oct 2019 21:38:52 +0200 Subject: [PATCH] prepare new version number 1.4 --- CHANGELOG | 3 ++- desktop/desktop.desktop | 2 +- engine/config.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e6562b1..d9b676b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,8 +6,9 @@ Activate the first pattern for all three tracks on a new project to ease up star Set default drums track for new projects to use GM Drum note names and start with a good scale Use Median Velocity for new notes, not average. Remove global jack transport stop on normal program exit -Provide icons in all common sizes +Reactivate OpenGL acceleration Submenus now have OK and Cancel buttons, not only shortcuts. +Provide icons in all common sizes Various bugfixes and cosmetical changes. 2019-07-15 Version 1.3 diff --git a/desktop/desktop.desktop b/desktop/desktop.desktop index 865c148..6a33807 100644 --- a/desktop/desktop.desktop +++ b/desktop/desktop.desktop @@ -10,4 +10,4 @@ Terminal=false StartupNotify=false Categories=AudioVideo;Audio;X-Recorders;X-Multitrack;X-Jack; X-NSM-capable=true -Version=1.3 +Version=1.4 diff --git a/engine/config.py b/engine/config.py index ca1cdb5..12686f6 100644 --- a/engine/config.py +++ b/engine/config.py @@ -17,7 +17,7 @@ METADATA={ #patroneo. But in complex programs with a bright future it will be "laborejo1" "laborejo2" etc. "shortName" : "patroneo", - "version" : "1.3", + "version" : "1.4", "year" : "2019", "author" : "Laborejo Software Suite", "url" : "https://www.laborejo.org/patroneo",