Skip to content

Commit

Permalink
Update changeLog.html: add Editor page changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 23, 2024
1 parent 0f472c4 commit 60829f0
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions html/documentation/changeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
}
</style>
<link href="css/documentation.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="documentation-favicon.ico" rel="shortcut icon" type="image/png">
<script src="js/all.min.js" type="application/javascript"></script>
<title>Allsky Version Change Log</title>
Expand Down Expand Up @@ -44,8 +45,36 @@
<!-- =========================================== -->

<h2>v2024.12.06</h2>
<details open> <summary></summary>
<details open> <summary></summary>

<h3>v2024.12.06_01 - Point Release # 1</h3>
<details sub open> <summary></summary>
<h4>Enhancements / Changes</h4>
<ul>
<li>The WebUI's <span class="WebUILink">Editor</span> page now:
<ul>
<li>Tells you if there is a formatting error on the page,
for example, if you are missing a comma.
You will not be able to save the file until the error(s) are fixed.
<li>Placeholder values that need updating before a Website
will work are highlighted like
<span class="cm-string highlight">XX_NEED_TO_UPDATE_XX</span>.
</ul>
</ul>
<h4>Settings</h4>
<ul>
<li>New: xxx
<li>Deleted: xxx
</ul>
<h4>Bug Fixes</h4>
<ul>
<li>
</ul>
<hr class="separator"><!-- =========================================== -->
</details>

<h3>v2024.12.06 - Base Release</h3>
<details> <summary></summary>
<h4>Changes that may require action (upgrades only)</h4>
<ul>
<li><blockquote class="warning">
Expand Down Expand Up @@ -1197,4 +1226,4 @@ <h2>0.1</h2>
</body>

</html>
<script> includeHTML(); </script>
<script> includeHTML(); </script>

0 comments on commit 60829f0

Please sign in to comment.