-
Notifications
You must be signed in to change notification settings - Fork 0
release: Convergio v6.4.0 - Conversational Setup Wizard #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -501,3 +501,4 @@ struct MessageBubble: View { | |
| **Ultimo Aggiornamento**: 2025-01-XX | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -129,3 +129,4 @@ extension View { | |
| } | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -164,3 +164,4 @@ Refactoring completo dell'applicazione per utilizzare il design system centraliz | |
| **Fine Refactoring** | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -306,3 +306,4 @@ | |
| **Fine Fix Applicati** | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -570,3 +570,4 @@ enum DesignSystem { | |
| **Fine Report** | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -172,3 +172,4 @@ Il Makefile education ha funzionalità aggiuntive (voice, education). Applica le | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 6.3.0 | ||
| 6.4.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The release was bumped to 6.4.0 here, but the public install surfaces still advertise and download 6.3.0 (README badge at lines 12‑15 and Homebrew formula lines 4‑10 remain on 6.3.0). If you cut a 6.4.0 tarball, Useful? React with 👍 / 👎. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -562,3 +562,4 @@ L'architettura è: | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -424,3 +424,4 @@ fi | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -421,3 +421,4 @@ Workflows are **immediately usable** after Phase 1: | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -680,3 +680,4 @@ Workflow orchestration integrates seamlessly into Convergio: | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -291,3 +291,4 @@ | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -164,3 +164,4 @@ See [Workflow Documentation](docs/workflow-orchestration/USER_GUIDE.md) for deta | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -249,3 +249,4 @@ These files will be created during Phase 1 implementation: | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -154,3 +154,4 @@ make security_audit_workflow | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -189,3 +189,4 @@ Once all checkboxes are checked, you're ready to start Phase 1! | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -744,3 +744,4 @@ tests/ | |
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -521,3 +521,4 @@ PR creation blocked. Increase coverage to >= 80%. | |
|
|
||
|
|
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Conversational Setup Wizard feature appears to have been moved from version 6.3.0 to 6.4.0. If this feature was not actually released in 6.3.0 and is being released for the first time in 6.4.0, this change is correct. However, if it was already released in 6.3.0, removing it from that version's changelog would be inaccurate. Consider verifying whether this feature was actually shipped in 6.3.0 or if this is its first release.