Release Notes.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7. <title>Release Note</title>
  8. <style type="text/css">
  9. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
  10. table {border-collapse:collapse;border-spacing:0;}
  11. fieldset,img {border:0;}
  12. address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
  13. ol,ul {list-style:none;}
  14. caption,th {text-align:left;}
  15. h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
  16. q:before,q:after {content:'';}
  17. abbr,acronym {border:0;}
  18. html, body{margin:0; height: 100%;}
  19. body{margin: 0; padding: 0; color:#000; font-size:15px; font-family:arial, helvetica, clean, sans-serif,微軟正黑體; background: #326990;}
  20. ul, li { display: block;}
  21. a { text-decoration: none; color:blue; }
  22. a:hover{ text-decoration: none; }
  23. /*-select-*/
  24. select,input{ padding: 5px; margin: 2px; border-radius: 20px; border:0; background: #edf1f3; }
  25. input { padding:7px;}
  26. /*-table-*/
  27. .table{ width: 100%; word-break: break-all;}
  28. .table thead th { background: #f4f9fc; border-bottom: 2px solid #e9f0f4; font-size: 15px; font-weight: bold; text-align: center; line-height: 40px;}
  29. .table tbody td { padding:8px 3px; border-bottom:1px solid #ddd; border-bottom: 1px solid #e9f0f4;}
  30. .table .tr{ background: #f4fafd;}
  31. .table tr:hover { background-color: #FFFEEC;}
  32. .txtR{ text-align: right;}
  33. .txtC{text-align: center;}
  34. .txtL{text-align: left;}
  35. /*---all----*/
  36. #wrapper { width:1000px; margin:0 auto; height: 100%;}
  37. #content { background:#fff; color:#385263; margin-bottom: 20px;}
  38. #content .Top { height:5px; background: #68a3c9;}
  39. #content #title { height:65px; font-size: 24px;font-weight: bold; line-height: 60px; background: #f4f9fc; padding: 10px; }
  40. #content #rightContent { padding: 10px 10px 30px; }
  41. </style>
  42. </head>
  43. <body>
  44. <div id="wrapper">
  45. <div id="content">
  46. <div class="Top"></div>
  47. <div id="title">Firmware Header Builder</div>
  48. <div id="rightContent">
  49. <table class="table">
  50. <thead>
  51. <tr>
  52. <th width="150px">Version</th>
  53. <th width="150px">Release Date</th>
  54. <th width="150px">Owner</th>
  55. <th>Updated Items</th>
  56. </tr>
  57. </thead>
  58. <tbody>
  59. <tr>
  60. <td class="txtC">0.0.1.0</td>
  61. <td class="txtC">2019.07.09</td>
  62. <td class="txtC">Jimmy</td>
  63. <td class="txtL">
  64. 1. [新版] 協定實作。<p>
  65. </td>
  66. </tr>
  67. <tr>
  68. <td class="txtC">1.0.2.0</td>
  69. <td class="txtC">2019.07.30</td>
  70. <td class="txtC">Jimmy</td>
  71. <td class="txtL">
  72. 1. [新增] 副檔名選擇功能。<p>
  73. 2. [新增] 映像檔選擇自動對應副檔名選擇功能。
  74. </td>
  75. </tr>
  76. <tr>
  77. <td class="txtC">1.0.3.0</td>
  78. <td class="txtC">2019.09.23</td>
  79. <td class="txtC">Jimmy</td>
  80. <td class="txtL">
  81. 1. [修改] 將輸入的module name改成依據命名規則選擇的方式。<p>
  82. 2. [新增] 檔頭資訊是否已經存在的判斷。
  83. </td>
  84. </tr>
  85. <tr>
  86. <td class="txtC">1.0.4.0</td>
  87. <td class="txtC">2019.12.25</td>
  88. <td class="txtC">Jimmy</td>
  89. <td class="txtL">
  90. 1. [修改] 修正 AC cord set controller 與 AC wall-mount (low-end) controller的 image type 錯誤。<p>
  91. </td>
  92. </tr>
  93. <tr>
  94. <td class="txtC">1.0.5.0</td>
  95. <td class="txtC">2020.1.3</td>
  96. <td class="txtC">Jimmy</td>
  97. <td class="txtL">
  98. 1. [修改] 修正判斷檔頭已存在的邏輯(加入CRC檢查)。<p>
  99. 2. [修改] 額定功率改成手動輸入。
  100. </td>
  101. </tr>
  102. <tr>
  103. <td class="txtC">1.0.6.0</td>
  104. <td class="txtC">2020.1.20</td>
  105. <td class="txtC">Jimmy</td>
  106. <td class="txtL">
  107. 1. [修改] 修正無副檔名時發生創建失敗的問題。<p>
  108. </td>
  109. </tr>
  110. </tbody>
  111. </table>
  112. </div><!--end of rightContent-->
  113. </div><!-- end of content-->
  114. </div><!--end of wrapper-->
  115. </body>
  116. </html>