Add void support, misc other changes

This commit is contained in:
askiiart 2024-04-17 21:41:22 -05:00
parent 274c0a37d3
commit 4bbfa111d5
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
25 changed files with 136 additions and 395 deletions

View file

@ -62,7 +62,9 @@
"enabled": false
},
"AlwaysTrust": {
"enabled": true
"enabled": true,
"domain": true,
"file": true
},
"AnonymiseFileNames": {
"enabled": false
@ -141,8 +143,11 @@
"enableStreamQualityBypass": true,
"transformStickers": true,
"transformEmojis": true,
"transformCompoundSentence": false,
"emojiSize": 48
"transformCompoundSentence": true,
"emojiSize": 48,
"hyperLinkText": "{{NAME}}",
"useHyperLinks": true,
"stickerSize": 160
},
"FakeProfileThemes": {
"enabled": false
@ -187,7 +192,8 @@
"zoom": 2,
"nearestNeighbour": false,
"square": false,
"saveZoomValues": true
"saveZoomValues": true,
"zoomSpeed": 0.5
},
"InvisibleChat": {
"enabled": false,
@ -204,7 +210,9 @@
"replaceEvents": true
},
"MemberCount": {
"enabled": true
"enabled": true,
"memberList": true,
"toolTip": true
},
"MessageClickActions": {
"enabled": false
@ -344,7 +352,9 @@
"enabled": true
},
"PinDMs": {
"enabled": true
"enabled": true,
"dmSectioncollapsed": false,
"pinOrder": 0
},
"PlainFolderIcon": {
"enabled": false
@ -364,7 +374,8 @@
"showInMessages": true,
"showSelf": true,
"pronounSource": 0,
"showInProfile": true
"showInProfile": true,
"pronounsFormat": "LOWERCASE"
},
"QuickMention": {
"enabled": false
@ -400,7 +411,8 @@
"enabled": false
},
"SendTimestamps": {
"enabled": true
"enabled": true,
"replaceMessageContents": true
},
"ServerListIndicators": {
"enabled": false
@ -425,7 +437,7 @@
"enabled": false
},
"ShowMeYourName": {
"enabled": true,
"enabled": false,
"displayNames": false,
"mode": "user-nick",
"inReplies": false
@ -564,6 +576,24 @@
},
"NewGuildSettings": {
"enabled": false
},
"BetterRoleContext": {
"enabled": false
},
"BetterSettings": {
"enabled": false
},
"FriendsSince": {
"enabled": false
},
"OverrideForumDefaults": {
"enabled": false
},
"ResurrectHome": {
"enabled": false
},
"UnlockedAvatarZoom": {
"enabled": false
}
},
"notifications": {
@ -576,6 +606,6 @@
"authenticated": true,
"url": "https://api.vencord.dev/",
"settingsSync": true,
"settingsSyncVersion": 1709943427384
"settingsSyncVersion": 1713151376792
}
}

View file

@ -4,8 +4,8 @@
"minimized": false,
"windowBounds": {
"x": 962,
"y": 57,
"y": 56,
"width": 956,
"height": 1141
"height": 1142
}
}

File diff suppressed because one or more lines are too long

View file

@ -1,24 +0,0 @@
/*!
* BetterDiscord addon meta parser
* Copyright 2023 BetterDiscord contributors
* Copyright 2023 Vendicated and Vencord contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*!
* crxToZip
* Copyright (c) 2013 Rob Wu <rob@robwu.nl>
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

File diff suppressed because one or more lines are too long

View file

@ -1,7 +0,0 @@
// Vencord ca18b6e
// Standalone: true
// Platform: Universal
// Updater disabled: false
"use strict";function a(e,r=300){let n;return function(...d){clearTimeout(n),n=setTimeout(()=>{e(...d)},r)}}var s=require("electron"),m=require("fs"),S=require("path");var o=require("electron");function t(e,...r){return o.ipcRenderer.invoke(e,...r)}function c(e,...r){return o.ipcRenderer.sendSync(e,...r)}var _={},u=c("VencordGetPluginIpcMethodMap");for(let[e,r]of Object.entries(u)){let n=_[e]={};for(let[d,g]of Object.entries(r))n[d]=(...p)=>t(g,...p)}var i={themes:{uploadTheme:(e,r)=>t("VencordUploadTheme",e,r),deleteTheme:e=>t("VencordDeleteTheme",e),getThemesDir:()=>t("VencordGetThemesDir"),getThemesList:()=>t("VencordGetThemesList"),getThemeData:e=>t("VencordGetThemeData",e),getSystemValues:()=>t("VencordGetThemeSystemValues")},updater:{getUpdates:()=>t("VencordGetUpdates"),update:()=>t("VencordUpdate"),rebuild:()=>t("VencordBuild"),getRepo:()=>t("VencordGetRepo")},settings:{get:()=>c("VencordGetSettings"),set:(e,r)=>t("VencordSetSettings",e,r),getSettingsDir:()=>t("VencordGetSettingsDir")},quickCss:{get:()=>t("VencordGetQuickCss"),set:e=>t("VencordSetQuickCss",e),addChangeListener(e){o.ipcRenderer.on("VencordQuickCssUpdate",(r,n)=>e(n))},addThemeChangeListener(e){o.ipcRenderer.on("VencordThemeUpdate",()=>e())},openFile:()=>t("VencordOpenQuickCss"),openEditor:()=>t("VencordOpenMonacoEditor")},native:{getVersions:()=>process.versions,openExternal:e=>t("VencordOpenExternal",e)},pluginHelpers:_};s.contextBridge.exposeInMainWorld("VencordNative",i);if(location.protocol!=="data:"){let e=(0,S.join)(__dirname,"vencordDesktopRenderer.css"),r=document.createElement("style");r.id="vencord-css-core",r.textContent=(0,m.readFileSync)(e,"utf-8"),document.readyState==="complete"?document.documentElement.appendChild(r):document.addEventListener("DOMContentLoaded",()=>document.documentElement.appendChild(r),{once:!0})}else s.contextBridge.exposeInMainWorld("setCss",a(i.quickCss.set)),s.contextBridge.exposeInMainWorld("getCurrentCss",i.quickCss.get),s.contextBridge.exposeInMainWorld("getTheme",()=>"vs-dark");
//# sourceURL=VencordPreload
//# sourceMappingURL=vencord://vencordDesktopPreload.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,46 +0,0 @@
/*!
* Vencord, a modification for Discord's desktop app
* Copyright (c) 2022 Vendicated and contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/*!
* idb-keyval v6.2.0
* Copyright 2016, Jake Archibald
* Copyright 2022, Vendicated
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*!
* virtual-merge
* Copyright (c) 2023 Vendicated
* SPDX-License-Identifier: MIT
*/
/**
* apng-canvas v2.1.2
*
* @copyright 2011-2019 David Mzareulyan
* @link https://github.com/davidmz/apng-canvas
* @license MIT
*/

File diff suppressed because one or more lines are too long