diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9cf57..346b51d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,15 +12,16 @@ QoL improvements for me: * logging: allow to enable logging at will and export said logs to a file -### v.4.4.0 (future) +### v.4.4.0 (current) * Russian users (and users of other non-latin keyboard layouts) can now use keyboard shortcuts by default, without having to rebind them manually. (NOTE: if you've changed keyboard shortcuts manually, this change will ***NOT*** be applied to your configuration.) * NOTE: when using non-latin layouts, 'zoom' shortcut (`z` by default) uses the position of 'Y' on QWERTY layout. * Ability to preserve aspect ratio between different videos (applies to current page and doesn't survive proper page reloads) +* Changing aspect ratio now resets zooming and panning. * Fixed bug where keyboard shortcuts would work while typing in certain text fields * Fixed minor bug with autodetection -### v4.3.1 (current) +### v4.3.1 * Minor rework of settings page (actions & shortcuts section) * Fixed bug that prevented settings page from opening diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 5011014..23988e0 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -10,6 +10,7 @@
  • NOTE: when using non-latin layouts, 'zoom' shortcut (`z` by default) uses the position of 'Y' on QWERTY layout.
  • Ability to preserve aspect ratio between different videos (applies to current page and doesn't survive proper page reloads)
  • +
  • Changing aspect ratio now resets zooming and panning.
  • Fixed bug where keyboard shortcuts would work while typing in certain text fields
  • Fixed a minor bug with autodetection