diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5034bca..45900c2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,14 @@ - + - + +> [!NOTE] +> Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository before proceeding. Check [README.md](../README.md) to get more info of the project. ### Checklist Ensure that your pull request has followed all the steps below: + - [ ] Code compiles without errors - [ ] Code is formatted using `cargo fmt` - [ ] All tests are passing (skip if no tests exist) @@ -32,6 +29,7 @@ Why should this pull request be accepted? What problem does it solve? Please check the relevant types of changes this PR introduces: + - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) diff --git a/README.md b/README.md index 65ddf9c..c734886 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ > This software does not share any code with the official closed-source pico-fido application. > > Check application [Installation Wiki](https://github.com/librekeys/picoforge/wiki/Installation) for installation guide of the PicoForge app on your system. +> +> PicoForge only supports v7.2 of the PICO FIDO series of firmwares. Support to v7.4 and above +> is WIP. ## About @@ -31,7 +34,7 @@ PicoForge is a modern desktop application for configuring and managing Pico FIDO - Real-time system logging and diagnostics - Support for multiple hardware variants and vendors -> **Alpha Status**: This application is currently under active development and in alpha stage. Users should expect bugs and are encouraged to report them. The app has been tested on Linux and Windows 10 with the official Raspberry Pi Pico2 & ESP32-S3 and, currently supports Pico FIDO firmware version 7.2 only. +> **BETA Status**: This application is currently under active development and in beta stage. Users should expect bugs and are encouraged to report them. The app has been tested on Linux and Windows 10 with the official Raspberry Pi Pico2 & ESP32-S3 and, currently supports Pico FIDO firmware version 7.2 only. ## Screenshots diff --git a/data/screenshots/screenshot-1.webp b/data/screenshots/screenshot-1.webp index 6729d18..228a1db 100644 Binary files a/data/screenshots/screenshot-1.webp and b/data/screenshots/screenshot-1.webp differ diff --git a/data/screenshots/screenshot-2.webp b/data/screenshots/screenshot-2.webp index 3115512..3c3431e 100644 Binary files a/data/screenshots/screenshot-2.webp and b/data/screenshots/screenshot-2.webp differ diff --git a/data/screenshots/screenshot-3.webp b/data/screenshots/screenshot-3.webp index d439749..c3580e7 100644 Binary files a/data/screenshots/screenshot-3.webp and b/data/screenshots/screenshot-3.webp differ