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 @@
3
 
3
 
4
 # Project configuration
4
 # Project configuration
5
 PROJECT_NAME = parrot
5
 PROJECT_NAME = parrot
6
-VERSION = 1.5.1
6
+VERSION = 1.6.0
7
 TARGET = parrot
7
 TARGET = parrot
8
 
8
 
9
 # Go configuration
9
 # Go configuration
parrot.specmodified
@@ -1,7 +1,7 @@
1
 %define debug_package %{nil}
1
 %define debug_package %{nil}
2
 
2
 
3
 Name:           parrot
3
 Name:           parrot
4
-Version:        1.5.1
4
+Version:        1.6.0
5
 Release:        1%{?dist}
5
 Release:        1%{?dist}
6
 Summary:        Intelligent roasts of failed commands
6
 Summary:        Intelligent roasts of failed commands
7
 
7
 
@@ -25,7 +25,7 @@ LLM models via Ollama, and fallback responses for guaranteed functionality.
25
 Features:
25
 Features:
26
 - Multi-backend architecture (API → Local → Fallback)
26
 - Multi-backend architecture (API → Local → Fallback)
27
 - Three personality levels (mild, sarcastic, savage)
27
 - Three personality levels (mild, sarcastic, savage)
28
-- Shell integration for bash and zsh
28
+- Shell integration for bash, zsh, and fish
29
 - Interactive configuration wizard
29
 - Interactive configuration wizard
30
 - Comprehensive setup automation
30
 - Comprehensive setup automation
31
 - Terminal color theming
31
 - Terminal color theming
@@ -107,6 +107,10 @@ fi
107
 %{_docdir}/%{name}/
107
 %{_docdir}/%{name}/
108
 
108
 
109
 %changelog
109
 %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
+
110
 * Wed Nov 06 2024 mfw <espadonne@outlook.com> - 1.5.1-1
114
 * Wed Nov 06 2024 mfw <espadonne@outlook.com> - 1.5.1-1
111
 - Expansion V6: UNSTOPPABLE 8-category blitz - 314 NEW insults!
115
 - Expansion V6: UNSTOPPABLE 8-category blitz - 314 NEW insults!
112
 - Expansion V5: EPIC 10-category expansion - 385 NEW insults!
116
 - Expansion V5: EPIC 10-category expansion - 385 NEW insults!