-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release v0.13.4 #111
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's GuideRelease v0.13.4: bumps the ins crate version and adds the 0.13.4 entry to the changelog with notes on fixed bugs and other improvements. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
📝 WalkthroughWalkthroughA new changelog entry for version 0.13.4 dated 2026-01-28 has been added to CHANGELOG.md with Fixed and Other sections containing multiple documented items, representing a documentation-only update. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `CHANGELOG.md:20` </location>
<code_context>
+### Other
+
+- better app selection preview
+- init appimage management setting
+- init bluetooth detection setting
+- better structure
</code_context>
<issue_to_address>
**suggestion (typo):** Consider capitalizing "AppImage" as a proper noun.
This keeps the terminology consistent with the official AppImage name and improves documentation correctness.
```suggestion
- init AppImage management setting
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| ### Other | ||
|
|
||
| - better app selection preview | ||
| - init appimage management setting |
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.
suggestion (typo): Consider capitalizing "AppImage" as a proper noun.
This keeps the terminology consistent with the official AppImage name and improves documentation correctness.
| - init appimage management setting | |
| - init AppImage management setting |
29a4249 to
e4774cf
Compare
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.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 10-35: The changelog contains duplicate release headers named
"[0.13.4](https://github.com/instantOS/instantCLI/compare/v0.13.3...v0.13.4)"
(the new entry dated 2026-01-28) and a second "[0.13.4]" entry dated 2026-01-27
which violates SemVer; fix it by bumping the new header to 0.13.5 (update the
header text and the compare URL to use v0.13.4...v0.13.5) and then propagate
that version bump to other project version references (e.g., Cargo.toml or any
files referencing 0.13.4), or alternatively merge the two 0.13.4 entries into a
single 0.13.4 release dated 2026-01-28 and remove the duplicate header if you
prefer consolidation.
| ## [0.13.4](https://github.com/instantOS/instantCLI/compare/v0.13.3...v0.13.4) - 2026-01-28 | ||
|
|
||
| ### Fixed | ||
|
|
||
| - fix sway bug | ||
| - fix mixed previews | ||
|
|
||
| ### Other | ||
|
|
||
| - better app selection preview | ||
| - init appimage management setting | ||
| - init bluetooth detection setting | ||
| - better structure | ||
| - better keyboard menu | ||
| - better previews | ||
| - add ts assist, make apply restore wallpaper | ||
| - prettier `ins arch` menu | ||
| - better xdg mime detection | ||
| - refactor preview | ||
| - actual command | ||
| - init migration away from bash previews | ||
| - better keyboard previews | ||
| - better keyboard settings | ||
| - add preview wrapping for doctor | ||
|
|
||
| ## [0.13.4](https://github.com/instantOS/instantCLI/compare/v0.13.3...v0.13.4) - 2026-01-27 |
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.
Critical: Duplicate version number violates Semantic Versioning.
There are two distinct changelog entries for version 0.13.4:
- Line 10:
[0.13.4]dated 2026-01-28 (newly added) - Line 35:
[0.13.4]dated 2026-01-27 (existing)
Each version number must be unique and represent a single immutable release. Having two different releases with the same version number will break:
- Package managers and dependency resolution
- Release automation tools (including release-plz)
- Git tags and GitHub releases
- Version comparison logic
Solutions:
- Recommended: Bump the new release to
0.13.5(update line 10 and the compare URL) - Alternative: Consolidate both entries into a single
0.13.4release dated 2026-01-28 (merge the "add preview wrapping for doctor" item from line 39 into the new entry and remove lines 35-39)
🔧 Proposed fix: Bump to version 0.13.5
-## [0.13.4](https://github.com/instantOS/instantCLI/compare/v0.13.3...v0.13.4) - 2026-01-28
+## [0.13.5](https://github.com/instantOS/instantCLI/compare/v0.13.4...v0.13.5) - 2026-01-28Note: You'll also need to update Cargo.toml and any other version references to 0.13.5.
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ## [0.13.4](https://github.com/instantOS/instantCLI/compare/v0.13.3...v0.13.4) - 2026-01-28 | |
| ### Fixed | |
| - fix sway bug | |
| - fix mixed previews | |
| ### Other | |
| - better app selection preview | |
| - init appimage management setting | |
| - init bluetooth detection setting | |
| - better structure | |
| - better keyboard menu | |
| - better previews | |
| - add ts assist, make apply restore wallpaper | |
| - prettier `ins arch` menu | |
| - better xdg mime detection | |
| - refactor preview | |
| - actual command | |
| - init migration away from bash previews | |
| - better keyboard previews | |
| - better keyboard settings | |
| - add preview wrapping for doctor | |
| ## [0.13.4](https://github.com/instantOS/instantCLI/compare/v0.13.3...v0.13.4) - 2026-01-27 | |
| ## [0.13.5](https://github.com/instantOS/instantCLI/compare/v0.13.4...v0.13.5) - 2026-01-28 | |
| ### Fixed | |
| - fix sway bug | |
| - fix mixed previews | |
| ### Other | |
| - better app selection preview | |
| - init appimage management setting | |
| - init bluetooth detection setting | |
| - better structure | |
| - better keyboard menu | |
| - better previews | |
| - add ts assist, make apply restore wallpaper | |
| - prettier `ins arch` menu | |
| - better xdg mime detection | |
| - refactor preview | |
| - actual command | |
| - init migration away from bash previews | |
| - better keyboard previews | |
| - better keyboard settings | |
| - add preview wrapping for doctor | |
| ## [0.13.4](https://github.com/instantOS/instantCLI/compare/v0.13.3...v0.13.4) - 2026-01-27 |
🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 10 - 35, The changelog contains duplicate release
headers named
"[0.13.4](https://github.com/instantOS/instantCLI/compare/v0.13.3...v0.13.4)"
(the new entry dated 2026-01-28) and a second "[0.13.4]" entry dated 2026-01-27
which violates SemVer; fix it by bumping the new header to 0.13.5 (update the
header text and the compare URL to use v0.13.4...v0.13.5) and then propagate
that version bump to other project version references (e.g., Cargo.toml or any
files referencing 0.13.4), or alternatively merge the two 0.13.4 entries into a
single 0.13.4 release dated 2026-01-28 and remove the duplicate header if you
prefer consolidation.
🤖 New release
ins: 0.13.3 -> 0.13.4Changelog
This PR was generated with release-plz.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.