Skip to content

Conversation

@paperbenni
Copy link
Member

@paperbenni paperbenni commented Jan 28, 2026

🤖 New release

  • ins: 0.13.3 -> 0.13.4
Changelog

0.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


This PR was generated with release-plz.

Summary by CodeRabbit

  • Documentation
    • Updated changelog with new entries documenting recent improvements and fixes.

✏️ Tip: You can customize this high-level summary in your review settings.

@sourcery-ai
Copy link

sourcery-ai bot commented Jan 28, 2026

Reviewer's Guide

Release 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

Change Details Files
Add 0.13.4 release notes to the changelog.
  • Insert a new 0.13.4 section under Unreleased with date and comparison link.
  • Document two fixes (sway bug and mixed previews).
  • Document various preview, menu, settings, and detection improvements and initializations.
CHANGELOG.md
Bump crate version for the ins package to 0.13.4 and sync lockfile.
  • Update the ins package version field from 0.13.3 to 0.13.4.
  • Refresh Cargo.lock to reflect the new package version and any resolved dependency state.
Cargo.toml
Cargo.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai
Copy link

coderabbitai bot commented Jan 28, 2026

📝 Walkthrough

Walkthrough

A 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

Cohort / File(s) Summary
Changelog documentation
CHANGELOG.md
Added new entry for version 0.13.4 (2026-01-28) with Fixed and Other sections containing multiple bullet items (+25 lines)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

📝 ✨ A changelog grows with each passing day,
New entries dance in their organized way,
Version updates marked with care and precision,
Documentation made with clear decision,
The code stands proud, the history complete! 🐰

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: release v0.13.4' directly matches the PR's primary objective of publishing version 0.13.4, clearly summarizing the main change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@sourcery-ai sourcery-ai bot left a 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>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
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
Copy link

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.

Suggested change
- init appimage management setting
- init AppImage management setting

@paperbenni paperbenni force-pushed the release-plz-2026-01-28T12-59-55Z branch from 29a4249 to e4774cf Compare January 28, 2026 13:00
Copy link

@coderabbitai coderabbitai bot left a 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.

Comment on lines +10 to 35
## [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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

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:

  1. Recommended: Bump the new release to 0.13.5 (update line 10 and the compare URL)
  2. Alternative: Consolidate both entries into a single 0.13.4 release 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-28

Note: 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.

Suggested change
## [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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants