浏览代码

ver. 1.1.1

tigger 1 年之前
父节点
当前提交
0dc2a166ec
共有 3 个文件被更改,包括 10 次插入44 次删除
  1. 0 34
      src/assets/realease_notes.html
  2. 9 9
      src/assets/realease_notes.md
  3. 1 1
      src/config/info.json

+ 0 - 34
src/assets/realease_notes.html

@@ -1,34 +0,0 @@
-<html>
-    <style>
-        body {
-            background-color: black;
-            color: azure;
-            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
-            margin-left: 10px;
-        }
-        h3 {
-            color: rgb(206, 147, 206);
-        }
-    </style>
-    <body>
-        <h1 id="app-name"> Financial Information System (FIS)</h1>
-        <h3 id="ver-241213-nightly"> ver. 241203-nightly</h3>
-        <p>
-            <ul>
-                <li><b>[UI][DragPanel]</b> added theme-based backgound color</li>
-                <li><b>[UI]</b>set max content width to 1920px to reduce deformity in ultrawide displays</li>
-                <li><b>[SPTS]</b>limit notification subscription to current scope</li>
-                <li><b>[Auth]</b>added encryption for user authentication</li>
-            </ul>
-        </p>
-        <h3 id="ver-241129-nightly"> ver. 241129-nightly</h3>
-        <p>
-            <ul>
-                <li><b>[SPTS]</b> various debug and enhancements</li>
-            </ul>
-        </p>
-        <h3 id="ver-240802-nightly"> ver. 240809-nightly</h3>
-        <p><b style="color:aqua">[App]</b> initial nightly version release</p>
-        
-    </body>
-</html>

+ 9 - 9
src/assets/realease_notes.md

@@ -1,10 +1,10 @@
 # Financial Information System (FIS)
-### ver. 241213-nightly
-[UI][DragPanel] added theme-based backgound color    
-[UI] set max content width to 1920px to reduce deformity in ultrawide displays    
-[SPTS] limit notification subscription to current scope    
-[Auth] added encryption for user authentication    
-### ver. 241129-nightly
-[SPTS] various debug and enhancements       
-### ver. 240809-nightly
-[App] initial nightly version release        
+### ver. 1.1.1
+[LeaveSubmission] added 'Pending','Approved','Cancelled' tabs for applied leave    
+[LeaveSubmission] fix chart and calendar not showing in mobile view    
+[LeaveSubmission] fix leave previous leave item autosave when cancelling leave    
+[LeaveSubmission] remove name column in applied leave listing    
+[LeaveSubmission] added confirmation dialog and button to cancel leave 
+[LeaveApproval] added 'Pending','Approved','Cancelled' tabs for applied leave    
+[LeaveApproval] Applicants - show active employees only    
+

+ 1 - 1
src/config/info.json

@@ -7,5 +7,5 @@
     "support":{
         "email":"support@softwareoptima.com"
     },
-    "version":"1.1.0"
+    "version":"1.1.1"
 }