Update changelog

This commit is contained in:
Tamius Han 2022-07-26 22:41:12 +02:00
parent bfef49bc33
commit 58ed3b1ca4
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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>
<li>
Fixed the issue where "Enable extension (for this site)" option was not visible in the extension popup. Fixed the issue where "Enable extension (for this site)" option was not visible in the extension popup.
</p> </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>