diff --git a/CHANGELOG.md b/CHANGELOG.md index 1765784..e1504d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog --------- +Version 2.2.0 +------------- +- Redesign settings screen +- Redesign TV show details to include next episodes and seasons list +- Show volume level on the Now Playing screen +- Added various new sort options on movies, TV shows and albums lists +- Improved songs list, showing the artist name on each song +- Support sharing to Kodi plain video urls +- New option: keep screen on when using the remote +- Various UI tweaks +- Bug fixes + Version 2.1.0 ------------- - Add songs tab on Music section and Artist section and support for showing songs without album or artist diff --git a/README.md b/README.md index 8504111..42566d6 100644 --- a/README.md +++ b/README.md @@ -29,18 +29,13 @@ Credits - [Jackson](https://github.com/FasterXML/jackson) - [Butterknife](http://jakewharton.github.io/butterknife/) - [Picasso](http://square.github.io/picasso/) +- [OkHttp](http://square.github.io/okhttp/) - [EventBus](https://github.com/greenrobot/EventBus) -- [JmDNS](http://jmdns.sourceforge.net/) +- [JmDNS](https://github.com/jmdns/jmdns) - [PagerSlidingTabStrip](https://github.com/astuetz/PagerSlidingTabStrip) - [FloatingActionButton](https://github.com/makovkastar/FloatingActionButton) - [ExpandableTextView](https://github.com/Blogcat/Android-ExpandableTextView) -**Translations** -- French - Kowalski -- Bulgarian - NEOhidra -- German - jonas2515 -- Italian - Enrico Strocchi - Links ----- @@ -52,7 +47,7 @@ Links License ------- - Copyright 2015 XBMC Foundation + Copyright 2017 XBMC Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/app/build.gradle b/app/build.gradle index 3180ce7..c72c8a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 25 - versionCode 14 + versionCode 15 versionName = getVersionName() }