Changelog + fix version bump

This commit is contained in:
Tamius Han 2022-07-26 01:20:29 +02:00
parent a756a9dc16
commit d0b060f31a
5 changed files with 19 additions and 22048 deletions

View File

@ -18,6 +18,10 @@
## v5.x (current major)
### v5.1.2
* `set-extension-mode` turned into `set-ExtensionMode` at some point. This caused in "Enable this extension" options to vanish on certain setups.
### v5.1.1
* Fixed autodetection

22041
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "ultrawidify",
"version": "5.1.3",
"version": "5.1.2",
"description": "Aspect ratio fixer for youtube and other sites, with automatic aspect ratio detection. Supports ultrawide and other ratios.",
"author": "Tamius Han <tamius.han@gmail.com>",
"scripts": {

View File

@ -187,7 +187,7 @@ const ExtensionConfPatch = [
}
}
}, {
forVersion: '5.1.3',
forVersion: '5.1.2',
updateFn: (userOptions, defaultOptions) => {
for (const actionKey in userOptions.actions) {
for (const cmdKey in userOptions.actions[actionKey].cmd) {

View File

@ -2,24 +2,10 @@
<div>
<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 class="label">5.1.1</p>
<p class="label">5.1.2</p>
<p>
In last patch notes:
Fixed the issue where "Enable extension (for this site)" option was not visible in the extension popup.
</p>
<pre>
> Hopefully that didn't break anything too much
</pre>
<p>
Well, about that ...
</p>
<ul>
<li>
Fixed the problem where autodetection wouldn't work for most people that aren't me.
</li>
</ul>
<p><small>
<b>Known issues:</b> zooming is limited in Chromium-based browsers. This is a browser bug that no extension can fix. Technical details about this can be found <a href="https://stuff.tamius.net/sacred-texts/2021/08/19/ultrawidify-and-chrome-2021-edition-episode-2/" target="_blank">on my blog.</a>.
</small></p>
</div>
</template>
<script>