feat: publish Toolbox 0.17.0 with Colour and Office Tools

This commit is contained in:
2026-09-01 00:54:22 +02:00
parent 01f6c59adf
commit d2d0c9098d
19 changed files with 228 additions and 52 deletions
+8
View File
@@ -33,6 +33,14 @@ const PRESENTATION: Record<string, { title: string; description: string }> = {
title: 'Sudoku',
description: 'Set, play and solve locally.',
},
'de.add-ideas.colour-tools': {
title: 'Colour',
description: 'Convert and build colours locally.',
},
'de.add-ideas.office-tools': {
title: 'Office',
description: 'Open office files locally.',
},
};
export function shortToolTitle(app: ResolvedApp): string {