diff --git a/.tito/packages/picoforge b/.tito/packages/picoforge index 3f8c461..0c01db6 100644 --- a/.tito/packages/picoforge +++ b/.tito/packages/picoforge @@ -1 +1 @@ -0.8.0-1 ./ +0.9.0-1 ./ diff --git a/picoforge.spec b/picoforge.spec index f558731..bc1b742 100644 --- a/picoforge.spec +++ b/picoforge.spec @@ -1,6 +1,6 @@ %global debug_package %{nil} Name: picoforge -Version: 0.8.0 +Version: 0.9.0 Release: 1%{?dist} Summary: An open source commissioning tool for Pico FIDO security keys. Developed with Rust and GPUI. License: AGPL-3.0 @@ -72,6 +72,13 @@ install -m 644 static/appIcons/in.suyogtandel.picoforge.svg %{buildroot}%{_datad %{_datadir}/icons/hicolor/scalable/apps/in.suyogtandel.picoforge.svg %changelog +* Thu Jul 30 2026 Suyog Tandel 0.9.0-1 +- chore: sync spec to 0.9.0-1 [skip ci] (git@suyogtandel.in) +- chore: bump app ver to 0.9 and update metainfo (git@suyogtandel.in) +- refactor: unify button styling across screens and fix OATH dialog placeholder + (git@suyogtandel.in) +- feat: add application installation script for linux (git@suyogtandel.in) + * Tue Jul 28 2026 Suyog Tandel 0.8.0-1 - chore: sync spec to 0.8.0-1 [skip ci] (git@suyogtandel.in) - chore: update screenshot urls in metainfo file (git@suyogtandel.in)