Skip to content

Commit

Permalink
Bumped version to v1.1-alpha. Added CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jan 31, 2012
1 parent f295c70 commit ff2d3c6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.wikipedia"
android:versionCode="1"
android:versionName="1.0"
android:versionCode="4"
android:versionName="1.1alpha1"
android:installLocation="auto">
<supports-screens android:xlargeScreens="true" android:largeScreens="true"
android:normalScreens="true" android:smallScreens="true"
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# CHANGELOG

## v1.1 ##

- Integration with QuickSearch in Android
- Open Wikipedia links from other apps in the Wikipedia App
- OSM replaced Google Maps for nearby view
- Added Did You Mean? to search results
- Moved to jQuery off Zepto
- Touching co-ordinates inside articles shows map overlay
- Full text search
- Added 'Clear History'
- Added 'Clear Saved Pages'
- Localized a few messages that were missing
- Enable app to be saved to SD card
- Major code-refactor, still needs more love :)
- Improved tablet experienced
- Move to using Hogan.js for templating
2 changes: 1 addition & 1 deletion assets/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<div class="scroller">
<div id="about-page-content">
<img src="image/logo.png" />
<p id="about-version"><msg key="about-version"></msg> 1.0</p>
<p id="about-version"><msg key="about-version"></msg> 1.1-alpha1</p>
<a id="about-wmf-logo" href="http://wikimediafoundation.org/"><img src="image/wmf.png" /></a>
<p id="about-copyright"><msg key="about-copyright"></msg></p>
<p id="about-license"><msg key="about-license"></msg></p>
Expand Down

0 comments on commit ff2d3c6

Please sign in to comment.