Bump version to v1.4.0
- SHA
20b8e85c97937b46d67dba311c98620a715f8f27- Parents
-
845b1d6 - Tree
e59a726
20b8e85
20b8e85c97937b46d67dba311c98620a715f8f27845b1d6
e59a726| Status | File | + | - |
|---|---|---|---|
| M |
Makefile
|
1 | 1 |
| M |
parrot.spec
|
11 | 2 |
Makefilemodified@@ -3,7 +3,7 @@ | ||
| 3 | 3 | |
| 4 | 4 | # Project configuration |
| 5 | 5 | PROJECT_NAME = parrot |
| 6 | -VERSION = 1.3.0 | |
| 6 | +VERSION = 1.4.0 | |
| 7 | 7 | TARGET = parrot |
| 8 | 8 | |
| 9 | 9 | # Go configuration |
parrot.specmodified@@ -1,8 +1,8 @@ | ||
| 1 | 1 | %define debug_package %{nil} |
| 2 | 2 | |
| 3 | 3 | Name: parrot |
| 4 | -Version: 1.3.0 | |
| 5 | -Release: 2%{?dist} | |
| 4 | +Version: 1.4.0 | |
| 5 | +Release: 1%{?dist} | |
| 6 | 6 | Summary: Intelligent CLI command failure assistant with AI-powered responses |
| 7 | 7 | |
| 8 | 8 | License: MIT |
@@ -107,6 +107,15 @@ fi | ||
| 107 | 107 | %{_docdir}/%{name}/ |
| 108 | 108 | |
| 109 | 109 | %changelog |
| 110 | +* Wed Nov 06 2024 mfw <espadonne@outlook.com> - 1.4.0-1 | |
| 111 | +- Tier 4 Intelligence: ML-like learning and dynamic generation capabilities | |
| 112 | +- Tier 3 Intelligence: LLM-like context awareness for smarter responses | |
| 113 | +- Tier 2 Intelligence: Project and git context awareness | |
| 114 | +- Tier 1 Intelligence: Advanced context-aware fallback system | |
| 115 | +- Expanded fallback database with 600+ contextual insults | |
| 116 | +- Fixed double output and backend fallback issues | |
| 117 | +- Enhanced local backend model handling | |
| 118 | + | |
| 110 | 119 | * Fri Sep 13 2024 mfw <espadonne@outlook.com> - 1.3.0-2 |
| 111 | 120 | - Enhanced post-install messaging to clearly guide users to run 'parrot install' |
| 112 | 121 | - Improved shell integration setup instructions and user experience |