Skip to content

chore: release v0.13.8#115

Open
paperbenni wants to merge 1 commit intomainfrom
release-plz-2026-02-11T22-06-55Z
Open

chore: release v0.13.8#115
paperbenni wants to merge 1 commit intomainfrom
release-plz-2026-02-11T22-06-55Z

Conversation

@paperbenni
Copy link
Member

@paperbenni paperbenni commented Feb 11, 2026

🤖 New release

  • ins: 0.13.7 -> 0.13.8
Changelog

0.13.8 - 2026-02-13

Fixed

  • fix release-plz yet again
  • fix release-plz
  • fix shell in CI
  • fix release-plz
  • fix journalctl viewer
  • fix keys
  • fix preview
  • fix release-plz
  • fix sync job
  • fix release-plz
  • fix sync job
  • fix cache messing with the bin
  • fix checkout deps
  • fix as well
  • fix deps
  • fix git in CI
  • fix CI
  • fix error messages
  • fix uninstaller flow
  • fix release-plz
  • fix back menu
  • fix appimage on SteamOS game mode
  • fix keywords on wide terminals
  • fix termux filter

Other

  • better systemd log previews
  • better systemd preview
  • refresh service fix
  • less hardcoded commands
  • replace previous systemd listing
  • make systemd listing use streaming
  • better menu flow
  • better previews and systemd log handling
  • prettier preview
  • make more performant
  • init better systemd settings
  • refactor doctor print
  • remove unused function
  • clippy happy
  • what the actual fuck
  • I hate Github actions
  • rename workflows
  • async settings previews
  • remove user toml
  • better user deletion
  • migrate to self hosted runner
  • simplify add.rs
  • rename
  • refactor discovery to trait
  • fmt
  • better azahar previews
  • init azahar discovery
  • add duckstation previews
  • duckstation discovery
  • cleanup
  • standardize some stuff
  • split manager.rs
  • refactor manager.rs
  • clean up function names
  • pcsx2 discovery
  • better eden behavior
  • filter already added games
  • init eden discovery
  • better shortcut thingy
  • add emudeck pcsx2 support
  • better builder
  • clean up duplicates
  • add to desktop feature
  • clippy
  • remove old test
  • better steam shortcut handling
  • better self-update
  • better flatpak manage flow
  • some cleanup
  • prettier doctor
  • prettier flatpak menu
  • better flatpak list


This PR was generated with release-plz.

@sourcery-ai
Copy link

sourcery-ai bot commented Feb 11, 2026

Reviewer's Guide

Prepare the 0.13.8 release by bumping the crate version and adding a detailed 0.13.8 changelog section to the project changelog.

File-Level Changes

Change Details Files
Add 0.13.8 release notes to the changelog.
  • Insert new 0.13.8 section under Unreleased with release date and comparison link.
  • Document fixes such as back menu behavior, AppImage on SteamOS game mode, wide-terminal keywords, and termux filter.
  • List miscellaneous improvements and refactors (discovery traits, manager.rs split/refactor, preview enhancements, discovery additions, shortcut/flatpak/self-update tweaks, cleanup, and formatting).
CHANGELOG.md
Bump crate version to 0.13.8 for the ins package.
  • Update package version field from 0.13.7 to 0.13.8 in Cargo.toml.
  • Regenerate Cargo.lock to reflect the new version.
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 Feb 11, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Adds an Unreleased 0.13.8 entry to CHANGELOG.md (dated 2026-02-12) with "Fixed" and "Other" subsections; preserves the existing 0.13.8 dated block. No code or behavior changes.

Changes

Cohort / File(s) Summary
Changelog Documentation
CHANGELOG.md
Inserts an Unreleased 0.13.8 entry (2026-02-12) containing "Fixed" and "Other" subsections; original 0.13.8 (2026-02-11) block remains unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 I hopped through lines of change, so neat,
I left a note for 0.13.8 to greet.
No code disturbed, just docs in place,
A tiny rabbit’s tidy trace. 🥕✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the PR's primary purpose: releasing version 0.13.8. The changelog update is the main change, and the title clearly identifies this as a release-focused commit.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-plz-2026-02-11T22-06-55Z

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 4 issues

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location> `CHANGELOG.md:15` </location>
<code_context>
+### Fixed
+
+- fix back menu
+- fix appimage on SteamOS game mode
+- fix keywords on wide terminals
+- fix termux filter
</code_context>

<issue_to_address>
**suggestion (typo):** Consider capitalizing “AppImage” to match the official project name.

Using the standard “AppImage” casing here will keep the changelog consistent with common usage and upstream documentation.

```suggestion
- fix AppImage on SteamOS game mode
```
</issue_to_address>

### Comment 2
<location> `CHANGELOG.md:21` </location>
<code_context>
+
+### Other
+
+- migrate to self hosted runner
+- simplify add.rs
+- rename
</code_context>

<issue_to_address>
**nitpick (typo):** Use “self-hosted” with a hyphen for correct compound adjective form.

Because it modifies “runner,” the hyphenated form “self-hosted runner” is the standard grammatical usage.

```suggestion
- migrate to self-hosted runner
```
</issue_to_address>

### Comment 3
<location> `CHANGELOG.md:48` </location>
<code_context>
+- remove old test
+- better steam shortcut handling
+- better self-update
+- better flatpak manage flow
+- some cleanup
+- prettier doctor
</code_context>

<issue_to_address>
**suggestion (typo):** Improve grammar and capitalization in this bullet (e.g., “better Flatpak management flow”).

Consider rephrasing to “better Flatpak management flow” or “better Flatpak management workflow,” and capitalize “Flatpak” to match the official name.

```suggestion
- better Flatpak management flow
```
</issue_to_address>

### Comment 4
<location> `CHANGELOG.md:51-52` </location>
<code_context>
+- better flatpak manage flow
+- some cleanup
+- prettier doctor
+- prettier flatpak menu
+- better flatpak list
+
 ## [0.13.7](https://github.com/instantOS/instantCLI/compare/v0.13.6...v0.13.7) - 2026-02-10
</code_context>

<issue_to_address>
**nitpick (typo):** Capitalize “Flatpak” consistently in these entries.

Specifically, update the phrases "better flatpak manage flow", "prettier flatpak menu", and "better flatpak list" to use "Flatpak".

Suggested implementation:

```
- better Flatpak manage flow

```

```
- prettier Flatpak menu

```

```
- better Flatpak list

```
</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.

### Fixed

- fix back menu
- fix appimage on SteamOS game mode
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” to match the official project name.

Using the standard “AppImage” casing here will keep the changelog consistent with common usage and upstream documentation.

Suggested change
- fix appimage on SteamOS game mode
- fix AppImage on SteamOS game mode


### Other

- migrate to self hosted runner
Copy link

Choose a reason for hiding this comment

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

nitpick (typo): Use “self-hosted” with a hyphen for correct compound adjective form.

Because it modifies “runner,” the hyphenated form “self-hosted runner” is the standard grammatical usage.

Suggested change
- migrate to self hosted runner
- migrate to self-hosted runner

- remove old test
- better steam shortcut handling
- better self-update
- better flatpak manage flow
Copy link

Choose a reason for hiding this comment

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

suggestion (typo): Improve grammar and capitalization in this bullet (e.g., “better Flatpak management flow”).

Consider rephrasing to “better Flatpak management flow” or “better Flatpak management workflow,” and capitalize “Flatpak” to match the official name.

Suggested change
- better flatpak manage flow
- better Flatpak management flow

Comment on lines +51 to +52
- prettier flatpak menu
- better flatpak list
Copy link

Choose a reason for hiding this comment

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

nitpick (typo): Capitalize “Flatpak” consistently in these entries.

Specifically, update the phrases "better flatpak manage flow", "prettier flatpak menu", and "better flatpak list" to use "Flatpak".

Suggested implementation:

- better Flatpak manage flow

- prettier Flatpak menu

- better Flatpak list

@paperbenni paperbenni force-pushed the release-plz-2026-02-11T22-06-55Z branch 3 times, most recently from e6b017c to e771770 Compare February 12, 2026 01:29
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-60: The CHANGELOG.md contains duplicate release sections titled
"## [0.13.8]" (one with date 2026-02-12 and one with date 2026-02-11); remove or
merge them so there is a single "## [0.13.8]" entry that consolidates all unique
items and a single release date, keeping the combined "Fixed" and "Other" lists
intact; look for the headers "##
[0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) -
2026-02-12" and "##
[0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) -
2026-02-11" to locate the duplicate blocks and edit accordingly.

CHANGELOG.md Outdated
Comment on lines 10 to 60
## [0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) - 2026-02-12

### Fixed

- fix error messages
- fix uninstaller flow
- fix release-plz
- fix back menu
- fix appimage on SteamOS game mode
- fix keywords on wide terminals
- fix termux filter

### Other

- async settings previews
- remove user toml
- better user deletion
- migrate to self hosted runner
- simplify add.rs
- rename
- refactor discovery to trait
- fmt
- better azahar previews
- init azahar discovery
- add duckstation previews
- duckstation discovery
- cleanup
- standardize some stuff
- split manager.rs
- refactor manager.rs
- clean up function names
- pcsx2 discovery
- better eden behavior
- filter already added games
- init eden discovery
- better shortcut thingy
- add emudeck pcsx2 support
- better builder
- clean up duplicates
- add to desktop feature
- clippy
- remove old test
- better steam shortcut handling
- better self-update
- better flatpak manage flow
- some cleanup
- prettier doctor
- prettier flatpak menu
- better flatpak list

## [0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) - 2026-02-11
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Consolidate duplicate 0.13.8 entries.

There are two 0.13.8 sections (2026-02-12 and 2026-02-11) with overlapping content. This makes the release notes ambiguous and can confuse release tooling. Please keep a single 0.13.8 section and remove or merge the other.

🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 10 - 60, The CHANGELOG.md contains duplicate
release sections titled "## [0.13.8]" (one with date 2026-02-12 and one with
date 2026-02-11); remove or merge them so there is a single "## [0.13.8]" entry
that consolidates all unique items and a single release date, keeping the
combined "Fixed" and "Other" lists intact; look for the headers "##
[0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) -
2026-02-12" and "##
[0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) -
2026-02-11" to locate the duplicate blocks and edit accordingly.

@paperbenni paperbenni force-pushed the release-plz-2026-02-11T22-06-55Z branch 9 times, most recently from faceb69 to d782377 Compare February 12, 2026 10:51
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`:
- Line 31: Update the changelog entry string "I hate Github actions" to use the
official capitalization: replace with "I hate GitHub Actions" so both "GitHub"
and "Actions" are correctly capitalized; locate the exact changelog line
containing that text and edit it accordingly.

### Other

- what the actual fuck
- I hate Github actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Capitalize “GitHub” correctly.

Use the official “GitHub” spelling in the changelog entry.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~31-~31: The official name of this software platform is spelled with a capital “H”.
Context: ... Other - what the actual fuck - I hate Github actions - rename workflows - async sett...

(GITHUB)

🤖 Prompt for AI Agents
In `@CHANGELOG.md` at line 31, Update the changelog entry string "I hate Github
actions" to use the official capitalization: replace with "I hate GitHub
Actions" so both "GitHub" and "Actions" are correctly capitalized; locate the
exact changelog line containing that text and edit it accordingly.

@paperbenni paperbenni force-pushed the release-plz-2026-02-11T22-06-55Z branch from d782377 to 3a20165 Compare February 12, 2026 11:25
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 31-32: Replace the profane release notes text ("what the actual
fuck" and "I hate Github actions") with neutral, professional phrasing; update
the CHANGELOG entry to describe the issue concisely (e.g., "Addressed unexpected
failures in GitHub Actions" or "Fixed CI workflow issues affecting releases")
and ensure tone is neutral and informative for public consumption.

Comment on lines +31 to +32
- what the actual fuck
- I hate Github actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Consider toning down profanity in release notes.

Public changelogs usually benefit from neutral, professional language.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~32-~32: The official name of this software platform is spelled with a capital “H”.
Context: ... Other - what the actual fuck - I hate Github actions - rename workflows - async sett...

(GITHUB)

🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 31 - 32, Replace the profane release notes text
("what the actual fuck" and "I hate Github actions") with neutral, professional
phrasing; update the CHANGELOG entry to describe the issue concisely (e.g.,
"Addressed unexpected failures in GitHub Actions" or "Fixed CI workflow issues
affecting releases") and ensure tone is neutral and informative for public
consumption.

@paperbenni paperbenni force-pushed the release-plz-2026-02-11T22-06-55Z branch 2 times, most recently from 3248c45 to 253bf65 Compare February 12, 2026 15:09
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 14-29: In the 0.13.8 changelog section, remove the duplicate
bullet entries so each fix appears only once: delete the extra "fix sync job"
and the extra "fix release-plz" lines and leave a single instance of each;
ensure the remaining bullets (e.g., "fix sync job", "fix release-plz", "fix
cache messing with the bin", etc.) are preserved and the list formatting remains
consistent.

Comment on lines +14 to +29
- fix sync job
- fix release-plz
- fix sync job
- fix cache messing with the bin
- fix checkout deps
- fix as well
- fix deps
- fix git in CI
- fix CI
- fix error messages
- fix uninstaller flow
- fix release-plz
- fix back menu
- fix appimage on SteamOS game mode
- fix keywords on wide terminals
- fix termux filter
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Remove duplicate “Fixed” bullets to avoid redundancy.

“fix sync job” and “fix release-plz” appear twice in the new 0.13.8 section; keep only one instance of each.

🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 14 - 29, In the 0.13.8 changelog section, remove
the duplicate bullet entries so each fix appears only once: delete the extra
"fix sync job" and the extra "fix release-plz" lines and leave a single instance
of each; ensure the remaining bullets (e.g., "fix sync job", "fix release-plz",
"fix cache messing with the bin", etc.) are preserved and the list formatting
remains consistent.

@paperbenni paperbenni force-pushed the release-plz-2026-02-11T22-06-55Z branch 3 times, most recently from d719091 to d00d309 Compare February 13, 2026 10:03
@paperbenni paperbenni force-pushed the release-plz-2026-02-11T22-06-55Z branch from d00d309 to cfb991b Compare February 13, 2026 10:41
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.

1 participant