From 2552d065d7b3722acc27ff762bc62cf66af52bc5 Mon Sep 17 00:00:00 2001 From: CarlGao4 Date: Sat, 18 May 2024 22:42:37 +0800 Subject: [PATCH] 1.2 --- GUI/GuiMain.py | 2 +- history.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/GUI/GuiMain.py b/GUI/GuiMain.py index c26e8cc..5294046 100644 --- a/GUI/GuiMain.py +++ b/GUI/GuiMain.py @@ -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. diff --git a/history.md b/history.md index 5a5ea47..276c830 100644 --- a/history.md +++ b/history.md @@ -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