From 92dec834ccf550a3a7dc32e1e1488574ac6e62ef Mon Sep 17 00:00:00 2001 From: Zhong Jianxin Date: Mon, 21 Feb 2022 22:58:43 +0800 Subject: [PATCH] Release v1.0 * Support Linux/macOS using Nix * All platforms: - Add real GUI alongside CLI - GUI allow adding files to transcribe queue * Windows: - Right-click menu supports multiple files - Update pytorch to 1.10.2 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a5538da..10530e5 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,16 @@ To upgrade pianotrans, run `nix profile upgrade github:azuwis/pianotrans`. ### Changelog +#### [1.0] - 2022-02-21 + +* Support Linux/macOS using Nix +* All platforms: + - Add real GUI alongside CLI + - GUI allow adding files to transcribe queue +* Windows: + - Right-click menu supports multiple files + - Update pytorch to 1.10.2 + #### [0.2.1] - 2021-12-23 * Update pytorch to 1.10.1.