Commit graph

200 commits

Author SHA1 Message Date
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
Vendicated
e6dc026708
Fix for latest canary 2023-10-24 23:12:22 +02:00
Ryan Cao
4b8f374856
feat: allow disabling updates check (#155)
Co-authored-by: V <vendicated@riseup.net>
2023-10-22 17:10:25 +02:00
Vendicated
7b0f64a9fc
remove legacy vencorddesktop aliases 2023-10-21 22:25:16 +02:00
V
573a953a2f
add linux audio screensharing (#130)
Co-authored-by: V <vendicated@riseup.net>
Co-authored-by: kaitlynkitty <87152313+kaitlynkittyy@users.noreply.github.com>
Co-authored-by: Curve <fynnbwdt@gmail.com>
2023-10-21 22:15:55 +02:00
Ryan Cao
841cdcf672
feat: add splash window theming (#52)
Co-authored-by: V <vendicated@riseup.net>
2023-10-14 03:04:44 +00:00
Vendicated
0d93e08e99
arrpc: migrate from websocket + plugin to electron ipc 2023-10-13 04:02:10 +02:00
Tornike Khintibidze
c445c6194f
MacOs: properly request microphone and camera permission (#121)
Co-authored-by: V <vendicated@riseup.net>
2023-10-12 04:24:16 +02:00
Tornike Khintibidze
89af4316d3
Optimize the menu bar for macOS (#120)
Co-authored-by: V <vendicated@riseup.net>
2023-09-30 20:43:27 +00:00
Zyrouge
670de01938
fix: appimage not relaunching (#128) 2023-09-27 04:52:00 +02:00
Zyrouge
061fec44af
fix icon missing in some windows (#124)
Co-authored-by: V <vendicated@riseup.net>
2023-09-25 01:19:54 +00:00
V
9bb02f8581
security: make ipc only allow discord origins 2023-08-25 15:32:06 +02:00
V
50a103710d
Add Vesktop section to Settings customSections 2023-08-16 02:02:23 +02:00
DaBluLite
e6e66e775c
Fix platformClass: change "platform-windows" to "platform-win" (#94) 2023-08-14 13:55:47 +00:00
V
a5ec031a2f
Fix windows titlebar on canary 2023-08-12 04:01:10 +02:00
V
6ee920ff2c
Show error toast when selecting invalid venchord dir 2023-08-12 03:15:21 +02:00
V
28ad4a6f73
Improve valid vencord install checks 2023-08-12 03:13:07 +02:00
Justice Almanzar
6dc26aea6a
vecord: download proper vesktop specific preload & renderer css (#90)
Co-authored-by: V <vendicated@riseup.net>
2023-08-12 03:09:14 +02:00
Hugo C
9003b94f85
mac: fix dock notification badge (#88) 2023-08-08 13:08:32 +02:00
V
f7b7931847
only pass partial info 2023-08-07 00:48:23 +02:00
V
b87bcaefe9
Wayland: Skip our screenshare screen picker 2023-08-07 00:39:38 +02:00
V
3108de7c79
Port Discord's windows title bar (#86) 2023-08-07 00:23:27 +02:00
Nickyux
8f1ea1f440
Update Settings Text to Vesktop (#84) 2023-08-05 17:18:12 +00:00
V
ba2618878e
add vencord themes watcher 2023-08-04 19:39:33 +02:00
V
87595deae7
Fix static title 2023-08-02 23:59:02 +02:00
V
61f9559984
Add Enable Menu setting 2023-07-28 21:54:17 +02:00
V
5fa9264bdb
mac: Hide tray related settings 2023-07-28 21:45:22 +02:00
Ryan Cao
08090e3764
feat: use standardized icon for macOS (#48)
Co-authored-by: V <vendicated@riseup.net>
2023-07-27 01:03:29 +00:00
Hugo C
a95f7f8fbd
Remove macOS tray icon (#68)
Co-authored-by: V <vendicated@riseup.net>
2023-07-27 00:20:15 +00:00
Ryan Cao
9d62cc9437
fix: macOS updater URL for different architectures (#69)
Co-authored-by: V <vendicated@riseup.net>
2023-07-27 02:16:17 +02:00
V
2b4f7a07d2
Fix tray logic 2023-07-27 00:46:25 +02:00
Ryan Cao
d884b7d3d6
feat: add "Reset Vesktop" option to menu & tray (#53)
Co-authored-by: V <vendicated@riseup.net>
2023-07-14 00:14:48 +00:00
Ryan Cao
6d35be79b8
feat: use inset title bar style on macOS (#47)
Co-authored-by: V <vendicated@riseup.net>
2023-07-14 00:07:48 +00:00
Ryan Cao
70ca06eb16
fix: remove duplicate quit items on macOS (#49)
Co-authored-by: V <vendicated@riseup.net>
2023-07-13 17:07:19 +00:00
V
210ddbae06
Rename to Vesktop (#57) 2023-07-13 19:03:13 +02:00
V
3ee57831b9
Fix maximise button being wrongly disabled 2023-07-12 18:56:50 +02:00
Ryan Cao
72f83c3ac4
feat: add hide menu bar items on macOS (#50)
Co-authored-by: V <vendicated@riseup.net>
2023-07-11 21:35:15 +02:00
Ryan Cao
13d87dc85e
fix: improve app hiding functionality (#51) 2023-07-11 20:57:10 +02:00
Flag
0415cb77f7
feat: implement transparency for Windows (#46) 2023-07-11 20:45:30 +02:00
V
ed2361ff22
Don't show Menubar on alt press
Closes #45
2023-07-03 22:25:11 +02:00
V
c587e93c56
oop oop 2023-07-03 22:22:35 +02:00
V
6ba0896a6e
Implement Screenshare Quality & fps settings 2023-07-03 22:12:26 +02:00
V
843b57e03e
Support invite modal launch from web 2023-06-30 18:57:28 +02:00
V
49fb4c68b6
Updater Popup: Add Changelog; Make about page prettier 2023-06-26 01:42:51 +02:00
V
477ecbb4ba
Cleanup 2023-06-26 00:41:52 +02:00
V
4abce9d084
Fix some Context Menus being broken by regression 2023-06-26 00:05:08 +02:00
V
7f54858b27
Add SpellCheck toggle in textarea context menu 2023-06-25 16:48:46 +02:00
V
e60f04bb79
Fix DevTools context menu 2023-06-25 04:20:26 +02:00
V
a7ded71404
Add SpellCheck suggestions 2023-06-25 03:44:19 +02:00
V
31799ccfb0
Add Notification badge 2023-06-23 17:20:54 +02:00
V
50b2e864c2
Update UserAgents 2023-06-23 16:03:31 +02:00
V
f58ed485a9
Improve defaults, Add Rich Presence to first launch confi 2023-06-22 15:55:04 +02:00
V
253277984b
Add ScreenSharing (#14) 2023-06-21 20:52:56 +02:00
V
23c0647e6c
Fix ENOENT on first install 2023-06-21 17:24:50 +02:00
V
fd45068a46
autoStart: respect XDG_CONFIG_HOME 2023-06-21 17:09:04 +02:00
V
9f9f665ede
blehhhhh 2023-06-21 16:53:04 +02:00
V
fd0055032f
Add AutoStart to first launch tour 2023-06-21 16:52:28 +02:00
V
a993d34c9d
autostart: improve typing 2023-06-21 16:15:57 +02:00
V
f232defd1c
Add start with system option 2023-06-21 16:13:20 +02:00
V
684f3330e9
Fix updater file logic 2023-06-21 14:46:40 +02:00
V
178bb0c012
Add first launch tour (#38) 2023-06-21 14:39:41 +02:00
V
39cc30de53
Add arRPC integration 2023-06-09 22:47:59 +02:00
Vendicated
fe70701de8
Fix zoom & about menu items; add version to about page 2023-04-27 02:23:17 +02:00
Vendicated
3305900cb8
Do not register as media service; Fix autoplay 2023-04-27 01:19:58 +02:00
Nick
c495e71f35
Static title (#17) 2023-04-20 02:26:56 +00:00
Vendicated
0aaddf24c6
Migrate to @vencord/types package 2023-04-19 22:47:47 +02:00
Vendicated
7a2161d746
Make IS_DEV force new instance 2023-04-15 20:23:47 +02:00
Vendicated
d0e7a319d6
Spoof UserAgent as browser. Fixes VCs????? 2023-04-15 20:13:18 +02:00
Ryan Cao
583680d311
feat: reuse built-in menus in system menubar (#12)
* fix: add edit menu on macOS to allow clipboard actions

* feat: reuse more built-in menus

* re-add zoom shortcut fix

---------

Co-authored-by: V <vendicated@riseup.net>
2023-04-15 10:37:52 +00:00
Vendicated
70dd38f79d
make spellcheck use all system locales 2023-04-14 04:05:56 +02:00