1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

Prep for 0.12.0-alpha release

This commit is contained in:
Daniel Barber 2019-05-18 15:35:39 -04:00
parent 04961af040
commit b81fde390a
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
3 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## 0.12.0-alpha - 2019-05-18
### Added
- Now Playing information and transport controls in the dock menu
- Queue position numbers in the queue
- Shuffle/repeat mode buttons
### Changed
- BIG refactor using unidirectional dataflow
## 0.11.2-alpha - 2019-04-09
### Changed

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.12.0-pre-alpha</string>
<string>0.12.0-alpha</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 795 KiB

After

Width:  |  Height:  |  Size: 941 KiB