diff --git a/CHANGELOG.md b/CHANGELOG.md index d0608ac..3277a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## v3.x +### v3.2.0 + +* Zoom and panning + ### v3.1.1 (Chrome-only) * Logging was accidentally left on in release version. This was fixed. diff --git a/README.md b/README.md index 82e1186..908b3c7 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,10 @@ If you own an ultrawide monitor, you have probably noticed that sometimes videos * **Can be enabled or disabled on per-site basis** * **Crop video to fit screen** (no stretching. Supported aspect ratios: 21/9 (1:2.39), 16:9, 16:10, _one (1) custom aspect ratio_) * **Automatic aspect ratio detection** (can be enabled/disabled entirely or on a per-site basis, separately of the extension. Autodetection in action: [youtube](https://www.youtube.com/watch?v=j2xn1WpbtCQ)) -* **[NEW in v3!] Stretch video to fit the screen** (4 different approaches) * **Supports Youtube theater mode** +* **[EXPERIMENTAL!]** Stretch video to fit the screen (4 different approaches) +* **[EXPERIMENTAL!] (3.2.0) custom zooming and panning** + ### Officially supported sites diff --git a/js/conf/ExtensionConf.js b/js/conf/ExtensionConf.js index b876b75..818cb27 100644 --- a/js/conf/ExtensionConf.js +++ b/js/conf/ExtensionConf.js @@ -171,7 +171,7 @@ var ExtensionConf = { action: "pan", arg: 'toggle' // possible: 'enable', 'disable', 'toggle' }, - "Shift": { + "shift": { action: "pan", arg: 'toggle', keyup: {