aboutsummaryrefslogtreecommitdiff
path: root/src/VencordNative.ts
AgeCommit message (Collapse)Author
2023-08-10chore: transition to shorter license headers (#6)Rini
Transition from the GPL jumpscare to a more concise header: /* * Vencord, a Discord client mod * Copyright (c) 2023 Vendicated and contributors * * SPDX-License-Identifier: GPL-3.0 */ Old files still keep the old headers, while eslint will now autofix the new header Reviewed-on: https://codeberg.org/Ven/cord/pulls/6 Co-authored-by: Rini <rini@rinici.de> Co-committed-by: Rini <rini@rinici.de>
2023-08-04Add proper user-friendly theme manager (#635)megumin
Co-authored-by: Justice Almanzar <superdash993@gmail.com> Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Co-authored-by: V <vendicated@riseup.net>
2023-07-27VoiceMessages: Read file from dynamic path (fixes mac & linux support)V
2023-07-26New plugin: VoiceMessages (#1380)V
Co-authored-by: V <vendicated@riseup.net> Co-authored-by: Justice Almanzar <superdash993@gmail.com>
2023-06-29OpenInApp: Support steam; integrate with SpotifyControls & ShowConnectionsV
2023-05-02Refactor ipc to be strongly typed and hide impl details (#1018)V
2022-11-28Path aliases, better lazyWebpack (#268)Ven
2022-10-22style: Sort importsVendicated
2022-10-22Add license headersVendicated
2022-10-06add eslint config (#53)Ven
* eslint * workflow * lint main
2022-10-05Kill unsafe requireVendicated
2022-09-16Add .editorconfig; reformat projectVendicated
2022-08-31Add Plugin.start, make Settings actually start/stop pluginsVendicated
2022-08-31Refactor webpack; Add ErrorBoundaryVendicated
2022-08-31Make Settings & Settings PageVendicated
2022-08-30Add Settings 'page', gitHash, electron version in settingsVendicated
2022-08-29Fix NPE when opening DevToolsVendicated
2022-08-29ProgressVendicated