Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
Update release notes
  • Loading branch information
SyncedSynapse committed Feb 1, 2017
1 parent 4c82094 commit 13abb4e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----

Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
applicationId "org.xbmc.kore"
minSdkVersion 15
targetSdkVersion 25
versionCode 14
versionCode 15
versionName = getVersionName()
}

Expand Down

0 comments on commit 13abb4e

Please sign in to comment.