From bba3cde2fcc23e2c548f72e736cf4b37225b38c7 Mon Sep 17 00:00:00 2001 From: Adolfo Santiago Date: Mon, 18 Oct 2021 06:40:28 +0200 Subject: [PATCH] Add HISTORY file, changelog for 1.0.2-beta1 --- HISTORY | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 HISTORY diff --git a/HISTORY b/HISTORY new file mode 100644 index 0000000..22a6147 --- /dev/null +++ b/HISTORY @@ -0,0 +1,7 @@ +Husky 1.0.2-beta1 - 2021-10-18 + - Fix: Videoplayer now plays videos correctly. + - Fix: Preview shows and hides the toot instead just showing it. + - Fix: Show video controls always at the bottom. + - Fix: Back button when no media is selected. + - UI: Debug text in the menu is changed. + - Updated: License notices, dependencies, flavors, Gradle files to Kotlin DSL.