From 0581c4a00de4729d1171d53b9a5e3581eb517c93 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Mon, 18 Jan 2021 09:09:29 +0000 Subject: [PATCH] release-alpha: bump to alpha 8.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ doc/user/conf.py | 2 +- meson.build | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe40ebf9..bf31809f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.0.0-alpha.8.0.1] - 2021-01-18 +### Added +- Moving region markers is now undoable + +### Changed +- Do not attempt to draw regions if visible width is 0 +- Refactor each plugin action into a single mixer selections action +- Refactor each track action into a single tracklist selections action +- Add Arch Linux to exceptions in trademark policy + +### Fixed +- Fix automation region mute +- Fix crash when cloning from insert into new track +- Fix crash when moving two effects in the mixer and the new position overlaps one of them +- Fix start/end markers being deletable +- Fix right channel having lower volume after recording audio in mono +- Fix crash when reaching transport loop end and metronome enabled +- Fix crash when moving a plugin to a slot that has another plugin +- Fix crash when deleting all visible tracks +- Fix regions of hidden tracks being shown in the timeline +- Fix crash when holding down ctrl-d for a long time + ## [1.0.0-alpha.7.1.1] - 2021-01-03 ### Added - Add `--gen-project` option to generate projects from Guile scripts diff --git a/doc/user/conf.py b/doc/user/conf.py index ef64dfea5..a9cd23b9a 100644 --- a/doc/user/conf.py +++ b/doc/user/conf.py @@ -30,7 +30,7 @@ from subprocess import check_output # The full version, including alpha/beta/rc tags -release = '1.0.0-alpha.7.1.1' +release = '1.0.0-alpha.8.0.1' # The short X.Y version version = release[:-4] diff --git a/meson.build b/meson.build index b721384df..0b6a2e870 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ project ( 'zrythm', ['c', 'cpp'], - version: '1.0.0-alpha.7.1.1', + version: '1.0.0-alpha.8.0.1', license: 'AGPL-3-or-later', meson_version: '>= 0.55.0', default_options: [