Commit graph

169 commits

Author SHA1 Message Date
Vendicated
44627b4cd4
autostart(linux): correctly preserve command line arguments 2024-03-12 03:38:37 +01:00
Vendicated
97267ef89a
Rewrite http utils; properly handle (& retry on) network errors 2024-03-12 02:31:53 +01:00
Vendicated
132adcb733
Bump dependencies; electron v29 2024-03-12 01:33:50 +01:00
Vendicated
738fa588a6
Adapt spellcheck to new context menu api 2024-03-12 01:28:37 +01:00
Justin Chung
612d35c96f
Add categories to Vesktop settings to reduce visual clutter (#379)
Co-authored-by: Vendicated <vendicated@riseup.net>
2024-02-18 15:49:42 +00:00
Noah
2bd8ca96df
Workaround screenshare audio using microphone on debian bug (#360)
* feat(screenshare): add workaround

* refactor: review suggestions

* chore(deps): bump venmic

* chore(deps): bump venmic
2024-01-28 16:55:46 +01:00
Noah
4d82a6f41d
refactor: stop venmic on stream stop (#353) 2024-01-23 17:37:57 +01:00
Vendicated
b636b65e55
implement vencord 'transparency' option 2024-01-19 01:07:27 +01:00
V
7d30dcdb47
Make popouts respect the menu bar visibility setting 2024-01-19 00:01:30 +01:00
V
4f1615ecb3
fix window flash when clicking notification 2024-01-18 23:49:26 +01:00
V
463cd6dc46
popout: fix titlebar close button 2024-01-18 21:33:17 +01:00
V
8c007476c3
popout: fix titlebar on windows when using native titlebar 2024-01-18 21:13:52 +01:00
Vendicated
83e74b98d5
don't disable tray 'Open' item when window is shown (doesnt work correctly) 2024-01-16 01:22:10 +01:00
Vendicated
2e4c834a90
also allow using discord titlebar on non-windows 2024-01-16 01:08:06 +01:00
Vendicated
2aa0b0fa20
prettier update borked lint somehow woah 2024-01-15 19:10:42 +01:00
Vendicated
3ac0ed3d78
config migration: also migrate indexeddb 2024-01-15 19:09:09 +01:00
Vendicated
eddc1de784
bump deps 2024-01-15 19:05:29 +01:00
Vendicated
6483b3a3d9
port popout logic from discord desktop 2024-01-15 18:52:46 +01:00
Vendicated
38f0330eb2
Fix adding connections & popout on ptb/canary 2024-01-15 17:56:33 +01:00
Vendicated
15a49a31e1
add clipboard.copyImage ipc
the web clipboard api only works when focused. so when you try to copy an image but immediately unfocus while its still fetching the image, it will fail. this ipc ensures it will always work even without focus
2024-01-13 19:04:32 +01:00
Redeven
0f0bddbef9
feat: Add start minimized as a launch argument (#316)
Co-authored-by: V <vendicated@riseup.net>
2024-01-07 03:11:00 +01:00
Vendicated
0881143d57
update appId 2024-01-07 02:52:39 +01:00
Vendicated
effd950b2d
fully rename app to Vesktop 2024-01-07 02:44:14 +01:00
Vendicated
4074e8d6ac
move internal state from settings.json to state.json 2024-01-07 02:26:18 +01:00
Marocco2
779c8fa516
Remove transparent: true for transparencyOption (#266)
Co-authored-by: V <vendicated@riseup.net>
2024-01-07 00:59:29 +00:00
Vendicated
b059516707
SteamOS: always use dark theme
Co-authored-by: AAGaming <aagaming@riseup.net>
2024-01-06 03:20:13 +01:00
Vendicated
dfa9d248d3
bump venmic 2024-01-06 03:18:30 +01:00
Vendicated
0b01732293
make hardwareAcceleration setting more intuitive 2024-01-06 02:02:54 +01:00
Nick
a89cd9d2ba
add setting to disable hardware acceleration (#315) 2024-01-02 05:36:50 +01:00
V
2f35128acf
Revert "feat: Add start as minimized toggle to settings (#248)" (#310)
the current implementation was prematurely merged and is broken. it will be back with a fixed implementaton eventually
2023-12-28 04:25:54 +01:00
V
7565eb39a4
improve method for enabling notifications by default 2023-12-28 04:19:56 +01:00
V
d71d0c1cc4
bump electron to v28 2023-12-28 03:27:38 +01:00
Lewis Crichton
dfc6970756
fix(security): use promise queue for steam pipe (#300)
this prevents an (unlikely) race condition where writing multiple large payloads to the pipe simultaneously could lead to jambled data => argument injection
2023-12-28 01:38:31 +01:00
AAGaming
aa397d003c
SteamOS: add flatpak support using steam.pipe (#283) 2023-12-22 13:56:11 +00:00
Michal Vaniš
40b952d8bf
feat: Add start as minimized toggle to settings (#248)
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Co-authored-by: V <vendicated@riseup.net>
Co-authored-by: Lewis Crichton <lewi@lewisakura.moe>
2023-12-09 13:42:44 +00:00
Nico
2917ff25e5
Bump dependencies (#258)
Co-authored-by: V <vendicated@riseup.net>
2023-12-02 17:17:59 +01:00
Michal Vaniš
96b0652a06
feat: Add option to disable smooth scrolling (#255) 2023-11-24 22:14:23 +00:00
AAGaming
94819e6f16
Update steamdeck controller layout (#236) 2023-11-12 01:28:57 +00:00
Noah
a232af06ed
feat: update venmic (#230)
* feat: update venmic

* chore(deps): bump venmic
2023-11-10 18:12:36 +01:00
AAGaming
b24535483e
proper fix for disabling sandbox on steamos (#206)
Co-authored-by: Vendicated <vendicated@riseup.net>
2023-11-01 01:50:18 +00:00
AAGaming
1e9c70eed9
SteamOS: fixes & official controller layout (#194) 2023-10-31 22:14:30 +01:00
Mars
3262e083fa
fix positioning of traffic lights on darwin (#185)
Co-authored-by: V <vendicated@riseup.net>
2023-10-30 17:35:24 +00:00
Vendicated
b17370cc7b
add arm64 venmic binary 2023-10-27 00:42:50 +02:00
Vendicated
886d02f7c3
screenaudio: show better error if glibcxx too old 2023-10-27 00:27:35 +02:00
Nico
0cad71f6ae
fix: adjust hiding download button to new discord update (#176) 2023-10-26 23:23:31 +02:00
Vendicated
b5eac15b42
Use correct OS in U-Agent ~ ~should fix captchas 2023-10-26 22:07:35 +02:00
rini
19c3112d52
fix spellcheck patch (#169) 2023-10-25 20:57:08 +02:00
Vendicated
7f6db5eeda
Linux ScreenAudio: Remove Duplicates 2023-10-25 00:31:53 +02:00
Vendicated
10b38e5b41
make updater window close button close proper window 2023-10-25 00:30:42 +02:00
AAGaming
46a2314173
fix turnary soup in main window options (#164) 2023-10-25 00:24:37 +02:00