From 120253c2efa69719f8ad23331c17daa9f7f18e3e Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Wed, 18 Feb 2026 18:40:57 +0000 Subject: [PATCH] Automatic commit of package [picoforge] release [0.4.0-1]. Created by command: /usr/sbin/tito tag --offline --accept-auto-changelog --keep-version --- .tito/packages/picoforge | 2 +- Cargo.toml | 2 +- picoforge.spec | 76 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+), 2 deletions(-) diff --git a/.tito/packages/picoforge b/.tito/packages/picoforge index 991f746..289d25c 100644 --- a/.tito/packages/picoforge +++ b/.tito/packages/picoforge @@ -1 +1 @@ -0.3.1-1 ./ +0.4.0-1 ./ diff --git a/Cargo.toml b/Cargo.toml index 2ddf99d..a1479e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,4 +45,4 @@ opt-level = 3 # Prioritizes speed. Use `z` if you prefer small binary size. strip = true # Ensures debug symbols are removed. [package.metadata.packager] -before-packaging-command = "cargo build --release" \ No newline at end of file +before-packaging-command = "cargo build --release" diff --git a/picoforge.spec b/picoforge.spec index 78c1453..9e3f4a4 100644 --- a/picoforge.spec +++ b/picoforge.spec @@ -71,6 +71,82 @@ install -m 644 static/appIcons/in.suyogtandel.picoforge.svg %{buildroot}%{_datad %{_datadir}/icons/hicolor/scalable/apps/in.suyogtandel.picoforge.svg %changelog +* Wed Feb 18 2026 Suyog Tandel 0.4.0-1 +- chore: cleanup spec file (git@suyogtandel.in) +- chore(packaging): update specfile with gpui deps for rpm build + (git@suyogtandel.in) +- chore(packaging): add cargo packager config file (git@suyogtandel.in) +- fix(ui): fido mode config write raised in issue #62 (git@suyogtandel.in) +- fix #60 (12b@distrilab.fr) +- fix(ui): async functions blocking ui thread (git@suyogtandel.in) +- build(package.nix): revert to stable version '0.3.1' + (226018678+jetcookies@users.noreply.github.com) +- Update Installation.md: add Mac installation instructions + (phoeagon@gmail.com) +- chore(docs): update readme.md with new build info and credits.md with new + deps (git@suyogtandel.in) +- fix: tip syntax in building.md and readme.md (git@suyogtandel.in) +- chore(ci): add cachix ci info (git@suyogtandel.in) +- docs: add a hint to the docs encouraging users to utilize the binary cache + (226018678+jetcookies@users.noreply.github.com) +- build(flake.lock): nix flake update + (226018678+jetcookies@users.noreply.github.com) +- ci: let nix build and populate cache + (226018678+jetcookies@users.noreply.github.com) +- build(package.nix): 0.3.0 -> 0.3.1-unstable-2026-02-08 + (226018678+jetcookies@users.noreply.github.com) +- chore(ui): fix unused code and make io functions async (git@suyogtandel.in) +- fix(ui): inconsistencies in cards (git@suyogtandel.in) +- feat(ui): application logging output to logsview (git@suyogtandel.in) +- feat(ui): add font color customization to button component + (git@suyogtandel.in) +- chore(ui): add borders to button component (git@suyogtandel.in) +- fix(ui): IO functions blocking ui thread in passkeys view + (git@suyogtandel.in) +- feat(ui): Implement backend connection of passkeys ui (git@suyogtandel.in) +- chore(ui): convert buttons into a reusable component from entity + (git@suyogtandel.in) +- feat(ui): implement passkeys handling and fetching with gpui + (git@suyogtandel.in) +- chore: update shell config for gpui compilation and make configu update async + (git@suyogtandel.in) +- build(package.nix): 0.3.0 -> 0.3.1 + (226018678+jetcookies@users.noreply.github.com) +- fix(ui): config view input field theme (git@suyogtandel.in) +- fix(ui): collapsed sidebare refresh status button (git@suyogtandel.in) +- chore(ui): refactor config view data/types (git@suyogtandel.in) +- chore: change logging levels for deps (git@suyogtandel.in) +- chore(ui): abstract away cards into a card component (git@suyogtandel.in) +- fix: led steady mode in config.rs (git@suyogtandel.in) +- feat: enable device configuration via the ui and report correct config + (git@suyogtandel.in) +- feat(ui): implement config loading from the device module + (git@suyogtandel.in) +- chore(ui): abstract away button into a component (git@suyogtandel.in) +- feat(ui): implement homeview functionality (git@suyogtandel.in) +- feat(ui): implement logs view skeleton in gpui (git@suyogtandel.in) +- feat: implement passkeys view skeleton (git@suyogtandel.in) +- feat(ui): add config page skeleton (git@suyogtandel.in) +- fix(ci/cd): safe deletion of spec file update script in release worflow + (git@suyogtandel.in) +- feat: implement security view in gpui (git@suyogtandel.in) +- fix: refresh button theme (git@suyogtandel.in) +- chore: abstract pages into a pageview component (git@suyogtandel.in) +- feat: implement/migrate about page in gpui (git@suyogtandel.in) +- fix: ui children overflowing out of the window when window size is too small + (git@suyogtandel.in) +- feat: add animation to sidebar collapsing (git@suyogtandel.in) +- feat: complete sidebar ui implementation using gpui (git@suyogtandel.in) +- chore: adjust sidebar icon size when collapsed and change min window width + (git@suyogtandel.in) +- feat: add sidebar header and footer (git@suyogtandel.in) +- chore: change code formatting, use space for tabs and indents instead of tabs + (git@suyogtandel.in) +- feat: add zinc colors from shadcnui (git@suyogtandel.in) +- feat: add original lucid icons and fix ui bugs with gpui window + (git@suyogtandel.in) +- feat: init gpui frontend migration (git@suyogtandel.in) + * Thu Jan 29 2026 Suyog Tandel 0.3.1-1 - chore: sync spec to 0.3.1 [skip ci] (git@suyogtandel.in) - chore(ci/cd): add workflow_dispatch to release workflow (git@suyogtandel.in)