Pārlūkot izejas kodu

Merge branch 'release/1.2.4'

Book Pauk 10 mēneši atpakaļ
vecāks
revīzija
be6d60d7a9

+ 4 - 1
client/components/Reader/TextPage/TextPage.vue

@@ -14,7 +14,7 @@
                 <div @copy.prevent="copyText" v-html="page2"></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>
         <div
@@ -1353,6 +1353,9 @@ export default vueComponent(TextPage);
     background-color: rgba(0,0,0,0);
 }
 
+.no-events {
+    pointer-events: none;
+}
 </style>
 <style>
 .note-para {

+ 13 - 0
client/components/Reader/versionHistory.js

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

+ 1 - 1
package.json

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