Skip to content

Commit

Permalink
Merge pull request #4107 from AllskyTeam/Set-version-to-v2024.12.06_01
Browse files Browse the repository at this point in the history
Set version to v2024.12.06 01
  • Loading branch information
Alex-developer authored Dec 23, 2024
2 parents 6079cdd + 60829f0 commit ab9ed78
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Allsky Camera ![Release](https://img.shields.io/badge/Version-v2024.12.06-green.svg) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MEBU2KN75G2NG&source=url)
# Allsky Camera ![Release](https://img.shields.io/badge/Version-v2024.12.06_01-green.svg) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MEBU2KN75G2NG&source=url)

This is the source code for the Allsky Camera project described [on Instructables](http://www.instructables.com/id/Wireless-All-Sky-Camera/).
 
Expand Down
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>
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2024.12.06
v2024.12.06_01

0 comments on commit ab9ed78

Please sign in to comment.