Bump version to 2.0.0 with visible loading indicator
This commit is contained in:
@@ -748,6 +748,10 @@ async function ensureTrackerPresetExists() {
|
||||
*/
|
||||
jQuery(async () => {
|
||||
try {
|
||||
console.log('========================================');
|
||||
console.log('🎭 RPG COMPANION v2.0.0 CHARACTER TRACKING');
|
||||
console.log('✅ NEW VERSION WITH CHARACTER STATE TRACKING LOADED!');
|
||||
console.log('========================================');
|
||||
console.log('[RPG Companion] Starting initialization...');
|
||||
|
||||
// Load settings with validation
|
||||
|
||||
+1
-1
@@ -6,6 +6,6 @@
|
||||
"js": "index.js",
|
||||
"css": "style.css",
|
||||
"author": "Marysia",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0-character-tracking",
|
||||
"homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user