Merge branch 'release/1.2.4'

This commit is contained in:
Book Pauk
2024-08-27 12:59:41 +07:00
3 changed files with 18 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<div @copy.prevent="copyText" v-html="page2"></div> <div @copy.prevent="copyText" v-html="page2"></div>
</div> </div>
</div> </div>
<div v-show="showStatusBar" ref="statusBar" class="layout"> <div v-show="showStatusBar" ref="statusBar" class="layout" :class="{'no-events': clickControl}">
<div v-html="statusBar"></div> <div v-html="statusBar"></div>
</div> </div>
<div <div
@@ -1353,6 +1353,9 @@ export default vueComponent(TextPage);
background-color: rgba(0,0,0,0); background-color: rgba(0,0,0,0);
} }
.no-events {
pointer-events: none;
}
</style> </style>
<style> <style>
.note-para { .note-para {

View File

@@ -1,4 +1,17 @@
export const versionHistory = [ export const versionHistory = [
{
version: '1.2.4',
releaseDate: '2024-08-27',
showUntil: '2024-08-26',
content:
`
<ul>
<li>исправление багов</li>
</ul>
`
},
{ {
version: '1.2.3', version: '1.2.3',
releaseDate: '2024-08-02', releaseDate: '2024-08-02',

View File

@@ -1,6 +1,6 @@
{ {
"name": "liberama", "name": "liberama",
"version": "1.2.3", "version": "1.2.4",
"author": "Book Pauk <bookpauk@gmail.com>", "author": "Book Pauk <bookpauk@gmail.com>",
"license": "CC0-1.0", "license": "CC0-1.0",
"repository": "bookpauk/liberama", "repository": "bookpauk/liberama",