Skip to content

Commit

Permalink
0.7.1 -> 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
btimofeev committed Oct 15, 2019
1 parent fb841dc commit 5eb3848
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]
### Added
### Changed
### Fixed

## [0.8] - 2019-10-15
### Added
- update repository in background once a day (default on)
- update repository on opening (default off)
- support Android 10
Expand All @@ -10,7 +15,8 @@
- placeholder images (thanks to [NEUD](https://vk.com/neudd))

### Changed
- update SDL 2.0.10, SDL2_image 2.0.5, SDL2_mixer 2.0.4, SDL2_ttf 2.0.15
- update INSTEAD 3.3.1
- update SDL 2.0.10 (and patch https://hg.libsdl.org/SDL/rev/131ea7dcc225), SDL2_image 2.0.5, SDL2_mixer 2.0.4, SDL2_ttf 2.0.15

### Fixed
- fixed crash when updating the repository
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.emunix.insteadlauncher"
minSdkVersion 21
targetSdkVersion 29
versionCode 701
versionName "0.7.1"
versionCode 800
versionName "0.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/800.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Added:
- update repository in background once a day (default on)
- update repository on opening (default off)
- support Android 10
- dark theme
- animations when changing activities
- placeholder images (thanks to https://vk.com/neudd)

Changed:
- update INSTEAD 3.3.1
- update SDL 2.0.10 (and patch https://hg.libsdl.org/SDL/rev/131ea7dcc225), SDL2_image 2.0.5, SDL2_mixer 2.0.4, SDL2_ttf 2.0.15

Fixed:
- fixed crash when updating the repository
17 changes: 15 additions & 2 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@ Collection of text quests on the engine INSTEAD.

Most of the games are in Russian, but there are games in English and Spanish:

* in English: The Returning of the Quantum Cat, I.A.G. Alpha, Constellation, Mainland, Return of Red Hood, Crash Dive
* in Spanish: Mansion
* in English:
- The Returning of the Quantum Cat
- I.A.G. Alpha
- Constellation
- Mainland
- Return of Red Hood
- Crash Dive!
- Semyon The Hamster 1
- Am I a monster?
- Kingdom of Grain
- Mirror
- Kayleth

* in Spanish:
- Mansion

You can find these games with the search button inside the app.

Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/ru-RU/changelogs/800.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Добавлено:
- фоновое обновление репозитория один раз в день (включено по-умолчанию)
- обновление репозитория при открытии (по-умолчанию выключено)
- поддержка Android 10
- тёмная тема
- анимации при переходе между экранами
- картинки-плейсхолдеры с котиками (спасибо художнику https://vk.com/neudd)

Изменено:
- INSTEAD обновлён до версии 3.3.1
- обновлены библиотеки SDL 2.0.10 (и патч https://hg.libsdl.org/SDL/rev/131ea7dcc225), SDL2_image 2.0.5, SDL2_mixer 2.0.4, SDL2_ttf 2.0.15

Исправлено:
- падение программы при обновлении репозитория

0 comments on commit 5eb3848

Please sign in to comment.