Package Release Info

syncplay-1.7.3-bp160.1.9

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

syncplay-client
syncplay-common
syncplay-server

Change Logs

* Thu May 09 2024 Andrea Manzini <andrea.manzini@suse.com>
- Update to version 1.7.3:
  * Fix MPV socket getting created in CWD folder rand only create second pipe
    if manually specified using input-ipc-server per player argument
  * Add support for mpv installed from Microsoft store
  * Fix invalid string escapes
- Update to version 1.7.2:
  * Add new per-user mpv.net path
  * Pass input-ipc-server player argument to mpv
  * Fix --no-gui PySide dependency issue on non-Windows OS
  * Fixed German Translation and added more Translated Strings
  * Remove adding executable permissions to .desktop files
  * Allow player arguments with spaces/quotes
  * Fixed MPC-HC hanging issue involving 'LRESULT' error
  * Don't log all 32/64-bit cryptography 'frozen zipimport' errors
  * Provide more information on PySide load failure
  * Avoid error when closing Syncplay before loadDelayedPath is complete
* Sat Feb 03 2024 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 1.7.1:
  * Headline changes:
  - Adding --interface-ipv4 and --interface-ipv6 command line
    switches to server to allow better control over binding to
    interfaces.
  * Tweaks:
  - Re-work readiness notifications for non-operators.
  - Show current offset in set offset dialogue.
  * Bug fixes and maintenance:
  - Fix GUI TypeError.
  - Playlist restoration should not undo clearing actions.
  - Support player arguments like –no-border in mpv.
  - Ensure MPC-HC resets position on playlist change.
  - Define desktop filename for Wayland compliance to fix icon.
  - Fix offset sub-second precision bug.
  - Remove broken setAlignment calls.
  - Don’t pass empty model to QCompleter.
- Set `BuildArch` to `noarch`.
Version: 1.7.0-bp156.1.37
* Sun Apr 16 2023 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 1.7.0:
  * Headline additions:
  - Add room permanence option to server.
  - Add playlist-related commands:
    + /qa [file/url] – add file or url to bottom of playlist;
    + /qas [file/url] – add file or url to bottom of playlist and
    select it;
    + /ql – show the current playlist;
    + /qs [index] – select given entry in the playlist;
    + /qn – select next entry in the playlist;
    + /qd [index] – delete the given entry from the playlist.
  * Other improvements:
  - Allow playlists to be played from network.
  - If LANG parameter is set in setup, don’t show language
    dialogue.
  - Print timestamp when pausing.
  - More verbose connection error messages.
  - Remove mpv fallback warning spam.
  - Console: Document setting offset in help.
  - Update translations.
  * Bug Fixes:
  - Restore server-side playlist on reconnect.
  - Trusted Domains: Allow trusting a domain regardless of HTTP
    basic auth credentials.
  - Fix room name case sensitivity UI issue.
  - Remove redundant help button from dialogues.
  - Fix server argument max-username-length not working.
  - Fix disconnected monitor bug.
  - Fix converting lines to array.
  - Explicitly pass certifi as trustRoot for Twisted.
  - Don’t detect SMPlayer as mplayer2.
  - Add/fix wildcard matching of trusted subdomains.
  - Fix localhost connection breaking mpv chat.
  - Fix mpv quit message.
  - Revert default max username length to 16 chars.
  - Fix dark mode detection by moving to darkdetect v0.7.1.
  * Maintenance:
  - Remove Encoding from .desktop files as it’s deprecated now
    and add Keywords entry to .desktop files.
  - Correct persistence argument type.
  - Log –debug as UTF-8 to fix charmap mapping.
  - Add deprecation notice for offset help.
Version: 1.6.9-bp155.1.34
* Thu Sep 02 2021 Emily Roberts <nopeinomicon@posteo.net>
- Update to version 1.6.9
  * Removed references to discontinued IRC channel
  * Update and improve Brazilian Portuguese translation
* Sat Jul 24 2021 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 1.6.8:
  * Improve playlist advancement for mpv and VLC.
  * Fix VLC connection issues.
  * Update mpv vendor code.
  * Add more MPC-HC paths.
  * Fix issues with per-player arguments.
  * Add some input characters for mpv, some of which might work.
  * (Hopefully) ignore benign AA_EnableHighDpiScaling error.
  * Add manpages.
  * Update translations.
- Remove the broken and unnecessary "python" requirement.
- Remove the Qt requirement from the server package.
- Use a ready tarball instead of generating it from git.
* Fri Dec 18 2020 Emily Roberts <nopeinomicon@posteo.net>
- Cleanup .spec file
  * Remove obsolete macros
  * Use spec-cleaner
  * Correct dependencies for subpackages
* Fri Dec 18 2020 Emily Roberts <nopeinomicon@posteo.net>
- Attempt to fix desktop file categories
- Add license and readme for all packages
* Fri Dec 18 2020 Emily Roberts <nopeinomicon@posteo.net>
- Initial package build