• Joined on 2026-02-16
hugo pushed to main at hugo/IronStorage 2026-08-11 07:05:38 +00:00
bf75465642 Add additive KDBX importer
hugo commented on issue hugo/MetaCrate#85 2026-08-11 06:46:12 +00:00
Program: implement OSDInspector offline tool

Implemented in f93a27f. Replaced the OSDInspector placeholder with a bounded cross-platform clap CLI implementing inspect/i, convert/c, validate/v, prim-to-osd, and osd-to-prim over the native…

hugo closed issue hugo/MetaCrate#85 2026-08-11 06:46:12 +00:00
Program: implement OSDInspector offline tool
hugo pushed to main at hugo/MetaCrate 2026-08-11 06:45:44 +00:00
f93a27f469 Implement OSDInspector offline tool (#85)
hugo closed issue hugo/IronStorage#69 2026-08-11 06:29:16 +00:00
integrate the cli and tui into the app bundle and install links from there from preferences
hugo commented on issue hugo/IronStorage#69 2026-08-11 06:29:10 +00:00
integrate the cli and tui into the app bundle and install links from there from preferences

Implemented and pushed in f84f724. The macOS bundle now builds and embeds the matching ironstorage CLI and ironstorage-tui alongside the desktop executable. Settings installs replaceable symlinks…

hugo pushed to main at hugo/IronStorage 2026-08-11 06:28:44 +00:00
f84f7247d2 Bundle CLI launchers with desktop app
hugo pushed to main at hugo/IronStorage 2026-08-11 05:28:25 +00:00
d21f5bd467 Normalize entry parsing and display order
hugo closed issue hugo/MetaCrate#84 2026-08-11 05:22:56 +00:00
Extension gate: rendering, RLV, and LSL integration and coverage audit
hugo commented on issue hugo/MetaCrate#84 2026-08-11 05:22:11 +00:00
Extension gate: rendering, RLV, and LSL integration and coverage audit

Implemented and verified in commit d4990f3b07a63d841f45d8c287ba2a6555cbbf47.\n\nImplementation:\n- Added the milestone-10 ownership/parity audit and complete rendering, RLV, LSL, integration, and…

hugo opened issue hugo/IronStorage#72 2026-08-11 05:04:44 +00:00
the preferences are but-ugly in the desktop app
hugo opened issue hugo/IronStorage#71 2026-08-11 05:03:00 +00:00
show otp codes at top of entry details when unlocked
hugo pushed to main at hugo/MetaCrate 2026-08-11 04:41:33 +00:00
d4990f3b07 Complete native extension milestone gate (#84)
hugo pushed to main at hugo/MetaCrate 2026-08-11 04:34:44 +00:00
5eac1dbc1f Complete native extension milestone gate (#84)
hugo pushed to main at hugo/IronStorage 2026-08-11 04:27:06 +00:00
2a8c941a65 Refine desktop entry field layout
hugo pushed to main at hugo/MetaCrate 2026-08-11 04:24:37 +00:00
a8b7029413 Complete native extension milestone gate (#84)
hugo pushed to main at hugo/MetaCrate 2026-08-11 04:09:32 +00:00
1c2848c780 Complete native extension milestone gate (#84)
hugo closed issue hugo/MetaCrate#83 2026-08-11 03:37:10 +00:00
LSL tools: deterministic generated parser output and API cleanup
hugo commented on issue hugo/MetaCrate#83 2026-08-11 03:36:58 +00:00
LSL tools: deterministic generated parser output and API cleanup

Implemented and pushed in commit 2558e2f.

Implementation:

  • Added the reviewed BSD-3-Clause grammar input pinned to upstream commit 2aa70bb68513b39795da5d13c88f31b86e85a3ba, covering 14 tokens, 8…
hugo pushed to main at hugo/MetaCrate 2026-08-11 03:36:28 +00:00
2558e2f49f Generate native LSL parser tables (#83)