Spaces:
Running
Running
Upload 2 files
Browse files- CHANGELOG.md +9 -0
- index.html +6 -6
CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
# Virtual Kimi Changelog
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
## [1.0.6] - 2025-08-15
|
4 |
|
5 |
### Added
|
|
|
1 |
# Virtual Kimi Changelog
|
2 |
|
3 |
+
## [1.0.7] - 2025-08-19
|
4 |
+
|
5 |
+
### Changed
|
6 |
+
|
7 |
+
- Removed the global system prompt that caused issues and implemented per-character system prompts for each character.
|
8 |
+
- Improved voice reading of messages for clearer and more natural audio playback.
|
9 |
+
- Fixed various small bugs related to characters' personality traits.
|
10 |
+
- Improved detection of words and phrases for memory recording to increase accuracy.
|
11 |
+
|
12 |
## [1.0.6] - 2025-08-15
|
13 |
|
14 |
### Added
|
index.html
CHANGED
@@ -54,8 +54,8 @@
|
|
54 |
"name": "Jean & Kimi"
|
55 |
},
|
56 |
"dateCreated": "2025-07-16",
|
57 |
-
"dateModified": "2025-08-
|
58 |
-
"version": "v1.0.
|
59 |
}
|
60 |
</script>
|
61 |
|
@@ -1002,8 +1002,8 @@
|
|
1002 |
<h3><i class="fas fa-code"></i> Technical Information</h3>
|
1003 |
<div class="tech-info">
|
1004 |
<p><strong>Created date :</strong> July 16, 2025</p>
|
1005 |
-
<p><strong>Version :</strong> v1.0.
|
1006 |
-
<p><strong>Last update :</strong> August
|
1007 |
<p><strong>Technologies :</strong> HTML5, CSS3, JavaScript ES6+, IndexedDB, Web Speech
|
1008 |
API</p>
|
1009 |
<p><strong>Status :</strong> β
Stable and functional</p>
|
@@ -1054,8 +1054,8 @@
|
|
1054 |
"@type": "Person",
|
1055 |
"name": "Jean & Kimi"
|
1056 |
},
|
1057 |
-
"dateCreated": "2025-07-
|
1058 |
-
"version": "v1.0.
|
1059 |
}
|
1060 |
}
|
1061 |
</script>
|
|
|
54 |
"name": "Jean & Kimi"
|
55 |
},
|
56 |
"dateCreated": "2025-07-16",
|
57 |
+
"dateModified": "2025-08-19",
|
58 |
+
"version": "v1.0.7"
|
59 |
}
|
60 |
</script>
|
61 |
|
|
|
1002 |
<h3><i class="fas fa-code"></i> Technical Information</h3>
|
1003 |
<div class="tech-info">
|
1004 |
<p><strong>Created date :</strong> July 16, 2025</p>
|
1005 |
+
<p><strong>Version :</strong> v1.0.7</p>
|
1006 |
+
<p><strong>Last update :</strong> August 19, 2025</p>
|
1007 |
<p><strong>Technologies :</strong> HTML5, CSS3, JavaScript ES6+, IndexedDB, Web Speech
|
1008 |
API</p>
|
1009 |
<p><strong>Status :</strong> β
Stable and functional</p>
|
|
|
1054 |
"@type": "Person",
|
1055 |
"name": "Jean & Kimi"
|
1056 |
},
|
1057 |
+
"dateCreated": "2025-07-19",
|
1058 |
+
"version": "v1.0.7"
|
1059 |
}
|
1060 |
}
|
1061 |
</script>
|