Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ Write each change in both `### English` and `### 中文` under `## Unreleased`.

### English

- Drop the System page version-history hint; the list already opens one release at a time

### 中文

- 系统页历史版本不再显示「一次只展开一条」的说明,列表本身就是一次只开一个版本

## 0.3.2 - 2026-09-07

### English
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/VersionHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export function VersionHistory({
<div className="mt-5">
<div className="mb-2">
<p className="text-xs font-medium text-foreground">{t('versionHistory')}</p>
<p className="mt-1 text-xs leading-5 text-muted">{t('versionHistoryHint')}</p>
</div>
<Accordion className="rounded-lg border border-separator" hideSeparator defaultExpandedKeys={defaultExpanded ? [defaultExpanded] : []}>
{releases.map((release) => {
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/i18n/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export const messages: Record<Lang, Dict> = {
releaseNotes: 'What changed',
updateNoNotes: 'No notes for this version.',
versionHistory: 'Version history',
versionHistoryHint: 'Open one version at a time to read what changed. Older versions stay collapsed so the page stays short.',
versionCurrentBadge: 'Current',
versionLatestBadge: 'Latest',
restoreThisVersion: 'Restore this version',
Expand Down Expand Up @@ -653,7 +652,6 @@ export const messages: Record<Lang, Dict> = {
releaseNotes: '更新内容',
updateNoNotes: '这个版本还没有说明。',
versionHistory: '历史版本',
versionHistoryHint: '一次只展开一个版本看更新内容,其他版本收起,页面就不会太长。',
versionCurrentBadge: '当前',
versionLatestBadge: '最新',
restoreThisVersion: '恢复此版本',
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion internal/webui/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Outfit:wght@400;500;600;700&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/assets/index-G-2PWNMk.js"></script>
<script type="module" crossorigin src="/assets/index-D0TAlF-H.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-mtg_cgP_.css">
</head>
<body>
Expand Down
Loading