- Fix icon sizes of player status icons (sync, sleep) in main toolbar, and 'Manage players' dialog.
- Fix icon size of launch mini player icon in player menu.
- Dim player status icons in main toolbar, and 'Manage players' dialog.
- Dim time remaining label in sleep dialog.
- Don't allow download from iOS, doesn't work.
- Allow setting a custom window title via 'windowTitle' server-side preference file. e.g. set "windowTitle: 'Test'" in "prefs/plugin/material-skin.prefs"
- Allow setting manifest short name via 'shortTitle' server-side preference file.
- Allow setting custom icon via 'icon' server-side preference file - string should be path to icon file. Likewise 'iosIcon' for iOS specific icon.
- Allow making release builds without checking if version exists. Pass "--nocheck" as last parameter to mkrel.py - e.g. "mkrel.ply 2.6.0 --nocheck"
- Move hidden slider area lower in z-stack so that it is not above popup menus.
- Always add bottom padding for iOS.
- Remove long-press functionality from now-playing button.
- When checking for longpress, do not emit events if detect touch move of more than 4px.
- Change dot-style jumplist inactive item as it looked 3d-ish (on Android at least).
- Revert webapp manifest back to "fullscreen", as issue that forced previous change should now be fixed.