Changelog updates
This commit is contained in:
parent
0eadb1aac6
commit
97ef4c2fec
@ -12,7 +12,14 @@ QoL improvements for me:
|
||||
|
||||
* 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.)
|
||||
* NOTE: when using non-latin layouts, 'zoom' shortcut (`z` by default) uses the position of 'Y' on QWERTY layout.
|
||||
|
@ -2,19 +2,12 @@
|
||||
<div>
|
||||
<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 class="label">4.4.0</p>
|
||||
<p class="label">4.4.1</p>
|
||||
<ul>
|
||||
<li>Russian users (and users of other non-latin keyboard layouts) can now use keyboard shortcuts by default,
|
||||
without having to rebind them manually. <b>NOTE: this change will only be applied to users who have <i>NOT</i>
|
||||
modified their keyboard shortcuts.</b></li>
|
||||
<li>NOTE: when using non-latin layouts, 'zoom' shortcut (`z` by default) uses the position of 'Y' on QWERTY layout.</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>
|
||||
<li>Changes to player detection that fix issues with vk</li>
|
||||
<li>Extension tries to avoid setting aspect ratio pointlessly</li>
|
||||
<li>Fixed (hopefully) mailto: and reddit compose links.</li>
|
||||
<li>When reporting bugs, email/reddit template now automatically gathers browser, extension version and OS.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user