Skip to content

v0.13.0-beta.14

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:35
· 118 commits to main since this release
eb1c3b1

Delta since previous beta (v0.13.0-beta.13) — 1 new changeset.

Patch Changes

  • Use consistent sentence casing for the native desktop menu bar. File/View menu items like "New File", "New Folder", "Show Hidden Files", "Copy Path", "Expand All", "Create New Project…", "Switch Project…", and "Open Recent" are now sentence case ("New file", "New folder", "Show hidden files", "Copy path", "Expand all", "Create new project…", "Switch project…", "Open recent", etc.), matching the in-app menus. Proper nouns keep their capitalization (Finder, Terminal, AI), and menu titles (File/Edit/View/Window/Help) are unchanged.

    The labels shared between the native menu and the in-app menus now come from a single MENU_LABELS constant in @inkeep/open-knowledge-core, with a test that keeps the renderer's translated strings in sync with it.