Skip to content

Commit

Permalink
Release 1.8.0-62
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDrHax committed Aug 17, 2017
1 parent 59eb571 commit 69cb2ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.8.0-62:
Капча:
+ Модуль автоматического распознавания капчи! (ссылка в главном меню)
+ Ввод кода с русской раскладки (а-a, б-b, с-c, д-d, е-e, ф-f)
+ Ввод кода напрямую из уведомления (Android 7.0+, включается в настройках)

--

1.7.7-61:
* Исправлено падение приложения на Android старше 5.0
* Исправлен сброс диалога капчи при повороте экрана
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'pw.thedrhax.mosmetro'
minSdkVersion 11
targetSdkVersion 25
versionCode 61
versionName "1.7.7"
versionCode 62
versionName "1.8.0"

// GitHub Pages
buildConfigField "String", "\$GITHUB", "\"https://thedrhax.github.io/mosmetro-android\""
Expand Down

0 comments on commit 69cb2ae

Please sign in to comment.