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