Skip to content

Commit

Permalink
release-beta: bump to beta 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tee committed Nov 6, 2022
1 parent cd9aed1 commit 1db9020
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,27 @@ SPDX-License-Identifier: FSFAP
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.0-beta.4.1.1] - 2022-11-06
### Added
- Allow setting per-region colors

### Changed
- Show error message if failed to write to GSettings backend on first run
- Build: bump glib requirement to 2.70 (for GStrvBuilder)
- Build: link weakjack as a static lib instead of including its source directly
- Use real path (symlinks traversed) of plugins when caching
- Audio functions: use SIMD implementations for reverse/normalize
- Instantiate plugins anyway even if loading their state fails
- Show all UI messages on top of the active window instead of the main window
- Clean up/reorganize timeline context menu
- Make LV2 scan quieter
- Improve audio wave drawing performance
- Allow zooming in/out more

### Fixed
- Fix upgrading v1 projects being broken
- Fix crash when applying audio functions to large clips

## [1.0.0-beta.4.0.1] - 2022-11-03
### Added
- Add clipping detection when exporting audio
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.0-beta.4.0.1
1.0.0-beta.4.1.1

0 comments on commit 1db9020

Please sign in to comment.