From 6c003ed6fa61c4c041c03dedbfc93936e72500bb Mon Sep 17 00:00:00 2001
From: Suyog Tandel
Date: Sun, 15 Mar 2026 19:24:27 +0530
Subject: [PATCH] chore(docs): update readme.md with flathub link
---
.github/workflows/release-nightly.yml | 2 +-
.github/workflows/release.yml | 2 +-
README.md | 10 +++++++++-
data/in.suyogtandel.picoforge.metainfo.xml | 12 +++++++++++-
4 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml
index 7243b5c..4602f5e 100644
--- a/.github/workflows/release-nightly.yml
+++ b/.github/workflows/release-nightly.yml
@@ -5,7 +5,7 @@ on:
- release-nightly
jobs:
- publish-tauri:
+ build-and-release:
permissions:
contents: write
issues: write
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e665845..5f91756 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
workflow_dispatch:
jobs:
- publish-tauri:
+ build-and-release:
permissions:
contents: write
issues: write
diff --git a/README.md b/README.md
index c734886..0410232 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,12 @@ PicoForge is a modern desktop application for configuring and managing Pico FIDO
## Installation
+### Linux:
+
+[](https://flathub.org/en-GB/apps/in.suyogtandel.picoforge)
+
+### Other OS:
+
Check the official [PicoForge Wiki](https://github.com/librekeys/picoforge/wiki/Installation) for installation info of the application.
## Usage
@@ -245,6 +251,8 @@ Please check the [CONTRIBUTING.md](.github/CONTRIBUTING.md) file for the full co
## License
+
+
This project is licensed under the **GNU Affero General Public License v3.0 (AGPL-3.0-only)**.
See [LICENSE](LICENSE) for full details.
@@ -252,7 +260,7 @@ See [LICENSE](LICENSE) for full details.
## Repository Maintainers
- **Suyog Tandel** ([@lockedmutex](https://github.com/lockedmutex))
-- **Fabrice Bellamy** ([@Lab-8916100448256](https://github.com/Lab-8916100448256)) - Co-Maintainer
+- **Fabrice Bellamy** ([@Lab-8916100448256](https://github.com/Lab-8916100448256))
## Package Maintainers
diff --git a/data/in.suyogtandel.picoforge.metainfo.xml b/data/in.suyogtandel.picoforge.metainfo.xml
index 5669415..e122032 100644
--- a/data/in.suyogtandel.picoforge.metainfo.xml
+++ b/data/in.suyogtandel.picoforge.metainfo.xml
@@ -8,7 +8,7 @@
Security keys configuration tool
PicoForge is a modern desktop application for configuring and managing pico-fido and LibreKeys security keys. Built with Rust and GPUI, it provides an intuitive interface for reading device information, configuring USB identifiers, adjusting LED settings, managing security features, and monitoring stored credentials.
+ >PicoForge is a desktop application for configuring and managing pico-fido and LibreKeys security keys. Built with Rust and GPUI, it provides an intuitive interface for reading device information, configuring USB identifiers, adjusting LED settings, managing security features, and monitoring stored credentials.
@@ -63,12 +63,22 @@
https://github.com/librekeys/picoforge/releases/tag/v0.5.0
Release 0.5.0
+
+ - Add support for LibreKeys One firmware version 7.4.2
+ - Add support for pico-fido firmware version 7.4
+ - Improve Sidebar handling
+ - Fix application crashing while parsing stored passkeys
+
https://github.com/librekeys/picoforge/releases/tag/v0.4.1
Release 0.4.1
+
+ - Drop tauri in favor of GPUI for the GUI of the application
+ - Improve Passkeys Management UI
+