Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tito/packages/picoforge
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-1 ./
0.9.0-1 ./
9 changes: 8 additions & 1 deletion picoforge.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <git@suyogtandel.in> 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 <git@suyogtandel.in> 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)
Expand Down
Loading