Release 1.2.0
This commit is contained in:
parent
d4fea4419a
commit
3146f414d1
4 changed files with 20 additions and 2 deletions
5
HISTORY
5
HISTORY
|
@ -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.
|
||||
|
||||
|
|
7
fastlane/metadata/android/en-US/changelogs/180.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/180.txt
Normal 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.
|
6
fastlane/metadata/android/ru/changelogs/180.txt
Normal file
6
fastlane/metadata/android/ru/changelogs/180.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Husky 1.2.0
|
||||
|
||||
Список изменений:
|
||||
- Добавлена возможность скрыть полные ваши имя и инстанс в "Живых уведомлениях".
|
||||
- Исправлено создание фильтров.
|
||||
- Больше кода мигрировано на ViewBinding.
|
|
@ -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 = [:]
|
||||
|
|
Loading…
Reference in a new issue