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