Skip to content

Commit 13fc422

Browse files
committed
chore: bump version to 1.1.1-dev with File menu bugfix changelog
Made-with: Cursor
1 parent b0b4aad commit 13fc422

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

flexfoil-ui/src/lib/version.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ export interface ChangelogEntry {
2121
}
2222

2323
export const CHANGELOG: ChangelogEntry[] = [
24+
{
25+
version: '1.1.1-dev',
26+
date: '2026-03-19',
27+
items: [
28+
{ category: 'fixed', text: 'File menu actions (New NACA, Import .dat, Export .dat, Export SVG) were disabled and not connected to anything' },
29+
{ category: 'added', text: 'Export airfoil geometry as .dat (standard Selig format) or SVG from the File menu' },
30+
],
31+
},
2432
{
2533
version: '1.1.0-dev',
2634
date: '2026-03-18',
@@ -43,8 +51,6 @@ export const CHANGELOG: ChangelogEntry[] = [
4351
{ category: 'added', text: "What's New feature tour shown automatically on version update" },
4452
{ category: 'added', text: 'Automatic IQR-based outlier removal toggle in Polar plot, Plot Builder, and Data Explorer' },
4553
{ category: 'added', text: 'Command palette (Cmd+K) — fuzzy search across panels, features, actions, and tutorials' },
46-
{ category: 'added', text: 'File menu — New NACA, Import .dat, Export .dat, and Export SVG are now fully functional' },
47-
{ category: 'added', text: 'Export airfoil geometry as .dat (standard Selig format) or SVG from the File menu' },
4854
],
4955
tourSlides: [
5056
{

0 commit comments

Comments
 (0)