Include changelog
This commit is contained in:
parent
f824f73491
commit
10a8452709
@ -139,6 +139,9 @@
|
|||||||
:eventBus="eventBus"
|
:eventBus="eventBus"
|
||||||
:site="site"
|
:site="site"
|
||||||
></DebugPanel>
|
></DebugPanel>
|
||||||
|
<ChangelogPanel
|
||||||
|
v-if="selectedTab === 'changelog'"
|
||||||
|
></ChangelogPanel>
|
||||||
<AboutPanel
|
<AboutPanel
|
||||||
v-if="selectedTab === 'about'"
|
v-if="selectedTab === 'about'"
|
||||||
>
|
>
|
||||||
@ -155,6 +158,7 @@ import BaseExtensionSettings from './PlayerUiPanels/BaseExtensionSettings.vue'
|
|||||||
import PlayerDetectionPanel from './PlayerUiPanels/PlayerDetectionPanel.vue'
|
import PlayerDetectionPanel from './PlayerUiPanels/PlayerDetectionPanel.vue'
|
||||||
import VideoSettings from './PlayerUiPanels/VideoSettings.vue'
|
import VideoSettings from './PlayerUiPanels/VideoSettings.vue'
|
||||||
import BrowserDetect from '../../ext/conf/BrowserDetect'
|
import BrowserDetect from '../../ext/conf/BrowserDetect'
|
||||||
|
import ChangelogPanel from './PlayerUiPanels/ChangelogPanel.vue'
|
||||||
import AboutPanel from './PlayerUiPanels/AboutPanel.vue'
|
import AboutPanel from './PlayerUiPanels/AboutPanel.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -164,6 +168,7 @@ export default {
|
|||||||
BaseExtensionSettings,
|
BaseExtensionSettings,
|
||||||
AutodetectionSettingsPanel,
|
AutodetectionSettingsPanel,
|
||||||
DebugPanel,
|
DebugPanel,
|
||||||
|
ChangelogPanel,
|
||||||
AboutPanel
|
AboutPanel
|
||||||
},
|
},
|
||||||
mixins: [],
|
mixins: [],
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
<h1>What's new</h1>
|
<h1>What's new</h1>
|
||||||
<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>
|
||||||
|
|
||||||
@ -59,6 +60,7 @@
|
|||||||
Extension lost the ability to discriminate between iframes. Actions taken through the popup will be affect <b>all</b> iframes.
|
Extension lost the ability to discriminate between iframes. Actions taken through the popup will be affect <b>all</b> iframes.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user