ultrawidify/src/popup/panels/WhatsNewPanel.vue

21 lines
514 B
Vue
Raw Normal View History

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>
<p class="label">4.2.3</p>
2019-06-24 14:29:47 +02:00
<ul>
<li>Fixed twitchy behaviour on Twitch, Facebook and Twatter.</li>
2019-06-24 14:29:47 +02:00
</ul>
<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>