diff --git a/src/csui/src/PlayerUiPanels/ChangelogPanel.vue b/src/csui/src/PlayerUiPanels/ChangelogPanel.vue
index a6fe4a7..eb71346 100644
--- a/src/csui/src/PlayerUiPanels/ChangelogPanel.vue
+++ b/src/csui/src/PlayerUiPanels/ChangelogPanel.vue
@@ -5,6 +5,19 @@
What's new
Full changelog for older versions is available here.
+ 6.2.0
+
+ There's been another major change that skips a version.
+
+
+ - Parts of automatic aspect ratio detection use WebGL now. This should result in improved performance. Slightly underwhelming blog post about this issue can be found here.
+ - In-player UI now indicates whether a site is having a problem with automatic aspect ratio detection.
+ - UI improvements
+
+
+ Since automatic aspect ratio detection had to be rewritten completely and since the new version needs to be out 5 days ago, there are some regressions in the automatic aspect ratio detection.
+
+
6.0.1
Fixed external links.
@@ -42,17 +55,6 @@
Panning option that's a bit more intuitive.
-->
- Unbaked features
-
- -
- Player UI settings. Ultrawidify doesn't always correctly identify which area the video should fill, especially when not in full screen mode.
- Version 6.0.0 was intended to come with UI that makes it easier for you to "help" ultrawidify by identifying the correct player element. Alas, I was
- busier than expected and manifest v3 deadline came faster than expected.
-
- -
- Disabling Ultrawidify UI trigger zone, or otherwise changing target area size and position, is not possible.
-
-
Regressions