Updated changelog for 3.2, pushed it into version name.

pull/14/head
Tim Su 14 years ago
parent 08b810be2f
commit 3e2c86ff72

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.timsu.astrid"
android:versionName="3.2.0" android:versionCode="147">
android:versionName="3.2.0 (build your own filters, easy sorting, customizable widget, ui improvements)"
android:versionCode="147">
<!-- widgets, alarms, and services will break if Astrid is installed on SD card -->
<!-- android:installLocation="internalOnly"> -->

@ -105,6 +105,7 @@ public final class UpgradeService {
if(from > V2_14_4 && from <= V3_1_0)
newVersionString(changeLog, "3.2.0 (8/16/10)", new String[] {
"Build your own custom filters from the Filter page",
"Easy task sorting (in the task list menu)",
"Create widgets from any of your filters",
"Synchronize with Producteev! (producteev.com)",
"Select tags by drop-down box",

Loading…
Cancel
Save