From 30092a865aa964b5747d651c0d7516512e0d0573 Mon Sep 17 00:00:00 2001 From: Maxime Bonvin Date: Wed, 10 Jun 2020 17:40:29 +0200 Subject: [PATCH] releasing 1.2.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b67fa73..8cdd6e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.2.1 (10/06/2020) +**Improvement:** + - Colorblind mode (difficulties badges can now have a letter or be grey-scaled) + - All pages are now "keep-alive", so you won't lose your search and filter if you change page. + - Preview button directly on the row in some tables (#43) + - Adjust naming convention to match ModAssistant and BeatSaverDownloader (#39) + - The song preview will now be stopped if you change page + ## v1.2.0 (18/05/2020) **Features:** - Rework of the whole UI, it now uses table and overall the app is denser. diff --git a/package.json b/package.json index 10d6caea..9ba6b13e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beatlist", "description": "App to create playlist for BeatSaber", - "version": "1.2.0", + "version": "1.2.1", "homepage": "https://github.com/Alaanor/beatlist", "repository": { "type": "git",