Skip to content

Commit

Permalink
Updated doc 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Jun 21, 2014
1 parent d4aa614 commit aa5f76c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
Change Log
===============================================================================

Version 1.5.0 *(2014-xx-xx)*
Version 1.5.1 *(2014-06-20)*
----------------------------
* Added new changelogbug and changelogimprovement tags to use fixed prefix in changelog text [(doc)](https://github.com/gabrielemariotti/changeloglib/tree/master/doc/CUSTOMIZATION.md#bug-and-improvement-tags)
* Added a feature to make hyperlinks
* Updated to gradle 1.12 and gradle-plugin 0.11


Version 1.5.0 *(2014-06-20)*
----------------------------
* Don't use it!


Version 1.4.0 *(2013-11-19)*
----------------------------
* Added a new feature to use an url to download your changelog.xml file [(doc)](https://github.com/gabrielemariotti/changeloglib/tree/master/doc/CUSTOMIZATION.md#use-an-url-to-download-the-changelog.xml-file)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ChangeLog Library

ChangeLog Library provides an easy way to display a change log in your Android app.

Travis master: [![Build Status](https://travis-ci.org/gabrielemariotti/changeloglib.svg?branch=master)](https://travis-ci.org/gabrielemariotti/changeloglib)
Travis dev: [![Build Status](https://travis-ci.org/gabrielemariotti/changeloglib.svg?branch=dev)](https://travis-ci.org/gabrielemariotti/changeloglib)

Expand All @@ -12,7 +13,7 @@ Travis dev: [![Build Status](https://travis-ci.org/gabrielemariotti/changeloglib

* **Sample** application: The demo is a showcase of the functionality of the library.

[![Get it on Google Play](http://www.android.com/images/brand/get_it_on_play_logo_small.png)](https://play.google.com/store/apps/details?id=it.gmariotti.changelibs.demo)
[![Get it on Google Play](http://www.android.com/images/brand/get_it_on_play_logo_small.png)](https://play.google.com/store/apps/details?id=it.gmariotti.changelog.demo)

* Browse the [source code of the sample application](/ChangeLogDemo) for a complete example of use.

Expand Down Expand Up @@ -83,7 +84,7 @@ See the customisation [page:](/doc/CUSTOMIZATION.md) for more information.
ChangeLog Library is pushed to Maven Central as a AAR, so you just need to add the following dependency to your `build.gradle`.

dependencies {
compile 'com.github.gabrielemariotti.changeloglib:library:1.5.0'
compile 'com.github.gabrielemariotti.changeloglib:library:1.5.1'
}

[To build the library and demo locally you can see this page for more info](/doc/BUILD.md).
Expand Down
2 changes: 1 addition & 1 deletion doc/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can add this library to your project adding a dependency to your `build.grad
Card Library is pushed to Maven Central as a AAR, so you just need to add the following dependency to your `build.gradle`.

dependencies {
compile 'com.github.gabrielemariotti.changeloglib:library:1.5.0'
compile 'com.github.gabrielemariotti.changeloglib:library:1.5.1'
}


Expand Down
6 changes: 4 additions & 2 deletions doc/CUSTOMIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,15 @@ You can use:
If you need a hiperlink you can obtain it with:

```xml
<changelogbug>Fixed a [a href="http://www.google.it"]number[/a] of bugs with the Gmail and SMS extensions</changelogbug>
<changelogbug>Fixed a [a href="http://www.google.it"]number[/a] of bugs with the
Gmail and SMS extensions</changelogbug>
```

Of course you can use standard android notation:

```xml
<changelogimprovement><![CDATA[Option to specify a <a href="http://www.google.it">manual</a> location for weather]]></changelogimprovement>
<changelogimprovement><![CDATA[Option to specify a <a href="http://www.google.it">manual</a>
location for weather]]></changelogimprovement>
<changelogtext><![CDATA[<b><font color=red>New!</font></b> Translations for Greek,
Dutch and Brazilian Portuguese]]>
</changelogtext>
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.5.1-SNAPSHOT
VERSION_CODE=7
VERSION_NAME=1.5.2-SNAPSHOT
VERSION_CODE=9
GROUP=com.github.gabrielemariotti.changeloglib

POM_DESCRIPTION=Android Library to display your changelog
Expand Down

0 comments on commit aa5f76c

Please sign in to comment.