Spaces:
Running
Running
Upload 2 files
Browse files- CHANGELOG.md +19 -0
- index.html +5 -5
CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1 |
# Virtual Kimi Changelog
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
# [1.0.9] - 2025-08-23
|
4 |
|
5 |
### Major System Improvements
|
|
|
1 |
# Virtual Kimi Changelog
|
2 |
|
3 |
+
# [1.1.0] - 2025-08-28
|
4 |
+
|
5 |
+
### Added
|
6 |
+
|
7 |
+
- **Recommended LLMs**: Updated the list of recommended LLM models to reflect current recommendations and improvements.
|
8 |
+
|
9 |
+
### Changed
|
10 |
+
|
11 |
+
- **Settings modal UI/UX**: Updated tab layout and visual behavior in the settings modal for clearer navigation and improved usability.
|
12 |
+
|
13 |
+
### Fixed
|
14 |
+
|
15 |
+
- **Memory features UX**: Fixed multiple UI/UX issues in the memory system to ensure reliable capture, display, and management of remembered items.
|
16 |
+
- **Miscellaneous bug fixes**: Corrected various small bugs across the application.
|
17 |
+
|
18 |
+
### Internationalization
|
19 |
+
|
20 |
+
- **Interface translations**: Added new strings and translation keys to support the updated UI elements.
|
21 |
+
|
22 |
# [1.0.9] - 2025-08-23
|
23 |
|
24 |
### Major System Improvements
|
index.html
CHANGED
@@ -56,8 +56,8 @@
|
|
56 |
"name": "Jean & Kimi"
|
57 |
},
|
58 |
"dateCreated": "2025-07-16",
|
59 |
-
"dateModified": "2025-08-
|
60 |
-
"version": "v1.0
|
61 |
}
|
62 |
</script>
|
63 |
|
@@ -1072,8 +1072,8 @@
|
|
1072 |
<h3><i class="fas fa-code"></i> Technical Information</h3>
|
1073 |
<div class="tech-info">
|
1074 |
<p><strong>Created date :</strong> July 16, 2025</p>
|
1075 |
-
<p><strong>Version :</strong> v1.0
|
1076 |
-
<p><strong>Last update :</strong> August
|
1077 |
<p><strong>Technologies :</strong> HTML5, CSS3, JavaScript ES6+, IndexedDB, Web Speech
|
1078 |
API</p>
|
1079 |
<p><strong>Status :</strong> β
Stable and functional</p>
|
@@ -1126,7 +1126,7 @@
|
|
1126 |
"name": "Jean & Kimi"
|
1127 |
},
|
1128 |
"dateCreated": "2025-07-16",
|
1129 |
-
"version": "v1.0
|
1130 |
}
|
1131 |
}
|
1132 |
</script>
|
|
|
56 |
"name": "Jean & Kimi"
|
57 |
},
|
58 |
"dateCreated": "2025-07-16",
|
59 |
+
"dateModified": "2025-08-28",
|
60 |
+
"version": "v1.1.0"
|
61 |
}
|
62 |
</script>
|
63 |
|
|
|
1072 |
<h3><i class="fas fa-code"></i> Technical Information</h3>
|
1073 |
<div class="tech-info">
|
1074 |
<p><strong>Created date :</strong> July 16, 2025</p>
|
1075 |
+
<p><strong>Version :</strong> v1.1.0</p>
|
1076 |
+
<p><strong>Last update :</strong> August 28, 2025</p>
|
1077 |
<p><strong>Technologies :</strong> HTML5, CSS3, JavaScript ES6+, IndexedDB, Web Speech
|
1078 |
API</p>
|
1079 |
<p><strong>Status :</strong> β
Stable and functional</p>
|
|
|
1126 |
"name": "Jean & Kimi"
|
1127 |
},
|
1128 |
"dateCreated": "2025-07-16",
|
1129 |
+
"version": "v1.1.0"
|
1130 |
}
|
1131 |
}
|
1132 |
</script>
|