v0.4.1a: manifest commit

This commit is contained in:
Evan Debenham 2016-08-09 20:50:24 -04:00
parent 1cdba23d84
commit 294b125d03
2 changed files with 11 additions and 8 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="114"
android:versionName="0.4.1"
android:versionCode="115"
android:versionName="0.4.1a"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -37,7 +37,15 @@ import com.watabou.noosa.ui.Component;
public class ChangesScene extends PixelScene {
private static final String TXT_Update =
"_0.4.1:_\n" +
"_v0.4.1a:_\n" +
"- Various bug and crash fixes\n" +
"- Evil eyes now resist damage while charging\n" +
"- Runic blade damage decreased\n" +
"- Flail damage increased\n" +
"- Ring of Force damage increased\n" +
"- Horn of Plenty adjusted, now stronger\n" +
"\n" +
"_v0.4.1:_\n" +
"Armor Balance Changes:\n" +
"- Armor now has a min damage block value\n" +
"- Armor gains more blocking from upgrades\n" +
@ -88,17 +96,12 @@ public class ChangesScene extends PixelScene {
"- Improved donator menu button visuals\n" +
"- Chasms now deal less damage, but bleed\n" +
"- Increased the efficiency of data storage\n" +
"- Translation updates\n" +
"- Various bugfixes\n" +
"\n" +
"_v0.4.0:_\n" +
"- Changes to weapons, enchants & glyphs.\n" +
"- Curses now give negative effects\n" +
"- Curses now harder to remove\n" +
"- Upgrades reduce str requirements less\n" +
"- Huntress now starts with knuckleduster\n" +
"- Assassin sneak bonus damage reduced\n" +
"- Gladiator's clobber now inflicts vertigo\n" +
"\n" +
"_v0.3.5:_ Reworked Warrior & subclasses\n" +
"\n"+