|
1 | 1 | # SpotMenu -1.png)
|
2 | 2 | Spotify in your menu bar
|
3 | 3 |
|
4 |
| -About |
5 |
| ------ |
| 4 | +## About |
| 5 | + |
6 | 6 | 
|
7 | 7 |
|
8 | 8 | SpotMenu is a combination of [TrayPlay](https://github.com/mborgerson/TrayPlay)
|
9 | 9 | and [Statusfy](https://github.com/paulyoung/Statusfy) written entirely in swift.
|
10 | 10 |
|
11 |
| -Notes |
12 |
| ----- |
| 11 | +## Notes |
| 12 | + |
13 | 13 | + The default behavior is to only show the SpotMenu icon in the menubar. Right click -> Preferences to customize.
|
14 | 14 | + The animated gif currently demonstrates the functionality of version 1.4
|
15 | 15 |
|
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 | + |
18 | 30 | + Customization
|
19 | 31 | - Show/hide Artist
|
20 | 32 | - Show/hide Title
|
21 | 33 | - Show/hide SpotMenu icon
|
22 | 34 | - Show/hide Playing symbol
|
23 |
| - - Fix popover to the right (new in 1.4.1) |
24 | 35 |
|
25 |
| -New Features in Version 1.3 |
26 |
| ---------------------------- |
| 36 | +### Added in Version 1.3 |
| 37 | + |
27 | 38 | + New layout (with the help of [maurojuniorr](https://github.com/maurojuniorr))
|
28 | 39 | + Open Spotify UI from SpotMenu
|
29 | 40 | + Exit button moved to right click menu on menubar (credits: [Triloworld](https://github.com/Triloworld))
|
30 | 41 | + Issues added to right click (credits: [Triloworld](https://github.com/Triloworld))
|
31 | 42 | + Created a seperate pod for controlling Spotify on a mac. You can find the library [here](https://github.com/kmikiy/Spotify)
|
32 | 43 | + Display album artist instead of current track artist
|
33 | 44 |
|
34 |
| -New Features in Version 1.2 |
35 |
| ---------------------------- |
| 45 | +### Added in Version 1.2 |
| 46 | + |
36 | 47 | + Scrollbar now updates its position more frequently
|
37 | 48 | + Current track position is shown in text also (minutes:seconds)
|
38 | 49 | + The ability to toggle between the duration of the current track and the time remaining
|
39 | 50 |
|
40 |
| -New Features in Version 1.1 |
41 |
| ---------------------------- |
| 51 | +### Added in Version 1.1 |
| 52 | + |
42 | 53 | + Added play/pause functionality
|
43 | 54 | + Added a scrollbar to jump to a position of the currently playing song
|
44 | 55 | + The menu bar now shows an icon if music is playing
|
45 | 56 |
|
| 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 | + |
46 | 63 | Easy Install
|
47 | 64 | ------------
|
48 | 65 |
|
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. |
50 | 67 | In case of unidentified developer follow these [steps](https://mborgerson.com/trayplay)!
|
51 | 68 |
|
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 |
| - |
58 | 69 | You can find all releases [here](https://github.com/kmikiy/SpotMenu/releases).
|
59 | 70 |
|
60 | 71 |
|
|
0 commit comments