7b781b4f42
Expand changelog from 5 to 25 entries covering all changes: comic theme, kanban parity, model visibility, TTS settings, Windows/Termux compat, YAML parsing, gateway ownership, etc. Also backfill zh-TW locale with missing keys (changelog, model visibility, TTS rate/pitch). Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
186 lines
4.2 KiB
TypeScript
186 lines
4.2 KiB
TypeScript
export interface ChangelogEntry {
|
|
version: string
|
|
date: string
|
|
changes: string[]
|
|
}
|
|
|
|
export const changelog: ChangelogEntry[] = [
|
|
{
|
|
version: '0.5.17',
|
|
date: '2026-05-11',
|
|
changes: [
|
|
'changelog.new_0_5_17_1',
|
|
'changelog.new_0_5_17_2',
|
|
'changelog.new_0_5_17_3',
|
|
'changelog.new_0_5_17_4',
|
|
'changelog.new_0_5_17_5',
|
|
'changelog.new_0_5_17_6',
|
|
'changelog.new_0_5_17_7',
|
|
'changelog.new_0_5_17_8',
|
|
'changelog.new_0_5_17_9',
|
|
'changelog.new_0_5_17_10',
|
|
'changelog.new_0_5_17_11',
|
|
'changelog.new_0_5_17_12',
|
|
'changelog.new_0_5_17_13',
|
|
'changelog.new_0_5_17_14',
|
|
'changelog.new_0_5_17_15',
|
|
'changelog.new_0_5_17_16',
|
|
'changelog.new_0_5_17_17',
|
|
'changelog.new_0_5_17_18',
|
|
'changelog.new_0_5_17_19',
|
|
'changelog.new_0_5_17_20',
|
|
'changelog.new_0_5_17_21',
|
|
'changelog.new_0_5_17_22',
|
|
'changelog.new_0_5_17_23',
|
|
'changelog.new_0_5_17_24',
|
|
'changelog.new_0_5_17_25',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.16',
|
|
date: '2026-05-10',
|
|
changes: [
|
|
'changelog.new_0_5_16_1',
|
|
'changelog.new_0_5_16_2',
|
|
'changelog.new_0_5_16_3',
|
|
'changelog.new_0_5_16_4',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.15',
|
|
date: '2026-05-09',
|
|
changes: [
|
|
'changelog.new_0_5_15_1',
|
|
'changelog.new_0_5_15_2',
|
|
'changelog.new_0_5_15_3',
|
|
'changelog.new_0_5_15_4',
|
|
'changelog.new_0_5_15_5',
|
|
'changelog.new_0_5_15_6',
|
|
'changelog.new_0_5_15_7',
|
|
'changelog.new_0_5_15_8',
|
|
'changelog.new_0_5_15_9',
|
|
'changelog.new_0_5_15_10',
|
|
'changelog.new_0_5_15_11',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.14',
|
|
date: '2026-05-07',
|
|
changes: [
|
|
'changelog.new_0_5_14_1',
|
|
'changelog.new_0_5_14_2',
|
|
'changelog.new_0_5_14_3',
|
|
'changelog.new_0_5_14_4',
|
|
'changelog.new_0_5_14_5',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.13',
|
|
date: '2026-05-07',
|
|
changes: [
|
|
'changelog.new_0_5_13_1',
|
|
'changelog.new_0_5_13_2',
|
|
'changelog.new_0_5_13_3',
|
|
'changelog.new_0_5_13_4',
|
|
'changelog.new_0_5_13_5',
|
|
'changelog.new_0_5_13_6',
|
|
'changelog.new_0_5_13_7',
|
|
'changelog.new_0_5_13_8',
|
|
'changelog.new_0_5_13_9',
|
|
'changelog.new_0_5_13_10',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.12',
|
|
date: '2026-05-06',
|
|
changes: [
|
|
'changelog.new_0_5_12_1',
|
|
'changelog.new_0_5_12_2',
|
|
'changelog.new_0_5_12_3',
|
|
'changelog.new_0_5_12_4',
|
|
'changelog.new_0_5_12_5',
|
|
'changelog.new_0_5_12_6',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.11',
|
|
date: '2026-05-05',
|
|
changes: [
|
|
'changelog.new_0_5_10_1',
|
|
'changelog.new_0_5_10_2',
|
|
'changelog.new_0_5_10_3',
|
|
'changelog.new_0_5_10_4',
|
|
'changelog.new_0_5_10_5',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.9',
|
|
date: '2026-05-04',
|
|
changes: [
|
|
'changelog.new_0_5_9_1',
|
|
'changelog.new_0_5_9_2',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.8',
|
|
date: '2026-05-03',
|
|
changes: [
|
|
'changelog.new_0_5_8_1',
|
|
'changelog.new_0_5_8_2',
|
|
'changelog.new_0_5_8_3',
|
|
'changelog.new_0_5_8_4',
|
|
'changelog.new_0_5_8_5',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.7',
|
|
date: '2026-05-02',
|
|
changes: [
|
|
'changelog.new_0_5_7_1',
|
|
'changelog.new_0_5_7_2',
|
|
'changelog.new_0_5_7_3',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.6',
|
|
date: '2026-05-02',
|
|
changes: [
|
|
'changelog.new_0_5_6_1',
|
|
'changelog.new_0_5_6_2',
|
|
'changelog.new_0_5_6_3',
|
|
'changelog.new_0_5_6_4',
|
|
'changelog.new_0_5_6_5',
|
|
'changelog.new_0_5_6_6',
|
|
'changelog.new_0_5_6_7',
|
|
'changelog.new_0_5_6_8',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.5',
|
|
date: '2026-05-01',
|
|
changes: [
|
|
'changelog.new_0_5_5_1',
|
|
'changelog.new_0_5_5_2',
|
|
'changelog.new_0_5_5_3',
|
|
'changelog.new_0_5_5_4',
|
|
'changelog.new_0_5_5_5',
|
|
'changelog.new_0_5_5_6',
|
|
'changelog.new_0_5_5_7',
|
|
'changelog.new_0_5_5_8',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.4',
|
|
date: '2026-05-01',
|
|
changes: [
|
|
'changelog.new_0_5_4_1',
|
|
'changelog.new_0_5_4_2',
|
|
'changelog.new_0_5_4_3',
|
|
'changelog.new_0_5_4_4',
|
|
'changelog.new_0_5_4_5',
|
|
'changelog.new_0_5_4_6',
|
|
'changelog.new_0_5_4_7',
|
|
],
|
|
},
|
|
]
|