Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
noee committed Apr 20, 2020
1 parent fec2def commit 0c86361
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
37 changes: 36 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
1.17.0 Release
---

1.18.0 Release
--------------
__Require KDE Frameworks 5.69 (KItemmodels, Kirigami 2.12 (ShadowRectangle))__

* Update MCWS host config to support include/exclude zones
* Show/hide zones feature now available via configure
* Add option "checkZoneChange" which checks for zone count changes every so often
* not available via config gui, but can be added to the main.xml, defaults false
* Connection reset now occurs properly when a host is added/removed/enabled/disabled or zones change
* Use new KSortFilterModel (faster, lighter and sort should now work again for all fields)
* Sort button now shows the sort field if the track list is sorted
* Add config option to make the popup panel bigger
* Configured search fields are now used for the Media Library Search tab
* Fix track splash not showing when cover art missing or in no-animate mode
* Add toggle for Equalizer and Loudness
* Shuffle and Repeat modes are now accessed on the popup view directly
* Zone Playback options are now accessed by clicking the Album Art for the Zone (zone view)
* Track/Artist/Album options are now accessed by clicking the Album Art for the Track (track view)
* Moved playback controls and track slider so controls are available in compact mode
* Requests JSON results from MCWS (much faster searches, somewhat less resource usage)
* Added "Album Artist (auto)" to default fields list
* Known issues
* wayland: track splash location/animation is inconsistent
* wayland: track name scrolling on panel view is inconsistent

---

1.17.0 Release
---------------
* Numerous clean up and formatting fixes
* More porting to Kirigami in preparation for mobile
* Improved initial connection/startup performance
Expand All @@ -9,6 +38,8 @@
* Fixed: playback controls sizing craziness when panel grows/shrinks
* Requires Qt 5.12 or later

---

1.16.0 Release
--------------
* Add next to play and end of list options in Track Detail
Expand All @@ -23,6 +54,8 @@
* Change the zone view format to bring track pos slider up with playback countdown
* Track pos slider now defaults to "show" on new installs

---

1.15.1 Release
--------------
* Really work with Qt >= 5.11
Expand All @@ -38,6 +71,8 @@
* New install defaults adv panel sizing to size by zone count
* Hiding zones is now smoother when changing connection

---

1.14 Release
------------
* Update readme for web streams setup
Expand Down
2 changes: 1 addition & 1 deletion plasmoid/metadata.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ [email protected]
X-KDE-PluginInfo-EnabledByDefault=true
X-KDE-PluginInfo-License=MIT
X-KDE-PluginInfo-Name=org.kde.mcwsremote
X-KDE-PluginInfo-Version=1.17.0
X-KDE-PluginInfo-Version=1.18.0
X-KDE-PluginInfo-Website=https://github.com/noee/mcwsplasmoid
X-KDE-ServiceTypes=Plasma/Applet
X-Plasma-API=declarativeappletscript
Expand Down

0 comments on commit 0c86361

Please sign in to comment.