Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
x/y/2022 ola-0.10.9
x/y/2023 ola-0.10.9
Features:
*

Expand All @@ -14,6 +14,10 @@ x/y/2022 ola-0.10.9
machine
* Renamed EndpointNoticationEvent(sic) to EndpointNotificationEvent in the
E1.33 EndpointManager code
* Update Angular and Angular-Route versions used by the new web UI and add
workaround to be compatible #1782 Debian #1016447
* Significantly reduce the delay when using StreamingClient with EPoll and
multiple universes #1793

Internal:
*
Expand Down
2 changes: 1 addition & 1 deletion olad/www/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
</noscript>

<div id='footer'>
OLA &copy; 2005-2020 Open Lighting Project<br/>
OLA &copy; 2005-2023 Open Lighting Project<br/>
<a href="ola.html">Full Version</a> - <a href="new/">New UI (Beta)</a>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion olad/www/ola.html
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ <h2 id="plugin_name"></h2>
</noscript>

<div id='footer'>
OLA &copy; 2005-2020 Open Lighting Project<br>
OLA &copy; 2005-2023 Open Lighting Project<br>
<a href="mobile.html">Mobile Version</a> - <a href="new/">New UI (Beta)</a>
</div>
</body>
Expand Down