release: bump to 1.3.0
- SHA
dafc91b7e50e57f06e293c42d4bb36e5907dd0c3- Parents
-
6210af9 - Tree
128d34f
dafc91b
dafc91b7e50e57f06e293c42d4bb36e5907dd0c36210af9
128d34f| Status | File | + | - |
|---|---|---|---|
| M |
gitswitcher.spec
|
6 | 1 |
gitswitcher.specmodified@@ -1,5 +1,5 @@ | ||
| 1 | 1 | Name: gitswitcher |
| 2 | -Version: 1.1.9 | |
| 2 | +Version: 1.3.0 | |
| 3 | 3 | Release: 1%{?dist} |
| 4 | 4 | Summary: Secure Git identity and SSH/GPG key management tool for seamless account switching |
| 5 | 5 | |
@@ -53,6 +53,11 @@ install -m 644 README.md %{buildroot}%{_docdir}/%{name}/ | ||
| 53 | 53 | %{_docdir}/%{name}/README.md |
| 54 | 54 | |
| 55 | 55 | %changelog |
| 56 | +* Thu Apr 16 2026 mfw <espadonne@outlook.com> - 1.3.0-1 | |
| 57 | +- Feature: `gitswitch init <shell>` subcommand emits SSH_AUTH_SOCK wiring for fish/bash/zsh/sh/dash/ksh | |
| 58 | +- Feature: `--ssh-agent-info` compat alias auto-detects shell from $SHELL for Python-era rc files | |
| 59 | +- Fix: silence spurious "Failed to get terminal size" stderr when stdout is piped/command-substituted | |
| 60 | + | |
| 56 | 61 | * Tue Jan 07 2026 mfw <espadonne@outlook.com> - 1.1.9-1 |
| 57 | 62 | - Fix: Use WARNING log level for release builds (was INFO) |
| 58 | 63 | - Fix: Silence error logs for missing optional config fields |