Update version and repo links

This commit is contained in:
2021-07-09 02:05:58 -04:00
parent f2cdbd79b0
commit fa1ef5e111
12 changed files with 40 additions and 18 deletions
+19
View File
@@ -2,6 +2,25 @@
This changelog starts with the restructured 1.0.0 release that happened after context isolation changes. The changelogs here should more-or-less mirror the ones that get shown in the client but probably with less formatting and pizzazz.
## 1.2.0
### Added
- `openDialog` function added to `BdApi` to enable save/load of files.
### Removed
### Changed
- Emote menu now more seamlessly integrates with Discord.
- Support for other chrome profiles added when using React DevTools. (Thanks [CrizGames](https://github.com/CrizGames))
- Console errors from plugins should now properly map to the local file.
### Fixed
- Fixed several crashing issues related to voice and video chats.
- Fixed the incompatibility with Canary/PTB
- Fixed missing class names on guild elements.
- Fixed minimal mode for new Discovery tab. (Thanks [dav1312](https://github.com/dav1312))
## 1.1.1
### Added