forked from steipete/CodexBar
-
Notifications
You must be signed in to change notification settings - Fork 137
Reconcile Win-CodexBar 0.61.0 release notes #571
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
Merged
+11
−27
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
4ceb88f
Add transient provider inventory plumbing
Finesssee 4468703
Add transient provider detail carrier
Finesssee 242dcbe
docs: reconcile Win-CodexBar 0.61.0 release notes
Finesssee bcbd401
docs: restore shipped Grok Add account entry in 0.61.0 notes
Finesssee 1c9e8c5
Merge origin/main into release notes
Finesssee 6788847
Fix duplicate definitions in main merge
Finesssee 211b8cd
Fix merge residue in shared files
Finesssee 4c7ab31
Restore inventory struct after bad merge resolution
Finesssee 6f8e7b1
Merge origin/main into release notes (refresh)
Finesssee d5eb48e
Deduplicate display detail type after refresh merge
Finesssee 0c0d885
Remove dead display-safety helper after refresh
Finesssee d98c895
Merge branch 'main' into codex/port-0.61.0-release-notes
Finesssee ea6e972
Merge remote-tracking branch 'origin/main' into HEAD
Finesssee 7159b18
Restore usage section files from main with encoding fixes
Finesssee ff775c7
Merge branch 'main' into codex/port-0.61.0-release-notes
Finesssee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -163,4 +163,4 @@ function UsageBar({ | |
| )} | ||
| </div> | ||
| ); | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| MARKETING_VERSION=0.60.3 | ||
| BUILD_NUMBER=91 | ||
| MARKETING_VERSION=0.61.0 | ||
| BUILD_NUMBER=149 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
🔎 Supported by static analysis
🤖 get_repo_knowledge executed:
get_repo_knowledge nesszer/Win-CodexBar /tmp/coderabbit-repo-knowledge/nesszer-win-codexbar-c18ba9e7/architectureLength of output: 47879
🏁 Script executed:
Repository: nesszer/Win-CodexBar
Length of output: 42409
🏁 Script executed:
Repository: nesszer/Win-CodexBar
Length of output: 8582
Align the Cargo package versions with
MARKETING_VERSION.get_app_infoandget_safe_diagnosticscompileCARGO_PKG_VERSIONfrom the desktop Cargo package, which still declares0.60.3.version.envdeclares0.61.0. Align the Cargo manifests and other checked version files with0.61.0; otherwise the release preflight fails, or bypassed builds report0.60.3.🤖 Prompt for AI Agents