diff --git a/Battery Time Remaining/Battery Time Remaining-Info.plist b/Battery Time Remaining/Battery Time Remaining-Info.plist
index 701e7e2..210114b 100644
--- a/Battery Time Remaining/Battery Time Remaining-Info.plist
+++ b/Battery Time Remaining/Battery Time Remaining-Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.4.1
+ 1.5
CFBundleSignature
????
CFBundleURLTypes
diff --git a/Readme.md b/Readme.md
index ac191ef..cbadc82 100644
--- a/Readme.md
+++ b/Readme.md
@@ -3,6 +3,9 @@ Battery Time Remaining
Show the estimated battery time remaining on top of your screen in Mac OS X 10.8 Mountain Lion.
+![Normal mode](https://raw.github.com/codler/Battery-Time-Remaining/master/preview.png)
+![Advanced mode](https://raw.github.com/codler/Battery-Time-Remaining/master/preview_advanced.png)
+
Why does this project exists?
-----------------------------
@@ -37,6 +40,21 @@ Who did make this app?
Change log
----------
+2012-08-19 - **v1.5** - [diff](https://github.com/codler/Battery-Time-Remaining/compare/v1.4...v1.5)
+
+* Added language support ([mac-cain13](https://github.com/mac-cain13) [#9](https://github.com/codler/Battery-Time-Remaining/pull/9))
+* Added Dutch language ([mac-cain13](https://github.com/mac-cain13) [#9](https://github.com/codler/Battery-Time-Remaining/pull/9) [#10](https://github.com/codler/Battery-Time-Remaining/pull/10))
+* Added Swedish language ([codler](https://github.com/codler))
+* Added advanced mode section ([codler](https://github.com/codler))
+* Show battery temperature (advanced mode) ([codler](https://github.com/codler))
+* Show power usage (advanced mode) ([codler](https://github.com/codler))
+* Show battery cycle count (advanced mode) ([codler](https://github.com/codler))
+* Show battery in mAh (advanced mode) ([codler](https://github.com/codler))
+* Improved battery icon ([codler](https://github.com/codler) [#8](https://github.com/codler/Battery-Time-Remaining/issues/8))
+* Improved app icon ([codler](https://github.com/codler) [#11](https://github.com/codler/Battery-Time-Remaining/issues/11))
+* Code improvements ([codler](https://github.com/codler))
+* Smaller text in menubar ([codler](https://github.com/codler) [#12](https://github.com/codler/Battery-Time-Remaining/issues/12))
+
2012-08-15 - **v1.4** - [diff](https://github.com/codler/Battery-Time-Remaining/compare/v1.3...v1.4)
* App sandbox ([codler](https://github.com/codler))
diff --git a/build_version b/build_version
index c793025..301160a 100644
--- a/build_version
+++ b/build_version
@@ -1 +1 @@
-7
\ No newline at end of file
+8
\ No newline at end of file
diff --git a/preview.png b/preview.png
new file mode 100644
index 0000000..8d27ca4
Binary files /dev/null and b/preview.png differ
diff --git a/preview_advanced.png b/preview_advanced.png
new file mode 100644
index 0000000..4fd8e5b
Binary files /dev/null and b/preview_advanced.png differ