Bump version for release

Update release notes
This commit is contained in:
Synced Synapse 2017-02-01 18:53:50 +00:00
parent 4c82094601
commit 13abb4e9ea
3 changed files with 16 additions and 9 deletions

View File

@ -1,6 +1,18 @@
Changelog 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 Version 2.1.0
------------- -------------
- Add songs tab on Music section and Artist section and support for showing songs without album or artist - Add songs tab on Music section and Artist section and support for showing songs without album or artist

View File

@ -29,18 +29,13 @@ Credits
- [Jackson](https://github.com/FasterXML/jackson) - [Jackson](https://github.com/FasterXML/jackson)
- [Butterknife](http://jakewharton.github.io/butterknife/) - [Butterknife](http://jakewharton.github.io/butterknife/)
- [Picasso](http://square.github.io/picasso/) - [Picasso](http://square.github.io/picasso/)
- [OkHttp](http://square.github.io/okhttp/)
- [EventBus](https://github.com/greenrobot/EventBus) - [EventBus](https://github.com/greenrobot/EventBus)
- [JmDNS](http://jmdns.sourceforge.net/) - [JmDNS](https://github.com/jmdns/jmdns)
- [PagerSlidingTabStrip](https://github.com/astuetz/PagerSlidingTabStrip) - [PagerSlidingTabStrip](https://github.com/astuetz/PagerSlidingTabStrip)
- [FloatingActionButton](https://github.com/makovkastar/FloatingActionButton) - [FloatingActionButton](https://github.com/makovkastar/FloatingActionButton)
- [ExpandableTextView](https://github.com/Blogcat/Android-ExpandableTextView) - [ExpandableTextView](https://github.com/Blogcat/Android-ExpandableTextView)
**Translations**
- French - Kowalski
- Bulgarian - NEOhidra
- German - jonas2515
- Italian - Enrico Strocchi
Links Links
----- -----
@ -52,7 +47,7 @@ Links
License License
------- -------
Copyright 2015 XBMC Foundation Copyright 2017 XBMC Foundation
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -18,7 +18,7 @@ android {
applicationId "org.xbmc.kore" applicationId "org.xbmc.kore"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 25 targetSdkVersion 25
versionCode 14 versionCode 15
versionName = getVersionName() versionName = getVersionName()
} }