husky/HISTORY

34 lines
1.2 KiB
Text
Raw Normal View History

2021-12-08 18:13:29 +00:00
Husky 1.0.2 - 2021-12-08
- App: Update versions for the version 1.0.2 release.
Husky 1.0.2-beta3 - 2021-12-01
- Gradle: Enable Minify and Shrink resources for release builds.
Updated dependencies:
- Kotlin (1.5.31 -> 1.5.32)
- materialDrawer (8.2.0 -> 8.4.5)
Husky 1.0.2-beta2 - 2021-11-20
- Added: ZWSP character support to non-spaced emojis.
- App: Add fragmentviewbindingdelegate-kt library instead of the class.
- App: Init refactoring.
- Gradle: Remove Beta suffix for package naming.
- Gradle: Fixed build.gradle.ktx in app, it was not properly formed.
- Gradle: References and general cleanup.
- Repo: Tracked files removed.
Updated dependencies:
- appcompat (1.2.0 -> 1.3.1)
- constraintlayout (2.1.1 -> 2.1.2)
- fragmentviewbindingdelegateKt (1.0.0)
- exifInterface (1.3.2 -> 1.3.3)
- lifecycle (2.2.0 -> 2.3.1)
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.