From 1157a8a8e2001a91560b04377bcb49c7ff2c311a Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sat, 2 Nov 2019 22:42:36 +0100 Subject: [PATCH] Update readme --- CHANGELOG.md | 2 ++ src/popup/panels/WhatsNewPanel.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 346b51d..d9a0880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ QoL improvements for me: * 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 +* **[4.4.0.1]** fixed mailto and reddit compose links. When reporting issues via e-mail or reddit, extension version, browser +and OS are automatically included in email/reddit template. ### v4.3.1 diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 23988e0..6499374 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -13,6 +13,8 @@
  • 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
  • +
  • [4.4.0.1] — fixed mailto: and reddit compose links. When reporting bugs, email/reddit template now + automatically gathers browser, extension version and OS.