Started support for Materialious with backend

This commit is contained in:
WardPearce
2026-02-13 17:31:32 +13:00
parent d202c50b47
commit d76935314e
11 changed files with 168 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.14.4"
LATEST_VERSION = "1.15.0"
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
WORKING_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "materialious")