diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1aaa903 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +Changelog +--------- + +Version 1.0.1 +------------- +- Fixed bug with In-app purchase key that was crashing Settings screen + +Version 1.0.0 +------------- +- New options to sort movies and tv shows +- Bulgarian translation (by NEOhidra) +- German translation (by jonas2515) + +Version 0.9.2 +------------- +- Added new actions in remote: update/clean library and toggle fullscreen +- French translation (thanks Kowalski!) +- Bug fixes and visual tweaks + +Version 0.9.1 +------------- +- Improved library sync; +- Automatically switch to remove after media start; +- Visual tweaks. + +Version 0.9.0 +------------- +- First version + diff --git a/app/build.gradle b/app/build.gradle index d110ee7..a0b6e8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.syncedsynapse.kore2" minSdkVersion 15 targetSdkVersion 21 - versionCode 5 - versionName "1.0.0" + versionCode 6 + versionName "1.0.1" buildConfigField("String", "IAP_KEY", "\"${rootProject.property("IAP_KEY")}\"") }