Skip to content

chore: release v0.13.19#128

Open
paperbenni wants to merge 2 commits intomainfrom
release-plz-2026-04-03T14-43-37Z
Open

chore: release v0.13.19#128
paperbenni wants to merge 2 commits intomainfrom
release-plz-2026-04-03T14-43-37Z

Conversation

@paperbenni
Copy link
Copy Markdown
Member

@paperbenni paperbenni commented Apr 3, 2026

🤖 New release

  • ins: 0.13.18 -> 0.13.19
Changelog

0.13.19 - 2026-04-03

Fixed

  • fix icon formatting

Other

  • Merge branch 'main' into dev
  • share more appimage logic
  • better finder
  • recommend eden paths
  • better launcher recommendations
  • unify more selection logic
  • handle existing games better
  • better start path
  • less side effects in discovery
  • refactor launch command builder
  • better command builder


This PR was generated with release-plz.

Summary by Sourcery

Release ins crate version 0.13.19 with updated changelog entry for the new release.

Bug Fixes:

  • Document the icon formatting fix included in the 0.13.19 release.

Enhancements:

  • Record various internal improvements to discovery, launcher recommendations, command building, and selection logic in the changelog for 0.13.19.

Build:

  • Bump the ins crate version from 0.13.18 to 0.13.19 in Cargo.toml and Cargo.lock.

Documentation:

  • Add the 0.13.19 release notes to the changelog, including fixes and internal improvements.

Summary by CodeRabbit

Release Notes – Version 0.13.19

  • Bug Fixes

    • Fixed icon formatting
  • Improvements

    • Enhanced launcher logic
    • Optimized selection system
    • Improved recommendation engine
    • General refinements and updates

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Apr 3, 2026

Reviewer's Guide

Release v0.13.19: bumps the ins crate version and records the new release notes in the changelog, with no functional code changes in this repo.

File-Level Changes

Change Details Files
Document the 0.13.19 release in the changelog.
  • Add a new 0.13.19 section under Unreleased
  • Record one Fixed item about icon formatting
  • Record several Other notes about internal improvements and merges for this release
CHANGELOG.md
Bump the ins crate version to 0.13.19.
  • Update the package version field from 0.13.18 to 0.13.19 in the manifest
  • Regenerate lockfile entries to reflect the new version (no dependency changes shown in diff)
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
Copy Markdown

coderabbitai bot commented Apr 3, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b14120f9-e6ff-4e84-967f-2e4fbe31563f

📥 Commits

Reviewing files that changed from the base of the PR and between 50a6b0f and f8442c2.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • CHANGELOG.md
  • Cargo.toml
  • pkgbuild/ins/.SRCINFO
  • pkgbuild/ins/PKGBUILD

📝 Walkthrough

Walkthrough

This PR bumps the package version from 0.13.18 to 0.13.19 across multiple configuration and metadata files (Cargo.toml, PKGBUILD, .SRCINFO) and adds a corresponding changelog entry documenting fixes and updates.

Changes

Cohort / File(s) Summary
Changelog Documentation
CHANGELOG.md
Added new version 0.13.19 entry (dated 2026-04-03) with a "Fixed" section containing an icon formatting fix and an "Other" section listing merge, refactor, and discovery-related updates.
Rust Package Metadata
Cargo.toml
Updated package version from 0.13.18 to 0.13.19.
AUR/PKGBUILD Configuration
pkgbuild/ins/.SRCINFO, pkgbuild/ins/PKGBUILD
Updated pkgver from 0.13.18 to 0.13.19, which propagates to source tarball references and build directory naming.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A version hops forward, from eighteen to nine,
Metadata files align in perfect design,
Icons formatted bright, the changelog reads clear,
Release 0.13.19 is finally here! 🚀

🚥 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.19' directly and accurately summarizes the main change—a version bump release from 0.13.18 to 0.13.19, with supporting updates to CHANGELOG, Cargo.toml, and package build files.
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.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-plz-2026-04-03T14-43-37Z

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
Copy Markdown

@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 2 issues

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

## Individual Comments

### Comment 1
<location path="CHANGELOG.md" line_range="19" />
<code_context>
+### Other
+
+- Merge branch 'main' into dev
+- share more appimage logic
+- better finder
+- recommend eden paths
</code_context>
<issue_to_address>
**suggestion (typo):** Consider capitalizing “AppImage” to match the official name of the format.

If the project doesn’t have a specific style reason to keep it lowercase, updating to the official “AppImage” spelling will help with consistency.

```suggestion
- share more AppImage logic
```
</issue_to_address>

### Comment 2
<location path="CHANGELOG.md" line_range="26" />
<code_context>
+- unify more selection logic
+- handle existing games better
+- better start path
+- less side effects in discovery
+- refactor launch command builder
+- better command builder
</code_context>
<issue_to_address>
**suggestion (typo):** Consider changing “less side effects” to “fewer side effects” for correct grammar.

“Side effects” is countable, so “fewer side effects” is the correct phrasing.

```suggestion
- fewer side effects in discovery
```
</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

- Merge branch 'main' into dev
- share more appimage logic
Copy link
Copy Markdown

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 name of the format.

If the project doesn’t have a specific style reason to keep it lowercase, updating to the official “AppImage” spelling will help with consistency.

Suggested change
- share more appimage logic
- share more AppImage logic

- unify more selection logic
- handle existing games better
- better start path
- less side effects in discovery
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

suggestion (typo): Consider changing “less side effects” to “fewer side effects” for correct grammar.

“Side effects” is countable, so “fewer side effects” is the correct phrasing.

Suggested change
- less side effects in discovery
- fewer side effects in discovery

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