Release 1.2.0

This commit is contained in:
Adolfo Santiago 2022-05-09 18:09:20 +02:00
parent d4fea4419a
commit 3146f414d1
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Husky 1.2.0 - 2022-05-09
- Add: Hide your full username in the "Live Notifications persistent" push.
- Fix: Creating filters.
- Migrated to ViewBinding more code.
Husky 1.1.3 - 2022-04-25
- Fix: Crash when accessing to the Drafts section.

View File

@ -0,0 +1,7 @@
Husky 1.2.0
Changelog:
- Added the posibility to hide your full username + instance in the "Live
Notifications persistent" push notification.
- Fix creating filters.
- Migrated to ViewBinding more code.

View File

@ -0,0 +1,6 @@
Husky 1.2.0
Список изменений:
- Добавлена возможность скрыть полные ваши имя и инстанс в "Живых уведомлениях".
- Исправлено создание фильтров.
- Больше кода мигрировано на ViewBinding.

View File

@ -9,8 +9,8 @@ buildVersions.jdkVersion = "${buildVersions.javaCompat}"
buildVersions.encoding = "UTF-8"
buildVersions.versionCode = 179
buildVersions.versionName = "1.1.3"
buildVersions.versionCode = 180
buildVersions.versionName = "1.2.0"
// Beta version info
def beta = [:]