Etoh
4c516129e2
Update client.py
2023-06-03 17:55:02 +01:00
Etoh
c46529bb8a
Playlist restoration should not undo clearing actions ( #609 )
2023-06-02 19:15:36 +01:00
Etoh
e4314b40f5
Always display when relevant users are not ready ( #607 )
2023-05-20 15:41:12 +01:00
Etoh
8772c5ea51
Re-work readiness notifications for non-operators ( #607 )
2023-05-20 15:35:57 +01:00
Etoh
b62b038cdf
Fix ArchLinux GUI TypeError ( #600 )
2023-04-11 20:22:52 +01:00
Etoh
3210cd4449
Mark as 1.7.0 final
2023-03-26 22:33:30 +01:00
Etoh
1ebc49f58e
Set server's recent client threshold to >=1.7.0
2023-03-26 22:32:25 +01:00
Etoh
470d763ff1
Revert default max username length to 16 chars ( #596 )
2023-03-21 18:28:59 +00:00
Etoh
9be87bc9bf
Upver to 104 / 1.7.0 RC1a
2023-03-19 22:14:58 +00:00
Etoh
f249051e83
Fix update check on macOS ( #595 )
...
* buildPy2app: add charset_normalizer to includes
* Actions macOS: force universal wheels for charset-normalizer
* buildPy2app: add charset_normalizer.md__mypyc to includes
---------
Co-authored-by: Alberto Sottile <alby128@gmail.com>
2023-03-19 22:13:26 +00:00
Etoh
0571819135
Add detail to GuiConfig update check failure log
2023-03-19 15:14:36 +00:00
Etoh
a00d3dff19
Add detail to client update check failure message
2023-03-19 15:13:30 +00:00
Etoh
a47c4956f7
Upver to RC1
2023-03-14 20:48:39 +00:00
Etoh
5895caf3aa
Add Korean to language docs
2023-03-14 20:47:35 +00:00
Etoh
287dad6a67
Automate Windows installer language list
2023-03-14 20:45:38 +00:00
Etoh
458e45f471
Fix Korean translation
2023-03-14 20:43:45 +00:00
Etoh
0f589093ed
Initial Finnish translation ( #561 )
...
* Add initial Finnish translation (credit: LINUX-SAUNA)
* Improvements by Mikaela (#563 )
2023-03-14 20:41:33 +00:00
Etoh
e0f94085c0
Remove broken line
2023-03-14 20:39:13 +00:00
JungHee Lee
154231e880
Korean translation ( #591 )
2023-03-14 20:38:05 +00:00
Etoh
807886c607
Restore server-side playlist on reconnect ( #567 ) ( #590 )
...
* Restore server-side playlist on reconnect (#567 )
* Restore server-side playlist on reconnect (v2)
2023-02-28 20:33:07 +00:00
Etoh
e0dd0cf05f
Add wildcard matching of trusted subdomains ( #587 ) ( #588 )
2023-02-28 20:32:47 +00:00
Etoh
a6b8b6d333
Log --debug as UTF-8 to fix charmap mapping ( #586 )
...
* Log --debug as UTF-8 to fix charmap mapping
* Log --debug as UTF-8 to fix charmap mapping (v2)
2023-02-28 20:32:29 +00:00
Etoh
c8e260c8f6
Attempt to fix mpv quit error ( #571 ) ( #578 )
2023-02-28 20:32:00 +00:00
Etoh
8116e7744b
More verbose connection error messages ( #565 )
2023-02-28 20:31:23 +00:00
Etoh
e1bcf12a1a
Fix localhost connection breaking mpv chat ( #545 )
2023-02-19 17:34:44 +00:00
Etoh
0307cda850
Don't detect SMPlayer as mplayer2 ( #584 )
...
Syncplay does not support SMPlayer, so it shouldn't be detected as mplayer2 or anything else.
2023-02-07 20:22:01 +00:00
Etoh
0c8c865def
SecondaryOSD is now OSDType
2022-12-29 09:57:05 +00:00
Alberto Sottile
c02e692000
Actions macOS: unpin cryptography
2022-11-27 22:24:21 +01:00
Alberto Sottile
fa06378b6d
darkdetect: update vendor copy to v0.7.1
2022-11-06 19:19:52 +01:00
Alberto Sottile
7a949b8ccd
Actions macOS: pin cryptography
2022-11-06 00:01:29 +01:00
Alberto Sottile
af0d0006f1
SyncplayClient: explicitly pass `certifi` as trustRoot for Twisted
...
- py2app: include pem in the bundle
- requirements: add pem
- SyncplayClient.start: explicitly use certifi store as trustRoot
2022-11-05 23:45:51 +01:00
Alberto Sottile
2aa73122ab
macOS: bundle PySide6 and create a `universal2` app
...
- macOS build: add arch checker for the bundle
- Actions macOS: restrict env to universal2 step
- Actions macOS: universal2 for zope.interface
- Actions macOS: universal2 for cffi and cryptography
- macOS build: ad-hoc sign again bundle after altering it
- macOS build: symlink instead of copy libshiboken6
- vendor.Qt: restrict warnings to QT_VERBOSE
- GHA: re-enable all jobs
- GHA macOS: use Python installer to build universal2 app
- Actions macOS: build Python with pyenv
- Older pyenv version is used...
- Abandon pyenv action
- Bump image to macOS-12
- One more attempt with pyenv
- Try with the official Python installer
- Must run as root
- Switch back to python3 calls
- Manually update PATH
- Momentarily disable other jobs
- Restore app cleaner
- ui: add support for PySide6
- vendor.Qt: "support" PySide6
- Update vendored Qt.py to 1.3.7
- Update requirements_gui
2022-11-05 23:40:30 +01:00
Etoh
e9f506f713
Refactor: Make language list alphabetical in code
2022-09-30 14:27:46 +01:00
Etoh
c144b2440d
Add languages to docs
2022-09-30 13:59:18 +01:00
Etoh
7b110c8fe8
Refactor: Auto-generate languages in language-argument
2022-09-30 13:58:35 +01:00
Etoh
19372ad38c
Refactor: Move installer text to top of messages_
2022-09-30 13:16:01 +01:00
Etoh
e27c30e759
Refactor: Move installer text to messages_ files ( #551 )
2022-09-24 20:52:50 +01:00
Alberto Sottile
7223b49652
buildPy2app: explicitely exclude tkinter
2022-08-22 13:57:47 +02:00
Etoh
a3197562eb
Add Esperanto translation from Tirifto contributed under Apache 2.0 license ( #548 )
2022-07-31 16:35:33 +01:00
Vik
5e39caab94
Update messages_ru.py ( #541 )
2022-07-02 19:08:48 +01:00
Vik
84599dec8d
Update messages_en.py ( #540 )
...
- typo correction
2022-07-02 19:07:51 +01:00
Etoh
f555c1d7a1
Fix permanent room deletion bug ( #526 )
2022-05-15 11:35:40 +01:00
Joshix-1
e581fc3417
improve paused at german translation ( #527 )
2022-05-13 22:04:06 +01:00
Etoh
6790f9ee43
Build sqlite3 with Windows server to fix #526
2022-04-29 10:49:36 +01:00
anmo
ddf8f922f5
Made Hungarian chars usable from MPV: ő and ű ( #525 )
2022-04-23 22:33:46 +01:00
Etoh
6e0af8578e
Installer should list French but not Polish
2022-04-13 20:10:25 +01:00
Etoh
cff0f979ab
Mark as 1.7.0 beta 1
2022-04-13 18:53:07 +01:00
Radif Tazetdinov
c560984d80
Add missed stub for commandList-notification/queueandselect ( #522 )
2022-04-10 09:46:03 +01:00
Radif Tazetdinov
b7b80df01b
Add /next command ( #518 )
...
* Add next command
* Add /next command to English and Russian /help list
* Add commandlist-notification/next stubs
2022-04-09 12:34:46 +01:00
Etoh
c89b73cbd7
Tweak wording of pause notification ( #521 )
2022-04-07 16:57:03 +01:00