tenseleyflow/parrot / e1f7f89

Browse files

Bump version to v1.6.0

Authored by espadonne
SHA
e1f7f8938e50f05066d1df3e12fbafec90896680
Parents
fd4876d
Tree
64747ad

2 changed files

StatusFile+-
M Makefile 1 1
M parrot.spec 6 2
Makefilemodified
@@ -3,7 +3,7 @@
33
 
44
 # Project configuration
55
 PROJECT_NAME = parrot
6
-VERSION = 1.5.1
6
+VERSION = 1.6.0
77
 TARGET = parrot
88
 
99
 # Go configuration
parrot.specmodified
@@ -1,7 +1,7 @@
11
 %define debug_package %{nil}
22
 
33
 Name:           parrot
4
-Version:        1.5.1
4
+Version:        1.6.0
55
 Release:        1%{?dist}
66
 Summary:        Intelligent roasts of failed commands
77
 
@@ -25,7 +25,7 @@ LLM models via Ollama, and fallback responses for guaranteed functionality.
2525
 Features:
2626
 - Multi-backend architecture (API → Local → Fallback)
2727
 - Three personality levels (mild, sarcastic, savage)
28
-- Shell integration for bash and zsh
28
+- Shell integration for bash, zsh, and fish
2929
 - Interactive configuration wizard
3030
 - Comprehensive setup automation
3131
 - Terminal color theming
@@ -107,6 +107,10 @@ fi
107107
 %{_docdir}/%{name}/
108108
 
109109
 %changelog
110
+* Wed Nov 06 2024 mfw <espadonne@outlook.com> - 1.6.0-1
111
+- Add native fish shell support
112
+- Shell integration now works with bash, zsh, and fish
113
+
110114
 * Wed Nov 06 2024 mfw <espadonne@outlook.com> - 1.5.1-1
111115
 - Expansion V6: UNSTOPPABLE 8-category blitz - 314 NEW insults!
112116
 - Expansion V5: EPIC 10-category expansion - 385 NEW insults!