Prepare version update stuff, readme updates
This commit is contained in:
parent
261f9a6b8d
commit
f652bce8fe
@ -12,6 +12,12 @@ QoL improvements for me:
|
||||
|
||||
* logging: allow to enable logging at will and export said logs to a file
|
||||
|
||||
### v.4.3.2 (future)
|
||||
|
||||
* Russian users (and users of other non-latin keyboard layouts) can now use keyboard shortcuts by default, without having to rebind them manually. (Only applicable for new installs — existing users need to reset settings to default in extension settings)
|
||||
* NOTE: when using non-latin layouts, 'zoom' shortcut (`z` by default) uses the position of 'Y' on QWERTY layout.
|
||||
* Ability to preserve aspect ratio between different videos (applies to current page and doesn't survive proper page reloads)
|
||||
|
||||
### v4.3.1 (current)
|
||||
|
||||
* Minor rework of settings page (actions & shortcuts section)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ultravidify",
|
||||
"version": "4.3.1",
|
||||
"version": "4.3.2",
|
||||
"description": "Aspect ratio fixer for youtube that works around some people's disability to properly encode 21:9 (and sometimes, 16:9) videos.",
|
||||
"author": "Tamius Han <tamius.han@gmail.com>",
|
||||
"scripts": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"manifest_version": 2,
|
||||
"name": "Ultrawidify",
|
||||
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
||||
"version": "4.3.1.1",
|
||||
"version": "4.3.2",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
||||
|
@ -2,11 +2,14 @@
|
||||
<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.3.1.1</p>
|
||||
<p class="label">4.3.2</p>
|
||||
<ul>
|
||||
<li><b>[4.3.3.1]</b> Patched twitch.tv</li>
|
||||
<li>Minor rework of settings page (actions & shortcuts section)</li>
|
||||
<li>Fixed bug that prevented settings page from opening</li>
|
||||
<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: Only applicable for new installs — existing users need to reset
|
||||
settings to default in extension settings</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>
|
||||
</ul>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user