From 44ee4970f92072f44970c95072f47dc20bbb63d2 Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Fri, 24 Apr 2026 16:11:13 -0400 Subject: [PATCH] fix: remove custom headliner to resolve title overlap and bump to 1.0.4 --- GEMINI.md | 2 +- package.json | 4 ++-- src/main.ts | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/GEMINI.md b/GEMINI.md index f7a1bbc..76e7a7b 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -4,7 +4,7 @@ Before every `git push` that includes code changes, you MUST perform the following steps: 1. **Bump Version:** Increment the version in `package.json` (both `version` and `aviaVersion`). -2. **Update Branding:** If a version string is hardcoded in UI plugins (like `avia_core/headliner.js`), update it to match the new version. +2. **Update Branding:** If a version string is hardcoded in UI plugins, update it to match the new version. 3. **Migration Logic:** Update any migration logic in plugins to ensure users on the previous version are automatically updated to the new default. 4. **Tagging:** Create the git tag corresponding to the new version with a 'v' prefix (e.g., `git tag v1.0.x`). 5. **Push:** Push both the branch and the tags to the remote repository (`git push origin main --tags`). diff --git a/package.json b/package.json index 52650fc..27400b2 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "sanctum", "productName": "Sanctum", - "version": "1.0.3", - "aviaVersion": "1.0.3", + "version": "1.0.4", + "aviaVersion": "1.0.4", "main": ".vite/build/main.js", "repository": "https://git.mithraic.cloud/ad3laid3/sanctum", "scripts": { diff --git a/src/main.ts b/src/main.ts index a524b62..68afbf3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -57,7 +57,6 @@ const loadInject = () => { "aviaversion.js", "repofrontend.js", "ButtonFix.js", - "headliner.js", "aviadesktopversion.js", "customFrameNativeMenu.js", "disableTrayIcon.js",