From f5e9f6f6694cbf91271df0097f57e72a3e3e662b Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Fri, 6 Mar 2026 16:19:00 +0000 Subject: [PATCH] Automatic commit of package [picoforge] release [0.5.0-1]. Created by command: /usr/bin/tito tag --offline --accept-auto-changelog --keep-version --- .tito/packages/picoforge | 2 +- picoforge.spec | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/.tito/packages/picoforge b/.tito/packages/picoforge index 7095dd4..208e9de 100644 --- a/.tito/packages/picoforge +++ b/.tito/packages/picoforge @@ -1 +1 @@ -0.4.1-1 ./ +0.5.0-1 ./ diff --git a/picoforge.spec b/picoforge.spec index 863821a..15677fa 100644 --- a/picoforge.spec +++ b/picoforge.spec @@ -72,6 +72,44 @@ install -m 644 static/appIcons/in.suyogtandel.picoforge.svg %{buildroot}%{_datad %{_datadir}/icons/hicolor/scalable/apps/in.suyogtandel.picoforge.svg %changelog +* Fri Mar 06 2026 Suyog Tandel 0.5.0-1 +- chore: sync spec to 0.5.0 [skip ci] (git@suyogtandel.in) +- chore: bump app version to 0.5.0 (git@suyogtandel.in) +- fix(ui): migrate views to read device state from ApplicationRoot + (git@suyogtandel.in) +- refactor: ApplicationRoot restructure (git@suyogtandel.in) +- refactor: rename GlobalDeviceState to DeviceConnectionState + (git@suyogtandel.in) +- fix: clippy errors and remove logs view (git@suyogtandel.in) +- feat(ui): Add LibreKeys One Vendor Config to PicoForge (git@suyogtandel.in) +- fix(ui): bottom drawer issue when deleting a passkey (git@suyogtandel.in) +- fix(ui): Fido version displayed in fido information (git@suyogtandel.in) +- fix:(ui): set min pin length dialog : the enter key is triggering cancel + instead of update (git@suyogtandel.in) +- fix(ui): error message colors in dialogs (git@suyogtandel.in) +- fix(ui): logs terminal overflowing to the right of the window + (git@suyogtandel.in) +- fix clippy warings in fido code (fabrice.bellamy@distrilab.fr) +- remove dependency on ctap-hid-fido2 and use our own implementation of fido + commands to avoid picoforge freeze with som bad firmwares + (fabrice.bellamy@distrilab.fr) +- refactor: replace to_u64 match blocks with explicit enum discriminants + (git@suyogtandel.in) +- support pico-fido version 7.4 (fabrice.bellamy@distrilab.fr) +- fix(ui): Application icon on macos and windows (#74) + (38373466+Lab-8916100448256@users.noreply.github.com) +- fix(ui): window handling broken on windows due to interactive config on + first(root) element (git@suyogtandel.in) +- chore(docs): update readme.md and PR template (git@suyogtandel.in) +- feat(pkg): add flatpak build manifest and workflow (#75) (git@suyogtandel.in) +- chore: Update funding.yml with donation links (git@suyogtandel.in) +- chore: delete old issue template (git@suyogtandel.in) +- chore: Update issue and feature templates (suyogtandel12@gmail.com) +- Update issue templates (suyogtandel12@gmail.com) +- chore: update github PR and ISSUE templates (git@suyogtandel.in) +- fix #72 : sidebar toggle button redesign (fabrice.bellamy@distrilab.fr) +- picoforge: 0.4.0 -> 0.4.1 (github-actions[bot]@users.noreply.github.com) + * Sun Feb 22 2026 Suyog Tandel 0.4.1-1 - chore: sync spec to 0.4.1 [skip ci] (git@suyogtandel.in) - chore: bump app version to 0.4.1 (git@suyogtandel.in)