@@ -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! |