Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #75

Merged
merged 26 commits into from
Mar 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
088c899
Experimenting with mobile views - need scrollable
jaedb Mar 10, 2016
8be60bd
Fixing minor glitch with responsive nevative-margins
jaedb Mar 13, 2016
c1ccf26
Banner glitch on responsive
jaedb Mar 13, 2016
d072817
Info box
jaedb Mar 14, 2016
729e5b2
Tertiary button; Album/Playlist info on responsive
jaedb Mar 14, 2016
580305d
Use artwork for baked-in, backend-provided tracks
jaedb Mar 14, 2016
0830377
Add by URI dialog
jaedb Mar 14, 2016
1ec26f7
Buildout 2.6.2
jaedb Mar 14, 2016
a8151f7
Search service
jaedb Mar 17, 2016
5bbacf4
No links if no uri for track artist and album; Wait for mopidy online…
jaedb Mar 17, 2016
9086a1b
Multi-source music files with their own icons
jaedb Mar 17, 2016
295c31a
No use having source except in TlTrack; Simplifying popularity bar wi…
jaedb Mar 18, 2016
9a99fc4
Info section of tracks
jaedb Mar 20, 2016
6d050fa
Mobile view for album library
jaedb Mar 20, 2016
e7f8e3c
Adjusting height limit for skinny player
jaedb Mar 22, 2016
0eb07e9
Merge branch 'develop' of github.com:jaedb/spotmop into develop
jaedb Mar 22, 2016
adec71c
Polished vertical responsive
jaedb Mar 22, 2016
b48eaf8
Echonest offline/disabled switch
jaedb Mar 22, 2016
2ee9bf1
Cleaning up switches
jaedb Mar 23, 2016
ea3e2aa
Switch update to initial setup
jaedb Mar 23, 2016
fe63934
Buildout
jaedb Mar 23, 2016
a178985
Albums responsive; Albums links; Track hide popularity if none
jaedb Mar 23, 2016
b007d87
Creating 'other' search type for local and soundcloud
jaedb Mar 24, 2016
696a479
Expanding source to track as filter; New 'other' search type
jaedb Mar 24, 2016
4f785eb
Localtrack more like track template
jaedb Mar 24, 2016
3da9837
Fixing syntax error; Buildout
jaedb Mar 24, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mopidy_spotmop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from services.auth import auth
from mopidy import config, ext

__version__ = '2.6.1'
__version__ = '2.6.2'
__ext_name__ = 'spotmop'
__verbosemode__ = False

Expand Down
Loading