@@ -1,5 +1,5 @@ |
| 1 | 1 | Name: gitswitch |
| 2 | | -Version: 1.0.0 |
| 2 | +Version: 1.1.4 |
| 3 | 3 | Release: 1%{?dist} |
| 4 | 4 | Summary: Safe Git identity switching with SSH/GPG isolation |
| 5 | 5 | |
@@ -8,6 +8,10 @@ URL: https://github.com/tenseleyFlow/gitswitch |
| 8 | 8 | Source0: %{name}-%{version}.tar.gz |
| 9 | 9 | |
| 10 | 10 | BuildArch: x86_64 |
| 11 | + |
| 12 | +# Disable debug package |
| 13 | +%global debug_package %{nil} |
| 14 | + |
| 11 | 15 | BuildRequires: gcc |
| 12 | 16 | BuildRequires: make |
| 13 | 17 | BuildRequires: openssl-devel |
@@ -47,9 +51,30 @@ install -m 644 README.md %{buildroot}%{_docdir}/%{name}/ |
| 47 | 51 | %files |
| 48 | 52 | %doc README.md |
| 49 | 53 | /usr/local/bin/gitswitch |
| 50 | | -%{_docdir}/%{name}/ |
| 51 | 54 | |
| 52 | 55 | %changelog |
| 56 | +* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.1.4-1 |
| 57 | +- Feat: persistent SSH agents with session state tracking |
| 58 | +- Docs: add fish shell syntax to SSH integration tip |
| 59 | + |
| 60 | +* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.1.0-1 |
| 61 | +- Fix: use rotating buffers in display_colorize to prevent overwrite |
| 62 | +- Fix: flush stdout after display_status to ensure output is shown |
| 63 | + |
| 64 | +* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.0.8-1 |
| 65 | +- Feat: improve account switch status messages |
| 66 | + |
| 67 | +* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.0.7-1 |
| 68 | +- Fix: improve SSH connection test for git hosting services |
| 69 | + |
| 70 | +* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.0.5-1 |
| 71 | +- Fix: remove stale ssh agent sockets before starting new agent |
| 72 | + |
| 73 | +* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.0.3-1 |
| 74 | +- Fix: use warn log level for release builds |
| 75 | +- Fix: silence errors for missing optional config fields |
| 76 | +- Fix: verify git config against correct scope and suppress ssh logging |
| 77 | + |
| 53 | 78 | * Sun Aug 24 2025 mfw <espadonne@outlook.com> - 1.0.0-1 |
| 54 | 79 | - Initial RPM release |
| 55 | 80 | - C port with security hardening |