tenseleyflow/gitswitch / cdf6178

Browse files

update spec

Authored by espadonne
SHA
cdf61780d58702f6aec9772cb2c79bb8f574ca13
Parents
046bc15
Tree
ca853f5

1 changed file

StatusFile+-
M gitswitch.spec 27 2
gitswitch.specmodified
@@ -1,5 +1,5 @@
11
 Name:           gitswitch
2
-Version:        1.0.0
2
+Version:        1.1.4
33
 Release:        1%{?dist}
44
 Summary:        Safe Git identity switching with SSH/GPG isolation
55
 
@@ -8,6 +8,10 @@ URL: https://github.com/tenseleyFlow/gitswitch
88
 Source0:        %{name}-%{version}.tar.gz
99
 
1010
 BuildArch:      x86_64
11
+
12
+# Disable debug package
13
+%global debug_package %{nil}
14
+
1115
 BuildRequires:  gcc
1216
 BuildRequires:  make
1317
 BuildRequires:  openssl-devel
@@ -47,9 +51,30 @@ install -m 644 README.md %{buildroot}%{_docdir}/%{name}/
4751
 %files
4852
 %doc README.md
4953
 /usr/local/bin/gitswitch
50
-%{_docdir}/%{name}/
5154
 
5255
 %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
+
5378
 * Sun Aug 24 2025 mfw <espadonne@outlook.com> - 1.0.0-1
5479
 - Initial RPM release
5580
 - C port with security hardening