Update RPM spec to v0.9.94
- SHA
1b1f16cf4ae5c3d4e5fffb5334c79d5009be6324- Parents
-
5dda99d - Tree
90e9269
1b1f16c
1b1f16cf4ae5c3d4e5fffb5334c79d5009be63245dda99d
90e9269| Status | File | + | - |
|---|---|---|---|
| M |
fortress.spec
|
5 | 1 |
fortress.specmodified@@ -1,5 +1,5 @@ | ||
| 1 | 1 | Name: fortress |
| 2 | -Version: 0.9.93 | |
| 2 | +Version: 0.9.94 | |
| 3 | 3 | Release: 1%{?dist} |
| 4 | 4 | Summary: A command-line file explorer written in modern Fortran with cd-on-exit |
| 5 | 5 | |
@@ -103,6 +103,10 @@ cat <<'EOF' | ||
| 103 | 103 | EOF |
| 104 | 104 | |
| 105 | 105 | %changelog |
| 106 | +* Mon Oct 27 2025 mfw <espadon@outlook.com> - 0.9.94-1 | |
| 107 | +- Change cursor selection approach for consistent cross-platform experience | |
| 108 | +- Move away from reverse video highlighting to fix macOS inconsistencies | |
| 109 | + | |
| 106 | 110 | * Mon Oct 27 2025 mfw <espadon@outlook.com> - 0.9.93-1 |
| 107 | 111 | - Fix shell integration to find fortress-bin in PATH |
| 108 | 112 | - Improves Homebrew compatibility on macOS |