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: + +[![Get it on Flathub](https://flathub.org/api/badge?locale=en)](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 +![AGPL3-Image](https://www.gnu.org/graphics/agplv3-155x51.png) + 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

+
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
  • +