Skip to content

chore: release v0.1.20 - #272

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release/version-bump
Open

chore: release v0.1.20#272
github-actions[bot] wants to merge 1 commit into
mainfrom
release/version-bump

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Prepare v0.1.20.

This PR is generated by .github/scripts/prepare-release.py and updates:

  • Cargo.toml
  • Cargo.lock
  • CHANGELOG.md
  • packaging/arch/PKGBUILD
  • packaging/arch-bin/PKGBUILD

Summary by Sourcery

Prepare the v0.1.20 release with Wayland behavior fixes, animation and UX refinements, and updated packaging metadata.

New Features:

  • Add a mic mute keybind for quicker audio control.

Bug Fixes:

  • Fix Wayland window positioning and resizing behavior, including anchor preservation and offscreen resize handling.
  • Improve animation pacing and address visual glitches such as spawn flashes and weird animation behavior.
  • Fix busy systray icon retrieval issues.

Enhancements:

  • Optimize resize and maximized window handling, reducing redundant operations and improving timing.
  • Unify internal handling across DRM, winit, screen capture, and related components to simplify the model.

Build:

  • Bump crate version to 0.1.20 and update dependency and packaging versions for Cargo and Arch PKGBUILD files.

Documentation:

  • Add more help text to improve user guidance.

Chores:

  • Remove dead code, deduplicate RandR logic, and apply formatting and minor cleanups.

@sourcery-ai

sourcery-ai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Reviewer's Guide

Release preparation for v0.1.20: bump project/package versions, regenerate Cargo.lock, and document the new release in the changelog.

Flow diagram for v0.1.20 release preparation changes

flowchart TD
    Developer --> Script
    Script[Run prepare-release.py]

    Script --> CargoToml[Update Cargo.toml version to 0.1.20]
    Script --> CargoLock[Regenerate Cargo.lock]
    Script --> PkgbuildArch[Update packaging/arch PKGBUILD pkgver to 0.1.20]
    Script --> PkgbuildArchBin[Update packaging/arch-bin PKGBUILD pkgver to 0.1.20]
    Script --> Changelog[Append 0.1.20 entry to CHANGELOG.md]
Loading

File-Level Changes

Change Details Files
Add 0.1.20 release notes to the changelog.
  • Insert new 0.1.20 section under Unreleased with link to GitHub compare view and release date.
  • Document Wayland-related fixes (positioning, resize behavior, offscreen handling).
  • Document miscellaneous improvements (animation pacing, help text, options rename, keybinds, dependency bumps, cleanup).
CHANGELOG.md
Bump crate and packaging versions to 0.1.20.
  • Update Cargo.toml package version from 0.1.19 to 0.1.20.
  • Update Arch PKGBUILD pkgver for source build from 0.1.19 to 0.1.20.
  • Update Arch PKGBUILD pkgver for binary package from 0.1.19 to 0.1.20.
Cargo.toml
packaging/arch/PKGBUILD
packaging/arch-bin/PKGBUILD
Regenerate Cargo.lock for the new release version and dependency state.
  • Refresh lockfile to reflect the 0.1.20 crate version and any dependency bumps implied by the release script.
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

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


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.

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