diff --git a/CHANGELOG.md b/CHANGELOG.md
index b88d421..b7fd25a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,9 +9,12 @@
### v4.2.0
+* Slightly improved popup design. (Design change suggested by PortaTrekos)
* Player detection: youtube and twitch now have manual player element detection, with strictly defined players.
-* Improved design (thanks, _INSERT CREDIT HERE_)
-* Improved enabling/disabling of embedded videos
+* Improved site settings control in extension popup. It's possible to enable extension for previously disabled embedded sites.
+* Improved incompatibilities with reddit, where videos would be vertically misaligned when not using RES
+* Fixed imcompatibilities with Iridium. Flicker when clicking play/pause or switching between big and popup player is caused by either Youtube or Iridium trying to apply their styles over mine.
+* Issues with inconsistent alignment that some people reported are potentially fixed
### v4.1.2 (current)
diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue
index 655998c..f20938f 100644
--- a/src/popup/panels/WhatsNewPanel.vue
+++ b/src/popup/panels/WhatsNewPanel.vue
@@ -2,34 +2,20 @@
What's new
Full changelog for older versions is available here.
-
4.1.1 & 4.1.2
+
4.2.0
- - Disabled extension on gfycat.
- - Fix for old.reddit.com applied to www.reddit.com
+ - Slightly improved popup design. (Design change suggested by PortaTrekos)
+
- Improved site settings control in extension popup. It's possible to enable extension for previously disabled embedded sites.
+ - Improved incompatibilities with reddit, where videos would be vertically misaligned when not using RES
+ - Fixed imcompatibilities with Iridium. Flicker when clicking play/pause or switching between big and popup player is caused by either Youtube or Iridium trying to apply their styles over mine.
+ - Youtube, reddit and twitch players are now determined by a query string (instead of less accurate automatic detection)
+ - Some people reported issues with inconsistent video alignment on youtube. While I've not been able to make that bug happen to me,
+ (which means I haven't been able to fix it either), reports describe behaviour similar to what was going on with Iridium. Examining
+ the Iridium issue revealed an issue that could be potentially blamed for this behaviour. That issue was fixed. Since I've never been able to make this problem
+ happen to me, I'm not being able to verify whether that issue is gone. If you're still experiencing issues with inconsistent video alignment,
+ please contact me via github, reddit or email. See 'Report a problem' tab for more details.
-
4.1.0
-
- - This
- - (Experimental) You can specify custom CSS for the page.
- - (Experimental) You can manually specify how player element is detected
- - Fixed old.reddit and vimeo for that. Disabled extension on imgur by default.
-
-
4.0.0
-
-
- - Fixed the bug where settings wouldn't be saved.
- - Autodetection improvements:
- - Implemented gradient detection. Changing aspect ratio will only happen if hard edge is detected
- - Improved black frame detection. Some (but not all) issues about autodetection triggering on dark frames were resolved
- - Increased autodetection frequency from 0.6s to 0.3s. This isn't likely to happen, but if you notice this
- extension using excessive amounts of RAM (2+ GB), this is why. If you experience this issue, please contact me (see 'Report a problem' tab).
-
-
- - Settings page for extension added.
- - (Experimental) You can define custom keyboard shortcuts in settings. See 'actions' menu.
-
- For more detailed info, see
full changelog.
-
+