2019-06-14 23:10:21 +02:00
|
|
|
<template>
|
|
|
|
<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>
|
2019-08-23 02:25:48 +02:00
|
|
|
<p class="label">4.2.3</p>
|
2019-06-24 14:29:47 +02:00
|
|
|
<ul>
|
2019-08-23 02:25:48 +02:00
|
|
|
<li>Fixed twitchy behaviour on Twitch, Facebook and Twatter.</li>
|
2019-06-24 14:29:47 +02:00
|
|
|
</ul>
|
2019-08-23 02:25:48 +02:00
|
|
|
<p>As you can tell, I don't leave reddit and youtube much. To be fair, the twitching issue was intermittent on twitch.</p>
|
2019-06-14 23:10:21 +02:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
</style>
|