Compare commits

...

1 Commits

Author SHA1 Message Date
Nut.andor
8a70911ce1 whatsnew 2023-05-21 19:39:21 +02:00
3 changed files with 28 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gpl.rpg.AndorsTrail"
android:versionCode="72"
android:versionName="0.8.7beta"
android:versionName="0.8.7"
android:installLocation="auto"
>

View File

@@ -24,11 +24,11 @@ public final class AndorsTrailApplication extends Application {
public static final boolean DEVELOPMENT_DEBUGRESOURCES = false;
public static final boolean DEVELOPMENT_FORCE_STARTNEWGAME = false;
public static final boolean DEVELOPMENT_FORCE_CONTINUEGAME = false;
public static final boolean DEVELOPMENT_DEBUGBUTTONS = true;
public static final boolean DEVELOPMENT_DEBUGBUTTONS = false;
public static final boolean DEVELOPMENT_FASTSPEED = false;
public static final boolean DEVELOPMENT_VALIDATEDATA = true;
public static final boolean DEVELOPMENT_DEBUGMESSAGES = true;
public static final String CURRENT_VERSION_DISPLAY = "0.8.7beta";
public static final boolean DEVELOPMENT_VALIDATEDATA = false;
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;
public static final String CURRENT_VERSION_DISPLAY = "0.8.7";
public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*");
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS || DEVELOPMENT_FASTSPEED || !IS_RELEASE_VERSION;
public static final int DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION = 999;

View File

@@ -1,6 +1,29 @@
I put both (release notes + forum announcement) into this source, so it will be easier to maintain them parallel:
APK 72 (0.8.6.1) Another Ratdom bug fix
Release notes
=============
* Fixed: Not able to complete quest "More rats!"
* Translation updates
Forum announcement //2023-05-21
==================
Hello adventurers,
we had to create another bug fix version (v0.8.61)
[list]In certain cases the quest "More rats!" could not be completed.
[/list]
Here is is the link on our server: [url]https://andorstrail.com/static/AndorsTrail_v0.8.6.1.apk[/url]
Google Play, F-Droid and Itch will follow soon.
APK 71 (0.8.6) Ratdom bug fixes
Release notes