Skip to content

Commit bfaa0e9

Browse files
committed
0.8.3 -> 0.8.4
1 parent 183c79a commit bfaa0e9

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [0.8.4] - 2021-?-?
3+
## [0.8.4] - 2021-03-06
44
### Changed
5-
- update INSTEAD 3.3.3
5+
- INSTEAD updated to version 3.3.3
66
### Fixed
77
- fixed a bug when the list of games scrolled to the beginning after installing the game
88
- fixed overlapping buttons in the about game screen

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "org.emunix.insteadlauncher"
1111
minSdkVersion 21
1212
targetSdkVersion 30
13-
versionCode 80301
14-
versionName "0.8.3"
13+
versionCode 80400
14+
versionName "0.8.4"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
ndk {
1717
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- INSTEAD updated to version 3.3.3
2+
- fixed a bug when the list of games scrolled to the beginning after installing the game
3+
- fixed overlapping buttons in the about game screen
4+
- fixed clipping of text with large font

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Collection of text quests on the engine INSTEAD.
22

3-
Most of the games are in Russian, but there are games in English and Spanish:
3+
Most of the games are in Russian, but there are games in English, Spanish and French:
44

55
* in English:
66
- The Returning of the Quantum Cat
@@ -19,6 +19,9 @@ Most of the games are in Russian, but there are games in English and Spanish:
1919
* in Spanish:
2020
- Mansion
2121

22+
* in French:
23+
- Dark Crystal
24+
2225
You can find these games with the search button inside the app.
2326

2427
If you want to create your own game and publish it in the repository, start by reading the documentation https://github.com/instead-hub/instead/blob/master/doc/stead3-en.md
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- INSTEAD обновлён до версии 3.3.3
2+
- исправлена ошибка при которой список игр проматывался в начало после установки игры
3+
- исправлено перекрытие текста кнопками на экране Об игре
4+
- исправлен обрезанный текст при большом размере системного шрифта

0 commit comments

Comments
 (0)