Readme updates for 4.3.0, version bump
This commit is contained in:
parent
c1ba6ffac2
commit
f41ffb3155
11
CHANGELOG.md
11
CHANGELOG.md
@ -6,7 +6,16 @@
|
||||
|
||||
* Settings page looks ugly af right now. Maybe fix it some time later
|
||||
|
||||
### v4.2.1 (current)
|
||||
### v4.3.0 (future release)
|
||||
|
||||
* Added user-friendly way to export/import settings
|
||||
* Reworked logging
|
||||
|
||||
### v4.2.2 (current)
|
||||
|
||||
* Fixed player detection on reddit (for videos from v.reddit)
|
||||
|
||||
### v4.2.1
|
||||
* Fixed bug where custom CSS didn't get applied to pages
|
||||
|
||||
### v4.2.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ultravidify",
|
||||
"version": "4.2.1",
|
||||
"version": "4.3.0",
|
||||
"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,17 +2,17 @@
|
||||
<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.2</p>
|
||||
<p class="label">4.3.0</p>
|
||||
This update mostly contains things that have the potential to make my life easier when solving issues.
|
||||
<ul>
|
||||
<li>Fixed alignment issues for reddit on videos from v.reddit</li>
|
||||
<li>User-friendly way of importing-exporting settings (exporting settings requires 'download' permission)</li>
|
||||
<li>Reworked logging (basic). Logging can be enabled at runtime and and logs saved to a file. (Saving logs requires 'download' permission)</li>
|
||||
<li>Some people reported issues with inconsistent video alignment on youtube. While I've not been able to make that bug happen to me,
|
||||
(which means I haven't been able to fix it either), reports describe behaviour similar to what was going on with Iridium. Examining
|
||||
the Iridium issue revealed an issue that could be potentially blamed for this behaviour. That issue was fixed. Since I've never been able to make this problem
|
||||
happen to me, I'm not being able to verify whether that issue is gone. <b>If you're still experiencing issues with inconsistent video alignment,
|
||||
please contact me via github, reddit or email.</b> See 'Report a problem' tab for more details.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user