Patch notes
This commit is contained in:
parent
a81c5765e1
commit
3f51048c1a
@ -13,7 +13,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
|
||||||
|
|
||||||
### v4.4.5 (current)
|
### v4.4.6 (current)
|
||||||
|
|
||||||
|
* Ensured that Vue part of the content script (logger UI) only loads when necessary in order to fix breakage on certain sites (#96).
|
||||||
|
* Disabling (or enabling, if running in whitelist-only mode) specific sites used to not work (#91). This issue appears to have been fixed.
|
||||||
|
* Default stretch mode for sites is now probably being observed, too (#94).
|
||||||
|
* It's been almost a month and Chrome Web Store still hasn't finished the review of the 4.4.4.1 (and 4.4.4.2) revisions because when it comes to incompetence, it's hard to expect anything less from Google. I've did some proverbial yelling at the support in hopes that Chrome version will finally see an update (disclaimer: when I said yelling I really mean a polite request, because support staff doesn't deserve abuse because a different department is utter shite at doing their jobs).
|
||||||
|
|
||||||
|
### v4.4.5
|
||||||
|
|
||||||
* Extension no longer requires `allTabs` and `webNavigation` permissions
|
* Extension no longer requires `allTabs` and `webNavigation` permissions
|
||||||
* Some CSS on the debugger popup was not scoped, causing issues with some sites.
|
* Some CSS on the debugger popup was not scoped, causing issues with some sites.
|
||||||
|
@ -2,12 +2,31 @@
|
|||||||
<div>
|
<div>
|
||||||
<h2>What's new</h2>
|
<h2>What's new</h2>
|
||||||
<p>Full changelog for older versions <a href="https://github.com/tamius-han/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
|
<p>Full changelog for older versions <a href="https://github.com/tamius-han/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
|
||||||
<p class="label">4.4.5</p>
|
<p class="label">4.4.6</p>
|
||||||
|
<ul>
|
||||||
|
<li>Ensured that Vue part of the content script (logger UI) only loads when necessary in order to fix breakage on certain sites (<a href="https://github.com/tamius-han/ultrawidify/issues/96">#96</a>).</li>
|
||||||
|
<li>Disabling (or enabling, if running in whitelist-only mode) specific sites used to not work (<a href="https://github.com/tamius-han/ultrawidify/issues/91">#91</a>). This issue appears to have been fixed.</li>
|
||||||
|
<li>Default stretch mode for sites is now probably being observed, too (<a href="https://github.com/tamius-han/ultrawidify/issues/94">#94</a>).
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<template v-if="BrowserDetect.chrome">
|
||||||
|
<p>Due to factors beyond my control, Chrome version of this extension has missed the last three patches.</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><b>4.4.5</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Extension no longer requires <code>allTabs</code> and <code>webNavigation</code> permissions</li>
|
<li>Extension no longer requires <code>allTabs</code> and <code>webNavigation</code> permissions</li>
|
||||||
<li>Some CSS on the logger popup was not scoped, causing display issues with some sites (<a href="https://github.com/tamius-han/ultrawidify/issues/92">#92</a>)</li>
|
<li>Some CSS on the logger popup was not scoped, causing display issues with some sites (<a href="https://github.com/tamius-han/ultrawidify/issues/92">#92</a>)</li>
|
||||||
<li>Fix some additional issues with video alignment when changing videos on autoplay</li>
|
<li>Fix some additional issues with video alignment when changing videos on autoplay</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><b>4.4.4<small>.1, .2</small></b>
|
||||||
|
<ul>
|
||||||
|
<li><b>[4.4.4.1]</b> There were multiple reports about popup being broken. This issue should be resolved.</li>
|
||||||
|
<li><b>[4.4.4.1]</b> Setting global/site defaults should no longer require page reloads.</li>
|
||||||
|
<li><b>[4.4.4.2]</b> Fix problem with video being offset while switching between full screen and non-fullscreen non-theater mode on Youtube</li>
|
||||||
|
</ul></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user