0547fd6b6a
* Use token threshold for chat compression * Add compression settings controls * Use config for chat compression * Cover protected messages in compression tests * Remove message-count compression limit * Harden compression window fallback * Rebuild stale compression snapshots * Harden stale compression snapshots * Update changelog for compression hardening * Prefer local history session details
175 lines
4.0 KiB
TypeScript
175 lines
4.0 KiB
TypeScript
export interface ChangelogEntry {
|
|
version: string
|
|
date: string
|
|
changes: string[]
|
|
}
|
|
|
|
export const changelog: ChangelogEntry[] = [
|
|
{
|
|
version: '0.5.30',
|
|
date: '2026-05-19',
|
|
changes: [
|
|
'changelog.new_0_5_30_1',
|
|
'changelog.new_0_5_30_2',
|
|
'changelog.new_0_5_30_3',
|
|
'changelog.new_0_5_30_4',
|
|
'changelog.new_0_5_30_5',
|
|
'changelog.new_0_5_30_6',
|
|
'changelog.new_0_5_30_7',
|
|
'changelog.new_0_5_30_8',
|
|
'changelog.new_0_5_30_9',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.28',
|
|
date: '2026-05-17',
|
|
changes: [
|
|
'changelog.new_0_5_27_1',
|
|
'changelog.new_0_5_27_2',
|
|
'changelog.new_0_5_27_3',
|
|
'changelog.new_0_5_27_4',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.26',
|
|
date: '2026-05-17',
|
|
changes: [
|
|
'changelog.new_0_5_26_1',
|
|
'changelog.new_0_5_26_2',
|
|
'changelog.new_0_5_26_3',
|
|
'changelog.new_0_5_26_4',
|
|
'changelog.new_0_5_26_5',
|
|
'changelog.new_0_5_26_6',
|
|
'changelog.new_0_5_26_7',
|
|
'changelog.new_0_5_26_8',
|
|
'changelog.new_0_5_26_9',
|
|
'changelog.new_0_5_26_10',
|
|
'changelog.new_0_5_26_11',
|
|
'changelog.new_0_5_26_12',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.25',
|
|
date: '2026-05-16',
|
|
changes: [
|
|
'changelog.new_0_5_25_1',
|
|
'changelog.new_0_5_25_2',
|
|
'changelog.new_0_5_25_3',
|
|
'changelog.new_0_5_25_4',
|
|
'changelog.new_0_5_25_5',
|
|
'changelog.new_0_5_25_6',
|
|
'changelog.new_0_5_25_7',
|
|
'changelog.new_0_5_25_8',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.24',
|
|
date: '2026-05-15',
|
|
changes: [
|
|
'changelog.new_0_5_24_1',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.23',
|
|
date: '2026-05-15',
|
|
changes: [
|
|
'changelog.new_0_5_23_1',
|
|
'changelog.new_0_5_23_2',
|
|
'changelog.new_0_5_23_3',
|
|
'changelog.new_0_5_23_4',
|
|
'changelog.new_0_5_23_5',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.22',
|
|
date: '2026-05-14',
|
|
changes: [
|
|
'changelog.new_0_5_22_1',
|
|
],
|
|
},
|
|
{
|
|
version: '0.5.21',
|
|
date: '2026-05-14',
|
|
changes: [
|
|
'changelog.new_0_5_18_1',
|
|
'changelog.new_0_5_18_2',
|
|
'changelog.new_0_5_18_3',
|
|
'changelog.new_0_5_18_4',
|
|
'changelog.new_0_5_18_5',
|
|
'changelog.new_0_5_18_6',
|
|
'changelog.new_0_5_18_7',
|
|
'changelog.new_0_5_18_8',
|
|
'changelog.new_0_5_18_9',
|
|
],
|
|
},
|
|
{
|
|
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',
|
|
],
|
|
},
|
|
]
|