Package Release Info

syncplay-1.7.0-bp156.1.37

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

syncplay-client
syncplay-common
syncplay-server

Change Logs

* 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