update changelog and context default (#1045)

This commit is contained in:
ekko
2026-05-26 19:35:48 +08:00
committed by GitHub
parent 82680f5c0b
commit 42f7b64ffb
17 changed files with 150 additions and 44 deletions
+16
View File
@@ -5,6 +5,22 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.6.2',
date: '2026-05-26',
changes: [
'changelog.new_0_6_2_1',
'changelog.new_0_6_2_2',
'changelog.new_0_6_2_3',
'changelog.new_0_6_2_4',
'changelog.new_0_6_2_5',
'changelog.new_0_6_2_6',
'changelog.new_0_6_2_7',
'changelog.new_0_6_2_8',
'changelog.new_0_6_2_9',
'changelog.new_0_6_2_10',
],
},
{
version: '0.6.1',
date: '2026-05-25',