Skip to content

Commit

Permalink
release-alpha: bump to alpha 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tee committed Jan 18, 2021
1 parent 75e6ee6 commit 0581c4a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion doc/user/conf.py
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -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: [
Expand Down

0 comments on commit 0581c4a

Please sign in to comment.