Skip to content

Commit 0ddddae

Browse files
authored
Update README.md
1 parent e8ee7ef commit 0ddddae

File tree

1 file changed

+31
-20
lines changed

1 file changed

+31
-20
lines changed

README.md

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,71 @@
11
# SpotMenu ![demo](https://github.com/kmikiy/SpotMenu/blob/master/SpotMenu/Assets.xcassets/AppIcon.appiconset/spotmenu%20(5)-1.png)
22
Spotify in your menu bar
33

4-
About
5-
-----
4+
## About
5+
66
![demo](https://github.com/kmikiy/SpotMenu/blob/master/demo.gif)
77

88
SpotMenu is a combination of [TrayPlay](https://github.com/mborgerson/TrayPlay)
99
and [Statusfy](https://github.com/paulyoung/Statusfy) written entirely in swift.
1010

11-
Notes
12-
----
11+
## Notes
12+
1313
+ The default behavior is to only show the SpotMenu icon in the menubar. Right click -> Preferences to customize.
1414
+ The animated gif currently demonstrates the functionality of version 1.4
1515

16-
New Features in Version 1.4.1
17-
---------------------------
16+
## New Features in Version 1.4.2
17+
18+
+ Customization
19+
- Open at login
20+
21+
## All features
22+
23+
### Added in Version 1.4.1
24+
25+
+ Customization
26+
- Fix popover to the right
27+
28+
### Added in Version 1.4
29+
1830
+ Customization
1931
- Show/hide Artist
2032
- Show/hide Title
2133
- Show/hide SpotMenu icon
2234
- Show/hide Playing symbol
23-
- Fix popover to the right (new in 1.4.1)
2435

25-
New Features in Version 1.3
26-
---------------------------
36+
### Added in Version 1.3
37+
2738
+ New layout (with the help of [maurojuniorr](https://github.com/maurojuniorr))
2839
+ Open Spotify UI from SpotMenu
2940
+ Exit button moved to right click menu on menubar (credits: [Triloworld](https://github.com/Triloworld))
3041
+ Issues added to right click (credits: [Triloworld](https://github.com/Triloworld))
3142
+ Created a seperate pod for controlling Spotify on a mac. You can find the library [here](https://github.com/kmikiy/Spotify)
3243
+ Display album artist instead of current track artist
3344

34-
New Features in Version 1.2
35-
---------------------------
45+
### Added in Version 1.2
46+
3647
+ Scrollbar now updates its position more frequently
3748
+ Current track position is shown in text also (minutes:seconds)
3849
+ The ability to toggle between the duration of the current track and the time remaining
3950

40-
New Features in Version 1.1
41-
---------------------------
51+
### Added in Version 1.1
52+
4253
+ Added play/pause functionality
4354
+ Added a scrollbar to jump to a position of the currently playing song
4455
+ The menu bar now shows an icon if music is playing
4556

57+
### Added in Version 1.0
58+
59+
+ Show playing music in menubar
60+
+ Popover to show album artwork
61+
+ Skip to next/previous song
62+
4663
Easy Install
4764
------------
4865

49-
Download the zip file [version 1.4.1](https://github.com/kmikiy/SpotMenu/releases/download/v1.4.1/SpotMenu.zip). Unarchive it. Run SpotMenu.app.
66+
Download the zip file [version 1.4.2](https://github.com/kmikiy/SpotMenu/releases/download/v1.4.2/SpotMenu.zip). Unarchive it. Run SpotMenu.app.
5067
In case of unidentified developer follow these [steps](https://mborgerson.com/trayplay)!
5168

52-
Older versions:
53-
[version 1.4](https://github.com/kmikiy/SpotMenu/releases/download/v1.4/SpotMenu.zip)
54-
[version 1.3](https://github.com/kmikiy/SpotMenu/releases/download/v1.3/SpotMenu.zip)
55-
[version 1.2](https://github.com/kmikiy/SpotMenu/releases/download/v1.2/SpotMenu_1_2.zip)
56-
...
57-
5869
You can find all releases [here](https://github.com/kmikiy/SpotMenu/releases).
5970

6071

0 commit comments

Comments
 (0)