Version update stuff
This commit is contained in:
parent
afe7b8e692
commit
2d6a020c5b
@ -12,7 +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
|
||||||
|
|
||||||
### v4.3.0 (current)
|
### v4.3.1 (current)
|
||||||
|
|
||||||
|
* Minor rework of settings page (actions & shortcuts section)
|
||||||
|
* Fixed bug that prevented settings page from opening
|
||||||
|
|
||||||
|
### v4.3.0
|
||||||
|
|
||||||
* Fixed some issues with incorrect alignment after window resize
|
* Fixed some issues with incorrect alignment after window resize
|
||||||
* Fixed all sorts of issues for videos hosted on v.reddit for new (and old) reddit
|
* Fixed all sorts of issues for videos hosted on v.reddit for new (and old) reddit
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ultravidify",
|
"name": "ultravidify",
|
||||||
"version": "4.3.0",
|
"version": "4.3.1",
|
||||||
"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": {
|
||||||
|
@ -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.0.2",
|
"version": "4.3.1",
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
||||||
|
@ -2,21 +2,10 @@
|
|||||||
<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.0.2</p>
|
<p class="label">4.3.1</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>[4.3.0.2]</b> Extension would not work for new users. (Special thanks to [ezzak](https://github.com/ezzak) for finding and submitting a patch)</li>
|
<li>Minor rework of settings page (actions & shortcuts section)</li>
|
||||||
<li><b>[4.3.0.1]</b> Removed some stray, forgotten console.logs.</li>
|
<li>Fixed bug that prevented settings page from opening</li>
|
||||||
<li>Fixed an issue where videos would get incorrectly aligned following a window resize.</li>
|
|
||||||
<li>Fixed all sorts of issues for videos hosted on v.reddit for new (and old) reddit</li>
|
|
||||||
<li>Fixed the issue where setting extension to 'whitelist only' would disable 'site settings' in popup.</li>
|
|
||||||
<li>User-friendly way of importing-exporting settings (exporting settings requires 'download' permission)</li>
|
|
||||||
<li>Started using mutation observers to watch for changes in player size as well, but with some caveats.</li>
|
|
||||||
<li>Mutation observers are now used to detect both video and player size changes.</li>
|
|
||||||
<li>Settings patching has been reworked. Settings can now be patched incrementally.</li>
|
|
||||||
</ul>
|
|
||||||
<p>I'm also laying ground for some features that will make my life easier:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Reworked how logging works internally, but this point still needs some work.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user