updated changelog

This commit is contained in:
SethBurkart123
2023-11-15 21:16:18 +11:00
parent 7d5c916de9
commit a03e735d8d
+8 -7
View File
@@ -136,13 +136,14 @@ function OpenWhatsNewPopup() {
let text = stringToHTML( let text = stringToHTML(
String.raw` String.raw`
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;"> <div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
<li>Themes coming soon!</li>
<h1>3.2.0 - Custom Themes</h1>
<h1>3.1.5</h1> <li>Added transparency (blur) effects</li>
<li>Minor bug fixes</li> <li>Added custom themes</li>
<h1>3.1.4</h1> <li>Added colour picker history</li>
<li>Minor bug fixes</li> <li>Heaps of bug fixes</li>
<h1>3.1.3 - Custom Backgrounds</h1> <h1>3.1.3 - Custom Backgrounds</h1>
<li>Added custom backgrounds with support for images and videos</li> <li>Added custom backgrounds with support for images and videos</li>
<li>Overhauled topbar</li> <li>Overhauled topbar</li>