updated readme

This commit is contained in:
Tamius Han 2018-09-13 23:51:42 +02:00
parent 063a803933
commit a8a84fa4ef
3 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## v3.x ## v3.x
### v3.2.0
* Zoom and panning
### v3.1.1 (Chrome-only) ### v3.1.1 (Chrome-only)
* Logging was accidentally left on in release version. This was fixed. * Logging was accidentally left on in release version. This was fixed.

View File

@ -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** * **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_) * **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)) * **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** * **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 ### Officially supported sites

View File

@ -171,7 +171,7 @@ var ExtensionConf = {
action: "pan", action: "pan",
arg: 'toggle' // possible: 'enable', 'disable', 'toggle' arg: 'toggle' // possible: 'enable', 'disable', 'toggle'
}, },
"Shift": { "shift": {
action: "pan", action: "pan",
arg: 'toggle', arg: 'toggle',
keyup: { keyup: {