Updating version numbers & stuff
This commit is contained in:
parent
1dacc66ead
commit
c275e389a1
@ -6,6 +6,11 @@
|
||||
|
||||
* Settings page looks ugly af right now. Maybe fix it some time later
|
||||
|
||||
### v4.2.4
|
||||
|
||||
* Improvements to player detection. More details in the [blog post](https://stuff.tamius.net/sacred-texts/2019/08/31/ultrawidify-and-the-improper-cropping/).</li>
|
||||
|
||||
|
||||
### v4.2.3 / 4.2.3.1
|
||||
|
||||
* Fixed twitchy behaviour on Twitch, Facebook and Twatter. Here's a [blog post](https://stuff.tamius.net/sacred-texts/2019/08/24/ultrawidify-the-twitchy-twitch-problem/) that covers the issue in more detail.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ultravidify",
|
||||
"version": "4.2.3",
|
||||
"version": "4.2.4",
|
||||
"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.2.3.3",
|
||||
"version": "4.2.4",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
||||
|
@ -2,17 +2,10 @@
|
||||
<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.2.3[.x]</p>
|
||||
<p class="label">4.2.4</p>
|
||||
<ul>
|
||||
<li>Fixed twitchy behaviour on Twitch, Facebook and Twatter. Here's a <a href="https://stuff.tamius.net/sacred-texts/2019/08/24/ultrawidify-the-twitchy-twitch-problem/" target="_blank">blog post</a> that covers the issue in more detail.</li>
|
||||
<li>Cropping now uses user styles (as opposed to modifying element's style attribute)</li>
|
||||
<li>Fixed the issue where one-pixel letterbox would result in constant aspect ratio corrections.</li>
|
||||
<li>Started using mutation observers to watch for anything modifying the size of our video.</li>
|
||||
<li><b>[4.2.3.1]</b> fixed some bugs in popup.</li>
|
||||
<li><b>[4.2.3.2]</b> fixed settings initialization for new users.</li>
|
||||
<li><b>[4.2.3.3]</b> fixed autodetection not starting.</li>
|
||||
<li>Improvements to player detection. More details in the <a href="https://stuff.tamius.net/sacred-texts/2019/08/31/ultrawidify-and-the-improper-cropping/" target="_blank">blog post</a>.</li>
|
||||
</ul>
|
||||
<p>As you can tell, I don't leave reddit and youtube much. To be fair, the twitching issue was intermittent on twitch.</p>
|
||||
<p v-if="BrowserDetect.chrome"><b>Chrome users:</b> as a result of Chrome's shortcomings, there now exists one potential performance issue.
|
||||
If you notice any performance issues, please contact me via github, email or reddit (see: 'report a problem' tab
|
||||
of this popup).</p>
|
||||
|
Loading…
Reference in New Issue
Block a user