release: v0.9.2

This commit is contained in:
digua
2026-02-02 01:00:57 +08:00
parent d9e9e0b9f3
commit f7f414d752
3 changed files with 45 additions and 1 deletions

View File

@@ -1,4 +1,26 @@
[
{
"version": "0.9.2",
"date": "2026-02-02",
"summary": "Rankings are now displayed as charts; word cloud generation and the local AI inference model are optimized; chat record filtering and the date picker are improved; and key routes are preloaded after launch.",
"changes": [
{
"type": "feat",
"items": [
"Refactor rankings to chart-based views",
"Optimize word cloud output",
"Optimize inference models",
"Improve linked search + filter in chat records",
"Enhance date picker interactions",
"Preload key routes after app launch"
]
},
{
"type": "chore",
"items": ["Modularize preload APIs", "Optimize analytics logic", "Upgrade ESLint and format code"]
}
]
},
{
"version": "0.9.1",
"date": "2026-01-30",