cc-viewer 1.3.3 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/assets/{index-YZa65fAJ.js → index-Chsw1Bnp.js} +107 -107
- package/dist/assets/index-DdxzMzrS.css +1 -0
- package/dist/index.html +2 -2
- package/i18n.js +80 -0
- package/package.json +2 -1
- package/server.js +32 -25
- package/updater.js +118 -0
- package/dist/assets/index-Dsn6K9v-.css +0 -1
package/README.md
CHANGED
|
@@ -112,6 +112,12 @@ CC-Viewer supports 18 languages, automatically switching based on system locale:
|
|
|
112
112
|
|
|
113
113
|
简体中文 | English | 繁體中文 | 한국어 | Deutsch | Español | Français | Italiano | Dansk | 日本語 | Polski | Русский | العربية | Norsk | Português (Brasil) | ไทย | Türkçe | Українська
|
|
114
114
|
|
|
115
|
+
### Auto-Update
|
|
116
|
+
|
|
117
|
+
CC-Viewer automatically checks for updates on startup (at most once every 4 hours). Within the same major version (e.g., 1.x.x → 1.y.z), updates are applied automatically and take effect on the next restart. Cross-major-version updates only show a notification.
|
|
118
|
+
|
|
119
|
+
Auto-update follows Claude Code's global configuration in `~/.claude/settings.json`. If Claude Code has auto-updates disabled (`autoUpdates: false`), CC-Viewer will also skip auto-updates.
|
|
120
|
+
|
|
115
121
|
## License
|
|
116
122
|
|
|
117
123
|
MIT
|