Lazy changelog update

Just referencing commit history for changelog right now
This commit is contained in:
Snarling
2024-08-15 18:09:42 -04:00
parent a48bfba536
commit d82247a404
3 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
import { CONSTANTS } from "../../Constants";
import { dialogBoxCreate } from "../../ui/React/DialogBox";
export const changelog = () => dialogBoxCreate("Most recent changelog info:\n\n" + CONSTANTS.LatestUpdate);
export const changelog = () => dialogBoxCreate("Most recent changelog info:\n\n" + CONSTANTS.LatestUpdate, true);