Automatic commit of package [picoforge] release [0.4.0-1].

Created by command:

/usr/sbin/tito tag --offline --accept-auto-changelog --keep-version
This commit is contained in:
Suyog Tandel
2026-02-18 18:40:57 +00:00
parent 7dc80325df
commit 120253c2ef
3 changed files with 78 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
0.3.1-1 ./
0.4.0-1 ./
+1 -1
View File
@@ -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"
before-packaging-command = "cargo build --release"
+76
View File
@@ -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 <git@suyogtandel.in> 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 <git@suyogtandel.in> 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)