Commit Graph

316 Commits

Author SHA1 Message Date
Zack Rauen 0acc5a6f85 Change to prototype keys 2023-05-24 18:57:09 -04:00
Strencher 83c0c81079 Cleanup & Improvements
- Rename `getByProps()` to `getByKeys()` and deprecated *byProps methods & filters.
- Fix a couple string errors
- Rename `getByPrototypes()` to `getByPrototypeFields()`
- Rename `getMangled()` to `getWithKey()`
2023-05-24 23:00:42 +02:00
Strencher 68c6b81ed7 Implement options for
- getByProps() methods
- getByPrototypes() methods
- getByString() methods
2023-01-26 00:00:16 +01:00
Strencher 97138afb7d Fix typo & options 2022-12-31 17:44:01 +01:00
Strencher 9875068228 Add webpack aliases. 2022-12-29 23:27:52 +01:00
Zerebos 6e93538465
Update README (#1504)
* Update README

* Update link, add addon info
2022-12-23 03:24:19 -05:00
Zerebos 07d626b8ee
Add github actions ci 2022-12-16 19:11:29 -05:00
Zack Rauen daafbf51b1 Change version for hotfix 2022-12-14 15:26:36 -05:00
Strencher 5b8a173aa0 Fix ContextMenu part two 2022-12-13 02:59:28 +01:00
Zack Rauen 9d7264be96 Update version and changelog 2022-12-12 19:41:16 -05:00
Zack Rauen 06bdfe301b Remove old installs when detected 2022-12-12 18:50:51 -05:00
Strencher d2594463c0 Fix for Canary & PTB
* Adds better error handling on startup for the ContextMenu API.
2022-12-13 00:04:29 +01:00
Zack Rauen ac80567306 Readd path.join 2022-12-11 15:24:15 -05:00
Zack Rauen 61cbd84843 Fix for inject script 2022-12-11 15:00:37 -05:00
Zack Rauen 331ece8ca1 Adjust injection for core 2022-12-10 21:59:51 -05:00
Zack Rauen 5536bac463 Improve update version checks 2022-12-10 20:59:26 -05:00
Zack Rauen 497201770b Move all platforms to discord_desktop_core 2022-12-10 18:47:37 -05:00
Zack Rauen a172baa6c8 Change update check to be more accomodating 2022-12-08 17:17:53 -05:00
Zerebos d2a1a29d6d
Remove all references of emotes (#1467) 2022-11-06 14:37:15 -05:00
Zerebos 03efbfd447
Change how patching modules works (#1474) 2022-11-06 14:33:47 -05:00
Strencher 690bfb79cb Fix inject script for Electron v17+ 2022-10-28 22:27:35 +02:00
Zack Rauen ac70698593 Update for canary 2022-10-27 14:37:37 -04:00
Zerebos 7442dde2fa
Change LICENSE + update and clean several parts of repo (#1459)
* Update license and contributing, add new CoC

* Remove outdated info, update issue templates

* Fix more links and wording
2022-10-20 13:56:58 -04:00
Zack Rauen 548552dfe2 Fix plugin settings and invites 2022-10-17 18:05:08 -04:00
Zack Rauen f0bf331933 Fix an issue with the core updater 2022-10-15 18:15:03 -04:00
Zack Rauen 1dd9df2f48 Update version and changelog 2022-10-15 01:00:14 -04:00
Zack Rauen 86b6a671a2 Update translations 2022-10-14 23:29:19 -04:00
Zack Rauen 55d2b8076b Add translation update script
- Automatically filters out untranslated strings to reduce filesize
- Can update all translations in a single script rather than repeated commits
2022-10-14 23:22:57 -04:00
Zack Rauen 90338e9b84 Move strings to be translatable and lint 2022-10-13 23:42:05 -04:00
Zack Rauen 7959260f29 Fix various api issues 2022-10-13 21:53:41 -04:00
Strencher c0543586cb Fix ContextMenu Patcher 2022-10-12 22:08:27 +02:00
Zack Rauen 1165043908 Skip checking useless documentElement exports 2022-10-11 16:57:51 -04:00
Strencher 2012dae121 Fix patcher 2022-10-11 22:53:53 +02:00
Zerebos 9e0f274b50
Merge pull request #1433 from BetterDiscord/development
Merge development changes
2022-10-10 15:13:58 -04:00
Zack Rauen 840af61b3c Update version and changelog 2022-10-10 15:00:37 -04:00
Zack Rauen c3d4313b8e Fix an issue with public servers and documentation 2022-10-10 14:33:36 -04:00
Zack Rauen 9c0a8747f3 Make updater responsive 2022-10-10 02:32:57 -04:00
Zack Rauen a984bf08b0 Fix getLazy
- Fix getLazy not passing options to getModule
- Fix rm, rmSync missing in fs
- Remove useless code in searchExports iterator
2022-10-09 19:42:53 -04:00
Zack Rauen af1a26c333 Fix various bugs
- Show public servers on startup
- Update plugin tab on load/unload
- Finish switching searchGetters to searchExports
- Add disabled class to addon cards
- Fix/rebuild changelog modal
2022-10-09 18:22:07 -04:00
Zack Rauen a9220996b5 Fix public servers 2022-10-09 13:49:29 -04:00
Zack Rauen a13422df11 Adjust webpack search 2022-10-08 20:04:56 -04:00
Strencher b1cbe8b93b feat: BdApi.ContextMenu
* Allows patching & creating context menus.
2022-10-09 01:07:12 +02:00
Zack Rauen 5780cc23c2 Fix freezing api and add updater css 2022-10-08 17:00:18 -04:00
Strencher 32bf2be211 Fix Modals, Toasts
* Make external modules be cached
* Fix ConfirmationModal component being found wrong
* Make default modal actually be standalone and be used for react crash fallback
* Fixes toasts showing up in the crash screen
2022-10-08 22:28:56 +02:00
Strencher dd97539da3 Make patcher work with getters 2022-10-08 10:40:45 +02:00
Zack Rauen 46c57567d0 Rework updater and add UI 2022-10-03 04:40:18 -04:00
Zack Rauen 70194a7114 Add common setting types 2022-10-03 02:49:54 -04:00
Zack Rauen 87652dab8e Restructure API, condense DOM modules 2022-10-02 23:34:45 -04:00
Zack Rauen 6454b63f6b Add tooltip 2022-10-02 23:34:41 -04:00
Strencher e63695e17f Fix getModule & Add searchGetters option
Co-authored-by: Zerebos <rauenzi@outlook.com>
2022-09-30 02:05:19 +02:00