Changelog updates

This commit is contained in:
Tamius Han 2019-11-05 00:08:27 +01:00
parent 0eadb1aac6
commit 97ef4c2fec
2 changed files with 13 additions and 13 deletions

View File

@ -12,7 +12,14 @@ QoL improvements for me:
* logging: allow to enable logging at will and export said logs to a file * logging: allow to enable logging at will and export said logs to a file
### v.4.4.0 (current) ### v.4.4.1 (current)
* Changes to player detection that fix issues with vk
* Extension tries to avoid setting aspect ratio pointlessly
* (Hopefully) fixed mailto: and reddit compose links.
* When reporting bugs, email/reddit template now automatically gathers browser, extension version and OS.
### v.4.4.0
* Russian users (and users of other non-latin keyboard layouts) can now use keyboard shortcuts by default, without having to rebind them manually. (NOTE: if you've changed keyboard shortcuts manually, this change will ***NOT*** be applied to your configuration.) * Russian users (and users of other non-latin keyboard layouts) can now use keyboard shortcuts by default, without having to rebind them manually. (NOTE: if you've changed keyboard shortcuts manually, this change will ***NOT*** be applied to your configuration.)
* NOTE: when using non-latin layouts, 'zoom' shortcut (`z` by default) uses the position of 'Y' on QWERTY layout. * NOTE: when using non-latin layouts, 'zoom' shortcut (`z` by default) uses the position of 'Y' on QWERTY layout.

View File

@ -2,19 +2,12 @@
<div> <div>
<h2>What's new</h2> <h2>What's new</h2>
<p>Full changelog for older versions <a href="https://github.com/xternal7/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p> <p>Full changelog for older versions <a href="https://github.com/xternal7/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
<p class="label">4.4.0</p> <p class="label">4.4.1</p>
<ul> <ul>
<li>Russian users (and users of other non-latin keyboard layouts) can now use keyboard shortcuts by default, <li>Changes to player detection that fix issues with vk</li>
without having to rebind them manually. <b>NOTE: this change will only be applied to users who have <i>NOT</i> <li>Extension tries to avoid setting aspect ratio pointlessly</li>
modified their keyboard shortcuts.</b></li> <li>Fixed (hopefully) mailto: and reddit compose links.</li>
<li>NOTE: when using non-latin layouts, 'zoom' shortcut (`z` by default) uses the position of 'Y' on QWERTY layout.</li> <li>When reporting bugs, email/reddit template now automatically gathers browser, extension version and OS.</li>
<li>Ability to preserve aspect ratio between different videos (applies to current page and doesn't survive proper
page reloads)</li>
<li>Changing aspect ratio now resets zooming and panning.</li>
<li>Fixed bug where keyboard shortcuts would work while typing in certain text fields</li>
<li>Fixed a minor bug with autodetection</li>
<li><b>[4.4.0.1]</b> fixed mailto: and reddit compose links. When reporting bugs, email/reddit template now
automatically gathers browser, extension version and OS.</li>
</ul> </ul>
</div> </div>
</template> </template>