mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
chore: bump app ver to 0.8
This commit is contained in:
Generated
+1
-1
@@ -4256,7 +4256,7 @@ checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
||||
|
||||
[[package]]
|
||||
name = "picoforge"
|
||||
version = "0.7.1"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"aes 0.9.1",
|
||||
"anyhow",
|
||||
|
||||
+1
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "picoforge"
|
||||
version = "0.7.1"
|
||||
version = "0.8.0"
|
||||
description = "An open source commissioning tool for pico-fido and rs-key security keys. Developed with Rust and GPUI."
|
||||
authors = ["Suyog Tandel", "PicoForge Contributers"]
|
||||
license = "AGPL-3.0"
|
||||
@@ -86,4 +86,3 @@ generate_desktop_entry = false
|
||||
[package.metadata.packager.appimage]
|
||||
excluded_libraries = ["libpcsclite*.so*"]
|
||||
files = { "data/in.suyogtandel.picoforge.desktop" = "usr/share/applications/in.suyogtandel.picoforge.desktop", "static/appIcons/in.suyogtandel.picoforge-symbolic.svg" = "usr/share/icons/hicolor/symbolic/apps/in.suyogtandel.picoforge-symbolic.svg", "static/appIcons/in.suyogtandel.picoforge.svg" = "usr/share/icons/hicolor/scalable/apps/in.suyogtandel.picoforge.svg" }
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
> **RP2350 (Pico2) Notice:** If you are using an RP2350-based device (Pico2, etc.), please switch to [RS-Key](https://github.com/TheMaxMur/RS-Key) firmware instead of pico-fido for better support while using picoforge.
|
||||
>
|
||||
> **Supported Firmwares:**
|
||||
> - **[RS-Key](https://github.com/TheMaxMur/RS-Key)**: v0.3.X
|
||||
> - **[RS-Key](https://github.com/TheMaxMur/RS-Key)**: v0.3.X, 0.4.X
|
||||
> - **[pico-fido](https://github.com/polhenarejos/pico-fido)**: v7.0, v7.2, v7.4, v7.6
|
||||
> - **[LibreKeys One](https://github.com/librekeys/pico-fido-firmwares/releases)**: v7.4.2
|
||||
>
|
||||
|
||||
@@ -59,6 +59,23 @@
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="0.8.0" date="2026-07-28">
|
||||
<url type="details">https://github.com/librekeys/picoforge/releases/tag/v0.8.0</url>
|
||||
<description translate="no">
|
||||
<p>Release 0.8.0</p>
|
||||
<ul>
|
||||
<li>Full RS-Key firmware support with CCID applet management: OATH (accounts/2FA TOTP), PIV certificates, OpenPGP card, and OTP slot programming</li>
|
||||
<li>FIDO seed backup — export RS-Key recovery seed as a BIP39 mnemonic phrase</li>
|
||||
<li>Device offboarding and factory reset screen</li>
|
||||
<li>Device lock/unlock screen for managing PIN and device access</li>
|
||||
<li>Audit log viewer to inspect security events stored on the device</li>
|
||||
<li>Attestation certificate viewer for FIDO attestation certificates</li>
|
||||
<li>Native CCID (PC/SC) transport layer with APDU/TLV codec for smart card applets</li>
|
||||
<li>Containerized AppImage builds with auto-update support</li>
|
||||
<li>Reorganized sidebar with entries for all new management screens</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.7.1" date="2026-07-19">
|
||||
<url type="details">https://github.com/librekeys/picoforge/releases/tag/v0.7.1</url>
|
||||
<description translate="no">
|
||||
|
||||
@@ -36,7 +36,7 @@ impl Render for AboutViewModel {
|
||||
.text_color(theme.foreground)
|
||||
.child("PicoForge"),
|
||||
)
|
||||
.child(Tag::new("v0.7.1"))
|
||||
.child(Tag::new("v0.8.0"))
|
||||
.child(
|
||||
div()
|
||||
.text_color(theme.muted_foreground)
|
||||
|
||||
Reference in New Issue
Block a user