admin
88228a07e6
Fix for latest update on canary. ( #1083 )
...
* Fix
* Change to `require`
2021-10-22 13:04:57 -04:00
admin
1dba4befa9
Audit and close #1059
2021-09-26 13:05:19 -04:00
admin
c827bdd98d
Expose getPatchesByCaller
2021-07-28 09:12:29 -04:00
admin
0c0a4da52f
Update version number and readme
2021-07-28 01:46:20 -04:00
admin
76f69816a8
Add temporary fix for mac stable
...
- fixes #889
- fixes #918
- fixes #896
2021-07-27 17:19:45 -04:00
admin
78cc34fd93
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
admin
72464a8dfa
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
admin
5ed03bcf01
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
admin
5e5a01784e
Fix cache issue & crashing issue ( #953 )
...
Fixes #866
2021-07-25 18:09:18 -04:00
admin
3923f86f77
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
admin
fa1ef5e111
Update version and repo links
2021-07-09 02:05:58 -04:00
admin
f2cdbd79b0
Fix linux inject script
...
Fixes #789
2021-07-08 18:50:43 -04:00
admin
f6fb7e308d
Update dependencies
2021-07-08 18:32:35 -04:00
admin
3d1b832ebc
Add FileBrowser API to BdApi ( #842 )
2021-07-08 18:20:28 -04:00
admin
bec2b1a5a6
Improve emotes menu. ( #879 )
2021-07-08 17:52:38 -04:00
admin
013f8f6c46
Update minimalmode.css ( #877 )
2021-07-08 02:07:09 -04:00
admin
c84a295b33
Update ComponentPatcher ( #875 )
...
* Add onAdded util.
* Update ComponentPatcher
* make classes consistent, update logger import.
2021-07-07 19:55:56 -04:00
admin
e98ffd522b
Add support for other chrome profiles in reactdevtools.js ( #802 )
...
* Update reactdevtools.js
* Update reactdevtools.js
2021-07-07 18:46:06 -04:00
admin
5c6ab67969
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
admin
05d486d1e5
Fix console error stacks. ( #874 )
2021-07-07 18:08:50 -04:00
admin
0af8228458
Audit npm packages
2021-05-22 02:58:59 -04:00
admin
b0311b97c7
Fix settings issue
...
Fixes #795
Closes #792
2021-05-22 01:51:16 -04:00
admin
953c6efd4a
Update some metadata and bump version
2021-04-18 21:48:41 -04:00
admin
e984eece4a
Update sk.json (POEditor.com)
2021-04-17 12:49:10 -04:00
admin
e50af632d5
Update pt-br.json (POEditor.com)
2021-04-17 12:49:09 -04:00
admin
a285549779
Update pl.json (POEditor.com)
2021-04-17 12:49:08 -04:00
admin
764c60bc8a
Update de.json (POEditor.com)
2021-04-17 12:49:07 -04:00
admin
c4bf1dee50
Update fr.json (POEditor.com)
2021-04-17 12:49:05 -04:00
admin
86c427e69b
Update zh-tw.json (POEditor.com)
2021-04-17 12:49:04 -04:00
admin
fedcefe247
Update zh-cn.json (POEditor.com)
2021-04-17 12:49:03 -04:00
admin
3d18ef974b
Fix startup bug for folder users
2021-04-16 19:28:34 -04:00
admin
dc634b9f3a
Adjust how locales are handled
...
Allows POEditor to be the main copy of translated strings (aside from en-US)
2021-04-15 22:35:08 -04:00
admin
500b12250d
Update various pieces of UI
...
- fix minimal mode
- revamp addon error modal
- restyle some aspects of toasts (includes light mode support)
- overhaul addon error modal (thanks to @Strencher for some react help)
- update switches to match discord's latest design
2021-04-15 18:08:00 -04:00
admin
e3648a7ab4
Fix various bugs
...
- Fix an issue removing settings collection
- Fix bugs related to opening in system editor
- Check for guild glasses (in webpack) a little bit later to allow for slower loading
- Add addition try..catch around file operations in DataStore
2021-04-15 18:03:59 -04:00
admin
52f091a9ad
Clean up code, add more linting, update emote styling
2021-04-12 01:07:00 -04:00
admin
80380581b2
Add French translation ( #649 )
2021-04-08 03:10:19 -04:00
admin
974caac0b6
Switch how assets are handled
2021-04-07 20:31:02 -04:00
admin
d4943ec4da
Fix some smaller bugs
2021-04-06 21:40:19 -04:00
admin
3221e875e9
Revamp error modal
2021-04-06 14:09:43 -04:00
admin
898a2542da
Add more developer tools
2021-04-06 02:03:08 -04:00
admin
9f60c22aa0
Add initial pass at core updater
...
- Fix duplicate file regex
- Add core updater
- Unify versions
- Add sanity for plugin/theme folder
2021-04-05 01:43:30 -04:00
admin
ff0008a410
Fix bugs for plugins and themes
2021-04-03 15:56:46 -04:00
admin
5e0f242e62
Add ability to remove discord's minimum size restriction
2021-04-03 00:17:55 -04:00
admin
be0280f609
Fix issues removing settings panels
...
Closes #627
2021-04-02 23:49:32 -04:00
admin
e8f429f114
Remove class normalizer
2021-04-02 23:36:55 -04:00
admin
ab0a5fc8dc
Add a few small features
...
- Fixes colored text
- Fixes detach window not showing saved css (closes #635 )
- Adds option to prevent Discord from hijacking the media keys (closes #410 )
- Adds command line flag to launch a vanilla version of Discord `--vanilla` (closes #337 )
- Adds option for app-wide ctrl+shift+c shortcut for inspect element (closes #349 )
- Adds emote blocklist to BdApi via `BdApi.Emotes.blocklist` (closes #408 )
2021-04-02 23:16:23 -04:00
admin
3b609be08c
Update the README
2021-03-31 16:28:43 -04:00
admin
7ecd9a78df
Fixes issues with bd folder
2021-03-25 12:19:55 -04:00
admin
479cb1d182
Fix multiple bugs, change to sync loading
...
- Removes copy selector developer option
- Add a crash check in the injector
- Switch from throwing over the wall to using <script> elements
- Revert to synchronous loading due to above
- Don't load on login screen
- Plugin logging includes version numbers
- Fix blankslate links
- Fix changelog overflow
2021-03-18 17:50:47 -04:00
admin
c48f85d044
Fix build and add instructions
2021-03-18 10:00:12 -04:00