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

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

Commit message

Bump version to 2.0 and add to changelog

Description of the change

Bump version to 2.0 and add to changelog. Changelog is taken from the list provided with each informal click update.

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: Needs Fixing (continuous-integration)
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

LGTM :)

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'click/manifest.json.in'
2--- click/manifest.json.in 2014-09-08 08:08:13 +0000
3+++ click/manifest.json.in 2014-10-29 12:06:33 +0000
4@@ -14,7 +14,7 @@
5 "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
6 "name": "@PROJECT_NAME@",
7 "title": "Music",
8- "version": "1.3.@BZR_REVNO@",
9+ "version": "2.0.@BZR_REVNO@",
10 "x-source": {
11 "vcs-bzr": "@BZR_SOURCE@",
12 "vcs-bzr-revno": "@BZR_REVNO@"
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2014-03-10 21:52:45 +0000
16+++ debian/changelog 2014-10-29 12:06:33 +0000
17@@ -1,4 +1,87 @@
18-music-app (1.2ubuntu2) UNRELEASED; urgency=medium
19+music-app (2.0) utopic; urgency=medium
20+
21+ * Fix for cover art getting out of sync on the SongsPage.qml
22+ * Ensure recent/playlists pages remain in sync as items are added/removed from the playlist.
23+ * Update ListItemWithActions background color and reenable dim
24+ * Optimise the addQueueList transaction.
25+ * Sort playlists by name.
26+ * Change scrolling behaviour
27+ * Performance tweaks to ListItemWithActions.qml.
28+ * Change recent schemas so that it stores less and loads more from ms2 (eg art).
29+ * Fix for console errors when clearing the queue.
30+ * Only load model once CardView is visible.
31+ * Create generic WorkerModelLoader.qml
32+ * Load queue at startup via WorkerScript.
33+ * Intial changes to remember the previous queue when restarting the app.
34+ * Load queueList in async
35+ * Fix to prevent jumping from queue->full view
36+ * Defer loading of pages
37+ * Async load MediaPlayer object.
38+ * Correctly hide empty state when in Now Playing or Queue.
39+ * Async loading of MusicNowPlaying.
40+ * Add read path to Music on the SD card to extract in process thumbnail extraction.
41+ * Highlight stroke buttons on press.
42+ * Optimise MusicRow.qml by using Image rather than CoverGrid (as there will only ever be one image).
43+ * Add a bottom margin to MusicTracks.qml and MusicNowPlaying.qml.
44+ * Fix playlist art in Now Playing page.
45+ * Add save to playlist action
46+ * Only enable actions in now playing when trackQueue count > 0
47+ * Use async for loaders and unused loaders invisible.
48+ * Move to using Qt.labs.settings and remove settings.js.
49+ * Remove CoverRow
50+ * Remove isPressedChanged workaround
51+ * Remove MusicRow isSquare specialization.
52+ * Remove lastfm, search and settings.
53+ * Pull upstream ListItemWithActions.qml
54+ * Add support for multiselect mode
55+ * Disable triggerOnRelease.
56+ * Initial empty state prototype.
57+ * Do not show the artist in the grid of albums.
58+ * Fix so that label is correct when seeking when paused.
59+ * Only show year in SongsPage.qml if year exists.
60+ * Add an initial Genres tab.
61+ * Disable clear recent icon when recent is empty.
62+ * Make Images asynchronous.
63+ * Add back apparmor confinement.
64+ * Use CardView in Recent Tab
65+ * Use Recent as default if >0 recent items otherwise use Albums Tab.
66+ * Set sourceSize of images.
67+ * Force AlbumsPage's SongsModel to filter upon startup.
68+ * Fix playlist deletion and renaming in recent table.
69+ * Add support for CardView in AlbumsPage.qml
70+ * Add support for header property in CardView.qml
71+ * Add BlurredHeader.qml
72+ * Make AlbumsPage.qml and SongsPage.qml use BlurredHeader.qml.
73+ * Allow for imports (from content-hub) to start when already importing.
74+ * Use CardView in MusicPlaylists.qml
75+ * Use header actions for edit and delete of playlists.
76+ * Make SongsPage use CoverGrid.
77+ * Add CoverGrid.qml component
78+ * Use CoverGrid in Card.qml
79+ * Initial Artists view with CardView.
80+ * Add clear queue action. Fixes: https://bugs.launchpad.net/bugs/1379895.
81+ * Switch to use positionAt when isListView becomes true
82+ * Strip out jumpTo/ensureVisible code for the now playing queue
83+ * Fix for console errors when pressing items in queue.
84+ * Remove deleted item before updating currentIndex.
85+ * Initial Now Playing queue list refactor
86+ * Initial Songs tab redesign for remix.
87+ * Ignore first value back after seeking [Workaround]. Fixes: bug 1310706.
88+ * Do not switch to full view if clicking a song in the queue.
89+ * Fix Ubuntu-Splash-Color to not get pulled into translations.
90+ * Albums tab makes use of 'CardView'
91+ * Old toolbars removed
92+ * Now playing "full" view is now default
93+ * Fix header disappearing in "full" view
94+ * Fix for cover art in albums tab to use correct data
95+ * SongsPage implemented
96+ * Now Playing "full" view implemented (other than swiping and margins need review)
97+ * Toolbar implemented and always shown (Now Playing "list" view shows old toolbar)
98+ * Background colour of app set
99+
100+ -- Victor Thompson <victor.thompson@gmail.com> Wed, 29 Oct 2014 06:41:45 -0500
101+
102+music-app (1.2ubuntu2) trusty; urgency=medium
103
104 [ Andrew Hayzen ]
105 * Refactor media player to make it easier to change shuffle/repeat
106
107=== modified file 'music-app.qml'
108--- music-app.qml 2014-10-29 02:44:47 +0000
109+++ music-app.qml 2014-10-29 12:06:33 +0000
110@@ -580,7 +580,7 @@
111
112 // VARIABLES
113 property string musicName: i18n.tr("Music")
114- property string appVersion: '1.2'
115+ property string appVersion: '2.0'
116 property bool toolbarShown: musicToolbar.visible
117 property bool selectedAlbum: false
118 property alias queueIndex: startupSettings.queueIndex

Subscribers

People subscribed via source and target branches