Commit Graph
28 Commits
Author SHA1 Message Date
Fabrice Bellamy 393b017ddf format firmware version as major.minor and do not use AAGUID as serial number because it is too long and already displayed somwhere else 2026-01-20 16:59:54 +01:00
Fabrice Bellamy 765f248472 get device VID, PID and product name in fido::read_device_details() 2026-01-20 16:00:28 +01:00
Fabrice Bellamy a6cfda1389 Fallback to fido::read_device_details when rescue::read_device_details fails 2026-01-20 15:30:41 +01:00
Fabrice Bellamy 9351dbc452 do not display the "no device found" case as an error 2026-01-19 13:35:41 +01:00
Fabrice Bellamy a7ec8e6d04 Display error instead of when there was an error communicating with pcscd 2026-01-19 13:04:03 +01:00
Suyog Tandel 02064fff23 feat: update application icon and bump app version to 0.2.1 2026-01-16 22:39:42 +05:30
oshenyang 562cd6908a fix: resolve the application freeze on macOS 2026-01-17 00:23:10 +08:00
Suyog Tandel 83d80d8467 fix: getCurrentWindow() frezzing the application on macos 2026-01-15 20:00:43 +05:30
Suyog Tandel 76491e76ed feat: new app icon for picoforge 2026-01-15 19:44:30 +05:30
Suyog TandelandGitHub bc56469868 Merge pull request #8 from librekeys/esp
updated mod.rs to handle absense of device serial for esp32s3
2026-01-15 19:43:13 +05:30
Vaishakh S Nair 91cc65a1d3 updated mod.rs to handle absense of device serial 2026-01-15 15:11:03 +05:30
Suyog Tandel 626ea7fc69 fix: alert dialog when deleting a passkey 2026-01-14 20:00:24 +05:30
Suyog Tandel 578bf0032c feat: new passkeys section and implement credentials handling 2026-01-14 14:44:06 +05:30
Suyog Tandel 71798deb14 fix: move window state logic to backend 2026-01-12 22:53:07 +05:30
Suyog Tandel 6912770af0 fix: macos-private-api tauri 2026-01-12 19:55:08 +05:30
Suyog Tandel e40d67cd6a chore: ignore unused in fido module 2026-01-12 15:27:18 +05:30
Suyog Tandel a9db653787 chore: reorganise frontend code 2026-01-12 01:01:56 +05:30
Suyog Tandel 5f2d13710a fix: custom vendor vid:pid entry 2026-01-11 16:33:22 +05:30
Suyog Tandel 0315a6f1e8 feat: read device details implemntation using fido protocol 2026-01-11 01:48:58 +05:30
Suyog Tandel 2a155428b4 chore: bump app version to v0.1.3 2026-01-10 22:51:15 +05:30
Suyog Tandel 5e4ce6bbcf chore: organise backend code for fido support 2026-01-10 22:14:43 +05:30
Suyog Tandel 458710579a feat: Fido2 pin configuration and device info for pico-key
- Added more infomration about the pico-key on the home page.
- Added config option to change the pin of the pico-fido key.
- Improved the UI of Home and Confifuration.
2026-01-10 00:50:45 +05:30
Suyog Tandel 36d3007369 feat: add logging config for backend
- Added logging config using log and log4rs crates in the backend
- Organised backend code into separate files
- Logging statemetns were added with error handling in the backend
2026-01-09 14:42:21 +05:30
Suyog Tandel cb5954034a chore: rename app binary name and fix readme.md 2026-01-09 13:52:27 +05:30
Suyog Tandel 406e0213d2 feat: add svelte code formatting config and orgnaise frontend code
- Added code formatting config for svelte, ts, js and svelte.ts files
- Reorganised the monolith +page.svelte into different reactive components using runes. Placed in src/lib/
- Formatted the frontend code for consistency.
- Added env variable in release workflow so that system lib libpcsclite.so.1 is not included in appimage bundle.
- Added minimum app window width and height config in tauri.conf.json
2026-01-09 02:36:06 +05:30