소스 검색

docs: update changelog

Sv443 1 년 전
부모
커밋
1fe06861dc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      changelog.md

+ 1 - 0
changelog.md

@@ -6,6 +6,7 @@
   - Remade the toggle buttons in the config menu to look cool and still be just as accessible
 - **Internal Changes:**
   - Implemented new class BytmMenu for less duplicate code and better accessibility, and to enable the improved configuration menu
+  - Plugin interface now has access to the classes [`BytmDialog`](https://github.com/Sv443/BetterYTM/blob/0f2563541289e383a87b1dd34e6b3f86baf34c63/contributing.md#bytmdialog) and [`NanoEmitter`](https://github.com/Sv443/BetterYTM/blob/0f2563541289e383a87b1dd34e6b3f86baf34c63/contributing.md#nanoemitter), and functions [`createHotkeyInput()`](https://github.com/Sv443/BetterYTM/blob/0f2563541289e383a87b1dd34e6b3f86baf34c63/contributing.md#createhotkeyinput) and [`createToggleInput()`](https://github.com/Sv443/BetterYTM/blob/0f2563541289e383a87b1dd34e6b3f86baf34c63/contributing.md#createtoggleinput)
 
 [See pull request for more info](https://github.com/Sv443/BetterYTM/pull/52)