DevilXD
f4602d40fd
Fix indentation
2023-12-06 21:55:02 +01:00
DevilXD
a99227afbf
Resolve RuntimeError: Await wasn't used with future
2023-12-02 14:38:08 +01:00
DevilXD
21ad099696
Attempt to prevent "service error"s
2023-12-02 14:37:40 +01:00
Dmytro Zozulia
9a6a420835
Update Українська.json
...
Improved and adapted the translation made earlier
2023-11-26 21:48:57 +01:00
guihkx
81d4e7bc3c
linux/pyinstaller: exclude unneeded libraries
...
Excluding these Linux libraries doesn't seem to cause any side-effects
at runtime (they're also not present in the AppImage).
And the benefit of this, is a reduction of 15 MiB in the final size of
the Linux binary, which should also slightly reduce the app's startup
time (but don't quote me on that). :)
2023-11-19 13:59:35 +01:00
guihkx
ff7fccbeff
readme: recommend the AppImage package for Linux users
...
The list of benefits over the PyInstaller package isn't extensive, but
IMO it's more than enough to be the "recommended choice".
2023-11-16 20:36:25 +01:00
guihkx
51560b319c
ci/linux: build Appimage for amd64
...
While it's theoretically possible to package for other CPU
architectures via QEMU, doing so will take more work and testing...
2023-11-16 20:36:25 +01:00
guihkx
a31fa375c9
linux: add support for AppImage packages
...
AppImage is a more flexible packaging solution for Linux than what
PyInstaller currently offers.
Some of the benefits are:
- Ability to ship the app with predefined environment variables
(solving issues like #321 )
- Improved integration with the desktop environment (if you're using
go-appimage[1] or libappimage[2])
- Much lighter in size (~27 MB difference)
To actually make the AppImage, I'm using appimage-builder[3], which
makes the process a bit easier.
For more details about the AppImage technology, check out their
website[4].
[1] https://github.com/probonopd/go-appimage
[2] https://github.com/AppImageCommunity/libappimage
[3] https://appimage-builder.readthedocs.io/en/latest/index.html
[4] https://appimage.org/
2023-11-16 20:36:25 +01:00
DevilXD
1e31957388
Revert "Expired campaigns are now shown by default"
...
This reverts commit 725d54a1ca .
2023-11-10 21:40:51 +01:00
DevilXD
5167d95051
Game slugs are now sourced from Twitch, instead of being generated
2023-11-10 21:35:49 +01:00
DevilXD
f1d76e00e7
Fix logging_level not being able to be set to 4: DEBUG
2023-11-10 21:34:36 +01:00
DevilXD
5271d6aa2d
Detect completed drops via notifications feed
2023-11-04 15:31:39 +01:00
DevilXD
eded7edda8
User agents update
2023-11-03 12:48:37 +01:00
DevilXD
21198e0d9c
Added Dutch language
...
Co-authored by: <1772909+lmdpocus@users.noreply.github.com >
2023-11-03 11:07:03 +01:00
别烦
d78044555f
Update 简体中文.json
2023-10-31 09:35:26 +01:00
DevilXD
725d54a1ca
Expired campaigns are now shown by default
2023-10-29 23:23:27 +01:00
DevilXD
88fe455e3f
Add English translation name keys
2023-10-29 22:47:28 +01:00
DevilXD
6976243726
Fix broken Turkish translation keys
2023-10-29 22:41:08 +01:00
DevilXD
4bc084ac38
Stylistical Polish translation correction
2023-10-29 22:39:16 +01:00
DevilXD
bc8d26f350
Reindent with 4 spaces
2023-10-29 22:37:48 +01:00
DevilXD
deee8abf61
Change inventory filters to show all campaigns when all of them are selected
2023-10-29 22:36:12 +01:00
DevilXD
bdf53fb33d
Fix an issue with campaigns reporting incorrect remaining time
2023-10-29 15:04:02 +01:00
DevilXD
bb51bf7400
Fix watch payload not having enough fields to progress the new campaigns
2023-10-21 23:20:18 +02:00
DevilXD
1d26988721
Fix slug generation method
2023-10-19 22:09:29 +02:00
DevilXD
f990aeea38
Handle a case where AvailableDrops returns no campaigns
2023-10-16 20:53:24 +02:00
DevilXD
163a056b33
Experimental drops_enabled via AvailableDrops
2023-10-15 22:37:48 +02:00
DevilXD
5e862f9543
Remove processing of tags;
...
- Removes all logic related to stream tags processing
- Implements a new method of fetching live non-ACL channels, with drops enabled
- Minor logic cleanup changes
2023-10-15 12:06:58 +02:00
DevilXD
67cfc6603d
Update Pillow to v10.0
2023-10-14 17:49:38 +02:00
DevilXD
dcd740d18d
Allow pystray v0.19.5 to be installed
2023-10-14 17:49:38 +02:00
DevilXD
fc1f3ed70a
Handle "context deadline exceeded" GQL error
2023-10-12 15:42:33 +02:00
Bo
2dd7a57344
Update timestamp handling ( #314 )
...
Co-authored-by: DevilXD <DevilXD@users.noreply.github.com >
2023-10-09 22:04:22 +02:00
Rodolfo Ortega
6b9aabb252
Improve the Portuguese translation ( #266 )
...
Co-authored-by: Guilherme Silva <626206+guihkx@users.noreply.github.com >
2023-09-12 20:38:08 +02:00
Joakim Hellsén
d58e947299
Show your GitHub Sponsors on this repo ( #294 )
2023-09-06 20:37:44 +02:00
Joakim Hellsén
b74c76e54e
Fix typos in README ( #293 )
2023-09-06 20:34:03 +02:00
Calvineries
2d6c8add36
Fixes for the French translation ( #287 )
2023-08-29 21:11:40 +02:00
DevilXD
e03ea755bb
Reimplement duplicated run detection as a file lock
2023-08-28 23:47:15 +02:00
DevilXD
bb87b2793e
Fix MouseOverLabel not working in certain conditions
2023-08-28 23:12:18 +02:00
Austin Jackson
d892bc02b2
Fix missing tags array breaking get_stream ( #281 )
2023-08-22 21:00:16 +02:00
DevilXD
e16ddeaa7b
Differentiate CLIENT_URL between different clients
2023-08-18 20:41:24 +02:00
DevilXD
9e061bc15e
Update from_directory to not set the drops tag anymore
2023-08-17 21:58:32 +02:00
DevilXD
d5410b2aa5
Add connection_quality setting (hidden for now)
2023-08-16 22:41:20 +02:00
DevilXD
643a9f9300
Fix debug-logger float rounding issue
2023-08-16 22:26:49 +02:00
DevilXD
29fa220238
Fix Spade URL extraction
2023-08-15 22:20:23 +02:00
Bamboozul
ed253a4b1e
Added Arabic Translation ( #274 )
2023-08-15 20:31:57 +02:00
DevilXD
70035cde36
Switch to MOBILE_WEB Client ID
2023-08-15 20:30:27 +02:00
DevilXD
137f540d62
Fix drop timestamp "ends" using "starts" translation
2023-08-07 21:04:10 +02:00
DevilXD
ab9a8312ce
Add exp backoff to GQL
2023-08-06 09:32:06 +02:00
DevilXD
e500569c33
Handle GQL service unavailable
2023-08-06 09:28:00 +02:00
DevilXD
c2a5db8a6a
Use asyncio.run
2023-07-05 21:44:22 +02:00
DevilXD
cb9a0789fe
Minor typing update
2023-07-05 21:20:23 +02:00