Prepare version update stuff, readme updates

This commit is contained in:
Tamius Han 2019-10-23 20:01:11 +02:00
parent 261f9a6b8d
commit f652bce8fe
4 changed files with 15 additions and 6 deletions

View File

@ -12,6 +12,12 @@ 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.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) ### v4.3.1 (current)
* Minor rework of settings page (actions & shortcuts section) * Minor rework of settings page (actions & shortcuts section)

View File

@ -1,6 +1,6 @@
{ {
"name": "ultravidify", "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.", "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>", "author": "Tamius Han <tamius.han@gmail.com>",
"scripts": { "scripts": {

View File

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "Ultrawidify", "name": "Ultrawidify",
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.", "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": { "applications": {
"gecko": { "gecko": {
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"

View File

@ -2,11 +2,14 @@
<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.3.1.1</p> <p class="label">4.3.2</p>
<ul> <ul>
<li><b>[4.3.3.1]</b> Patched twitch.tv</li> <li>Russian users (and users of other non-latin keyboard layouts) can now use keyboard shortcuts by default,
<li>Minor rework of settings page (actions & shortcuts section)</li> without having to rebind them manually. <b>NOTE: Only applicable for new installs existing users need to reset
<li>Fixed bug that prevented settings page from opening</li> 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> </ul>
</div> </div>
</template> </template>