fortrangoingonforty/fortress / 1b1f16c

Browse files

Update RPM spec to v0.9.94

Authored by espadonne
SHA
1b1f16cf4ae5c3d4e5fffb5334c79d5009be6324
Parents
5dda99d
Tree
90e9269

1 changed file

StatusFile+-
M fortress.spec 5 1
fortress.specmodified
@@ -1,5 +1,5 @@
11
 Name:           fortress
2
-Version:        0.9.93
2
+Version:        0.9.94
33
 Release:        1%{?dist}
44
 Summary:        A command-line file explorer written in modern Fortran with cd-on-exit
55
 
@@ -103,6 +103,10 @@ cat <<'EOF'
103103
 EOF
104104
 
105105
 %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
+
106110
 * Mon Oct 27 2025 mfw <espadon@outlook.com> - 0.9.93-1
107111
 - Fix shell integration to find fortress-bin in PATH
108112
 - Improves Homebrew compatibility on macOS