Commit Graph
261 Commits
Author SHA1 Message Date
Suyog Tandel 2a3112b8ff fix(pkg): appstream syntax error v0.5.0+1 2026-03-07 23:25:04 +05:30
Suyog Tandel ebf1028a18 chore: update appstream for flathub 2026-03-07 23:06:34 +05:30
Suyog Tandel f5e9f6f669 Automatic commit of package [picoforge] release [0.5.0-1].
Created by command:

/usr/bin/tito tag --offline --accept-auto-changelog --keep-version
picoforge-0.5.0-1
2026-03-06 16:19:00 +00:00
Suyog Tandel 3cf8cabb2d chore: sync spec to 0.5.0 [skip ci] 2026-03-06 16:19:00 +00:00
Suyog Tandel 9c37eb2da9 chore: bump app version to 0.5.0 v0.5.0 2026-03-06 20:56:05 +05:30
Fabrice BellamyandGitHub afa8cc8d7f Merge pull request #81 from librekeys/refactor/ui-data-structure
refactor: UI data layout
2026-03-05 20:45:41 +01:00
Suyog Tandel 30c926e049 fix(ui): migrate views to read device state from ApplicationRoot 2026-03-06 00:38:45 +05:30
Suyog Tandel e7a1cab8ac refactor: ApplicationRoot restructure 2026-03-05 23:19:07 +05:30
Suyog Tandel ad4c577418 refactor: rename GlobalDeviceState to DeviceConnectionState 2026-03-04 22:36:20 +05:30
Suyog TandelandGitHub f1625aa831 Merge pull request #76 from librekeys/dev/pico-fido-v7.4
refactor: backend and UI for v0.5.0
2026-03-04 18:46:59 +05:30
Suyog Tandel 44851e25c4 fix: clippy errors and remove logs view
This commit basically removes the logs view from the
application(redundant). And also fixes all the clippy errors in the UI.
2026-03-04 18:11:19 +05:30
Suyog Tandel 895f4a7ce1 feat(ui): Add LibreKeys One Vendor Config to PicoForge 2026-03-03 19:55:17 +05:30
Suyog Tandel 093a72f46b fix(ui): bottom drawer issue when deleting a passkey 2026-03-03 19:46:32 +05:30
Suyog Tandel 2047952b94 fix(ui): Fido version displayed in fido information 2026-03-03 19:25:09 +05:30
Suyog Tandel 4be736c9c2 fix:(ui): set min pin length dialog : the enter key is triggering cancel instead of update 2026-03-03 18:22:31 +05:30
Suyog Tandel 15c2a9acb4 fix(ui): error message colors in dialogs 2026-03-03 17:36:32 +05:30
Suyog Tandel 85cac6ffc5 fix(ui): logs terminal overflowing to the right of the window 2026-03-03 15:40:37 +05:30
Fabrice Bellamy c18d496b90 fix clippy warings in fido code 2026-03-02 15:17:33 +01:00
Fabrice Bellamy 790966d4cb remove dependency on ctap-hid-fido2 and use our own implementation of fido commands to avoid picoforge freeze with som bad firmwares 2026-03-02 12:31:13 +01:00
Suyog Tandel 92783dcdfd refactor: replace to_u64 match blocks with explicit enum discriminants 2026-03-01 22:24:24 +05:30
Fabrice Bellamy 081c45b3ee support pico-fido version 7.4 2026-03-01 14:15:11 +01:00
c0412aff74 fix(ui): Application icon on macos and windows (#74)
* change cargo-packager config to fix application icon on macos

* fix: add windows icon fixes

* chore(pkg): add cargo-packager removed stuff and clean build.rs

* fix: compile issue on unix

---------

Co-authored-by: Suyog Tandel <git@suyogtandel.in>
2026-02-28 22:45:17 +01:00
Suyog Tandel f6b9887f7f fix(ui): window handling broken on windows due to interactive config on first(root) element 2026-03-01 00:29:27 +05:30
Suyog Tandel 416f8c9507 chore(docs): update readme.md and PR template 2026-02-28 00:02:47 +05:30
Suyog TandelandGitHub a766cae501 feat(pkg): add flatpak build manifest and workflow (#75)
* feat(pkg): add flatpak build manifest

* feat(pkg): add flatpak build step to release workflow

* fix(pkg): flatpak build script failing due to absence of zsh

* fix: flatpak manifest pcsc build error

* feat(pkg): build flatpaks parallel to other workflow steps

* fix(pkg): windows installation binaries glob in workflow

* chore(pkg): change appimage naming in release workflow
2026-02-27 21:03:38 +05:30