Skip to content

Commit

Permalink
1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlGao4 committed May 18, 2024
1 parent a0e879d commit 2552d06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/GuiMain.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2b2"
__version__ = "1.2"

LICENSE = f"""Demucs-GUI {__version__}
Copyright (C) 2022-2024 Carl Gao, Jize Guo, Rosario S.E.
Expand Down
9 changes: 9 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Note: Versions in *italic* means that the release is a beta version.

### 1.2
Release date: May. 18, 2024

#### Fixes
1. Fixed an issue that "copy video stream" can't deal with pure audio files with no video stream
2. Added diffq as a requirement so quantized models can be used
3. Fix segment length may greater than max available length which will cause an error
4. Will only warn the user once if output file name and FFMpeg command may illegal

### *1.2b2*
Release date: May. 13, 2024

Expand Down

0 comments on commit 2552d06

Please sign in to comment.