Zack Rauen
f5f1220ecc
Lint and audit
2022-01-28 14:39:17 -05:00
Zack Rauen
f078e3b2dc
Remove appearance builtins
2022-01-28 14:00:59 -05:00
Strencher
a0a4670ece
Add bd-transparency class. ( #1024 )
2022-01-27 11:19:01 -05:00
Zack Rauen
3874fca041
Fix toasts, debuglogs, componentpatcher
2022-01-26 20:06:14 -05:00
Zack Rauen
8365730de5
Add devtools listener setting
2022-01-26 12:12:40 -05:00
Kyza
1d1fbc4810
Enable DevTools on Stable ( #1179 )
2022-01-26 11:51:17 -05:00
Zack Rauen
a244863157
Update version and changelog
...
- Fixes #854
- Fixes #1104
- Fixes #1102
- Fixes #1087
2022-01-24 02:06:49 -05:00
Zack Rauen
b4b7a158e3
Fix customcss
2022-01-24 01:36:14 -05:00
Zack Rauen
6f167ab2cd
Fix public servers and media keys
2022-01-24 00:15:55 -05:00
Strencher
8176425039
Add Notices API. ( #1022 )
...
* Add notices API.
* Change to spreading syntax
* Misc
* Fix typo & add Node type
* Remove unnecessary check & set default timeout to 0
2022-01-23 13:58:17 -05:00
Strencher
1dbf3e90a4
Fix broken classNames ( #1174 )
...
* Fix broken classNames
* Remove old title classNames
2022-01-23 04:23:25 -05:00
Zack Rauen
c662666c42
Update changelog and version
2021-11-14 00:57:45 -05:00
Zack Rauen
f47c35a29e
Update emote menu for Discord's changes
2021-11-14 00:54:03 -05:00
Zack Rauen
52fa9307bb
Change startup await
2021-11-14 00:53:45 -05:00
Zack Rauen
c2ff0b251d
Fix for class name changes
2021-11-01 17:02:46 -04:00
Zack Rauen
b20814c349
Release hotfixed change
2021-10-22 16:39:40 -04:00
Zack Rauen
631399991e
Fix translation fallbacks
2021-10-22 16:34:48 -04:00
Zack Rauen
58bfb6f51d
Fix guild load check
2021-10-22 15:44:45 -04:00
Zack Rauen
f8894703c1
Update version and changelog for release
2021-10-22 14:20:33 -04:00
Zack Rauen
4b04a6d149
Audit packages
2021-10-22 14:06:06 -04:00
Zack Rauen
f53fe0ecb1
Fix guild related components (@Strencher)
...
- Fixes #1074
- Fixes #1055
2021-10-22 14:01:27 -04:00
Zack Rauen
c616495f55
Update localization - POEditor
2021-10-22 13:29:51 -04:00
Strencher
d54079b005
Fix for latest update on canary. ( #1083 )
...
* Fix
* Change to `require`
2021-10-22 13:04:57 -04:00
Zack Rauen
45fb0664df
Audit and close #1059
2021-09-26 13:05:19 -04:00
Zack Rauen
fa87128157
Expose getPatchesByCaller
2021-07-28 09:12:29 -04:00
Zack Rauen
91249fe2b4
Update version number and readme
2021-07-28 01:46:20 -04:00
Zack Rauen
84fe58294c
Add temporary fix for mac stable
...
- fixes #889
- fixes #918
- fixes #896
2021-07-27 17:19:45 -04:00
Zack Rauen
3e863cb286
Allow falsey stored values in plugin data
...
Also ensures data is cached for other subcommands.
Fixes #960
2021-07-27 11:25:33 -04:00
Qb
6792ac9155
Fix Addon Editor not loading when CustomCSS disabled ( #915 )
...
* Editor: Fix Addon Editor not loading when CustomCSS disabled
* Editor: await loading to prevent issues caused by the AMD loader replacement
2021-07-27 09:41:51 -04:00
Qb
e99686346c
ReactDevTools: fixed race condition ( #898 )
...
```js
console.log('READY STATE '+ electron.app.isReady());
electron.app.once("loaded", async ()=>{console.log("loaded");});
electron.app.whenReady().then(async ()=>{console.log("whenReady");});
```
Results in the following when the app is already ready.
```
READY STATE true
whenReady
[... loaded will be logged]
```
This will not fix the race condition when opening the devtools. You want to open the devtools as **early** as possible for the tabs to show up.
2021-07-26 11:19:16 -04:00
Strencher
62f2f5d830
Fix cache issue & crashing issue ( #953 )
...
Fixes #866
2021-07-25 18:09:18 -04:00
Strencher
87efffb7e8
Fixes keys for new react version ( #948 )
...
* Fix for new react version
* Fix CustomCSS editor.
* Fix Dropdown Menus.
* Update drodown.jsx
* Remove unused variable
Fixes #949
Fixes #950
2021-07-25 18:08:17 -04:00
Zack Rauen
65dc214ffe
Update version and repo links
2021-07-09 02:05:58 -04:00
Zack Rauen
f35b82c69e
Fix linux inject script
...
Fixes #789
2021-07-08 18:50:43 -04:00
Zack Rauen
0eea6d8d17
Update dependencies
2021-07-08 18:32:35 -04:00
Strencher
b123e57c17
Add FileBrowser API to BdApi ( #842 )
2021-07-08 18:20:28 -04:00
Strencher
65dc310e03
Improve emotes menu. ( #879 )
2021-07-08 17:52:38 -04:00
dav1312
f3ff288e37
Update minimalmode.css ( #877 )
2021-07-08 02:07:09 -04:00
Strencher
416e50a672
Update ComponentPatcher ( #875 )
...
* Add onAdded util.
* Update ComponentPatcher
* make classes consistent, update logger import.
2021-07-07 19:55:56 -04:00
Criz Games
06a843e61e
Add support for other chrome profiles in reactdevtools.js ( #802 )
...
* Update reactdevtools.js
* Update reactdevtools.js
2021-07-07 18:46:06 -04:00
Strencher
959bdc3a4f
Fix several crashing issues ( #869 )
...
* Fix canary issue and stream crashing.
* Fix process package by NodeJS.
* Move ipc calls to IPC module.
2021-07-07 18:34:04 -04:00
Strencher
d25e56cc23
Fix console error stacks. ( #874 )
2021-07-07 18:08:50 -04:00
Zack Rauen
f8e2c2f762
Audit npm packages
2021-05-22 02:58:59 -04:00
Zack Rauen
356c7e89fa
Fix settings issue
...
Fixes #795
Closes #792
2021-05-22 01:51:16 -04:00
Zack Rauen
25873eaa96
Update some metadata and bump version
2021-04-18 21:48:41 -04:00
Zack
a187e8088f
Update sk.json (POEditor.com)
2021-04-17 12:49:10 -04:00
Zack
eaf87f224f
Update pt-br.json (POEditor.com)
2021-04-17 12:49:09 -04:00
Zack
22ce7a7a55
Update pl.json (POEditor.com)
2021-04-17 12:49:08 -04:00
Zack
c988e87346
Update de.json (POEditor.com)
2021-04-17 12:49:07 -04:00
Zack
9f1506e379
Update fr.json (POEditor.com)
2021-04-17 12:49:05 -04:00