diff --git a/CHANGELOG.md b/CHANGELOG.md index a39d934..1eacd99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,10 @@ * Fixed the bug where popup wouldn't be showing the correct settings * Fixed the bug where site settings would default to 'disabled', even if Extension default setting was not disabled. * Added ability to export and import settings from file (ft. developer mode editor) - +* [dev goodies] Added debug overlay for aard +* Fixed an issue where aspect ratio wouldn't get calculated correctly on youtube videos with native aspect ratios other than 16:9 +* Fixed an issue that would crash the extension if video element didn't have a player element associated with it +* Fixed an issue where extension sometimes wouldn't work if video element was grafted/re-parented to a different element ### v6.2.4 * [#264](https://github.com/tamius-han/ultrawidify/issues/264) — fixed issue with white screen that affected some youtube users. Special thanks to [SnowyOwlNugget](https://github.com/SnowyOwlNugget">SnowyOwlNugget), who instead of whining provided the necessary information. diff --git a/src/csui/src/PlayerUiPanels/ChangelogPanel.vue b/src/csui/src/PlayerUiPanels/ChangelogPanel.vue index 1c47d64..167a572 100644 --- a/src/csui/src/PlayerUiPanels/ChangelogPanel.vue +++ b/src/csui/src/PlayerUiPanels/ChangelogPanel.vue @@ -11,16 +11,11 @@
  • Fixed the bug where current extension settings wouldn't be displayed correctly in the popup
  • Fixed the issue where extension options using the "Extension default" mode would always be disabled
  • Added the ability to import and export settings (ft. developer mode editor)
  • +
  • Added some toys not intended for general audience (Aard now has debug tools).
  • +
  • Fixed an issue where aspect ratio wouldn't get calculated correctly on youtube videos with native aspect ratios other than 16:9
  • +
  • Fixed an issue that would crash the extension if video element didn't have a player element associated with it
  • +
  • Fixed an issue where extension sometimes wouldn't work if video element was grafted/re-parented to a different element
  • - -

    - Planned future updates before Tam vanishes due to convention season obligations: -

    - -

    Thank you monies