Merge lp:~vthompson/music-app/refactor-bump-version into lp:music-app

Proposed by Victor Thompson
Status: Merged
Approved by: Andrew Hayzen
Approved revision: 857
Merged at revision: 857
Proposed branch: lp:~vthompson/music-app/refactor-bump-version
Merge into: lp:music-app
Diff against target: 71 lines (+40/-2)
3 files modified
app/music-app.qml (+1/-1)
debian/changelog (+38/-0)
manifest.json.in (+1/-1)
To merge this branch: bzr merge lp:~vthompson/music-app/refactor-bump-version
Reviewer Review Type Date Requested Status
Andrew Hayzen Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+258715@code.launchpad.net

Commit message

Update version 2.1 in preparation for release of refactor series.

Description of the change

Update version 2.1 in preparation for release of refactor series.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

LGTM, thanks for figuring out the changelog :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'app/music-app.qml'
2--- app/music-app.qml 2015-04-29 00:55:02 +0000
3+++ app/music-app.qml 2015-05-10 00:46:12 +0000
4@@ -273,7 +273,7 @@
5
6 // VARIABLES
7 property string musicName: i18n.tr("Music")
8- property string appVersion: '2.0'
9+ property string appVersion: '2.1'
10 property bool toolbarShown: musicToolbar.visible
11 property bool selectedAlbum: false
12 property alias firstRun: startupSettings.firstRun
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2014-10-29 12:04:22 +0000
16+++ debian/changelog 2015-05-10 00:46:12 +0000
17@@ -1,3 +1,41 @@
18+music-app (2.1) vivid; urgency=medium
19+
20+ [ Andrew Hayzen ]
21+ * Fixes and add preloading compatibility to ColumnFlow.qml.
22+ * Only autoset the source due to queue count changes when the queue worker has completed.
23+ * Improve the way the currentIndex is restored so that there is less/no delay.
24+ * Delay urlhandler/content-hub calls until after walkthrough is complete. Fixes: https://bugs.launchpad.net/bugs/1438317.
25+ * Make SongsView and ArtistView adaptive. Fixes: https://bugs.launchpad.net/bugs/1436771.
26+ * Ensure dialogs are closed before popping a page. Fixes: https://bugs.launchpad.net/bugs/1435658.
27+ * Split content-hub, uri-handler and metrics into Helpers.
28+ * Split the NowPlaying page into NowPlaying, Queue and NowPlayingToolbar
29+ * Destroy dialog before popping page. Fixes: https://bugs.launchpad.net/bugs/1428450.
30+ * Move delegates into their own folder in components
31+ * Create generic MultiSelectListView.qml for handling multiselect
32+ * Do not allow LibraryEmptyState loader to be active if content-hub is running. Fixes: https://bugs.launchpad.net/bugs/1418366.
33+ * Move all Dialog components into their own files in components/Dialog.
34+ * Create common components for Play All, Queue All and Shuffle buttons within 'Views'.
35+ * Split EmptyStates into a page (for noMusic) and a component (for noPlaylists) and load in async.
36+ * Move existing head states into HeadState folder
37+ * Make use of SDK PageStack.push(url, properties) instead of creating the component, object and pushing ourselves.
38+ * Rename common to components
39+ * Move pages into separate /ui folder
40+ * Fix for autopilot launcher detection for debian mode.
41+ * Move applications files into app folder. Fixes: https://bugs.launchpad.net/bugs/1357319.
42+
43+ [ Darran Kelinske ]
44+ * Added a test case for deleting a playlist. Fixes: https://bugs.launchpad.net/bugs/1428454.
45+
46+ [ Victor Thompson ]
47+ * Prevent click build warnings for unterminated string literals
48+ * Improve multiselect delete for playlist items. Fixes: https://bugs.launchpad.net/bugs/1439185.
49+ * Force active focus to dialogs. Fixes: https://bugs.launchpad.net/bugs/1435260.
50+ * Merge from trunk to refactor to pull in trunk revision 832 and updated translations.
51+ * Trigger list reset animation when the index did not change. Fixes: https://bugs.launchpad.net/bugs/1428913.
52+ * Do not show toolbar in the 'Select playlist' view. Fixes: https://bugs.launchpad.net/bugs/1417823.
53+
54+ -- Victor Thompson <victor.thompson@gmail.com> Sun, 09 May 2015 19:31:23 -0500
55+
56 music-app (2.0) utopic; urgency=medium
57
58 * Fix for cover art getting out of sync on the SongsPage.qml
59
60=== modified file 'manifest.json.in'
61--- manifest.json.in 2015-01-28 17:45:43 +0000
62+++ manifest.json.in 2015-05-10 00:46:12 +0000
63@@ -14,7 +14,7 @@
64 "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
65 "name": "@PROJECT_NAME@",
66 "title": "Music",
67- "version": "2.0.@BZR_REVNO@",
68+ "version": "2.1.@BZR_REVNO@",
69 "x-source": {
70 "vcs-bzr": "@BZR_SOURCE@",
71 "vcs-bzr-revno": "@BZR_REVNO@"

Subscribers

People subscribed via source and target branches