Update changelog
This commit is contained in:
parent
bfef49bc33
commit
58ed3b1ca4
@ -21,6 +21,7 @@
|
|||||||
### v5.1.2
|
### 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.
|
* `set-extension-mode` turned into `set-ExtensionMode` at some point. This caused in "Enable this extension" options to vanish on certain setups.
|
||||||
|
* Blackframe tests now run on same data as main algorithm as opposed on a smaller sample (`drawImage()` calls are _very_ expensive even for a 16x9 sample).
|
||||||
|
|
||||||
### v5.1.1
|
### v5.1.1
|
||||||
|
|
||||||
|
@ -3,9 +3,14 @@
|
|||||||
<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">5.1.2</p>
|
<p class="label">5.1.2</p>
|
||||||
<p>
|
<ul>
|
||||||
Fixed the issue where "Enable extension (for this site)" option was not visible in the extension popup.
|
<li>
|
||||||
</p>
|
Fixed the issue where "Enable extension (for this site)" option was not visible in the extension popup.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Blackframe tests now run on same data as main algorithm as opposed on a smaller sample (<code>drawImage()</code> calls are <i>very</i> expensive even for a 16x9 sample).
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user