Skip to content

chore: release v0.3.6 - #201

Open
conventoangelo wants to merge 1 commit into
mainfrom
release-please--branches--main--components--overkeys
Open

chore: release v0.3.6#201
conventoangelo wants to merge 1 commit into
mainfrom
release-please--branches--main--components--overkeys

Conversation

@conventoangelo

@conventoangelo conventoangelo commented Jul 12, 2026

Copy link
Copy Markdown
Owner

🤖 New release prepared

0.3.6 (2026-07-19)

✨ Features

  • add key modifiers to layout configuration (#202) (6d9d1f2)

This PR was generated with Release Please. See documentation.

Copilot AI review requested due to automatic review settings July 12, 2026 08:43
@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@conventoangelo, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 35 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b0221918-b8c2-4528-879f-3f038215fe12

📥 Commits

Reviewing files that changed from the base of the PR and between a6bd6c5 and 816b5d1.

📒 Files selected for processing (4)
  • .release-please-manifest.json
  • CHANGELOG.md
  • pubspec.yaml
  • scripts/compile_exe-inno.iss
📝 Walkthrough

Walkthrough

The release version was updated from 0.3.5 to 0.4.0 across package, release-manifest, and installer metadata. A new 0.4.0 changelog section documents breaking changes, features, fixes, documentation, CI/CD, and refactoring.

Changes

0.4.0 Release

Layer / File(s) Summary
Align release versions
.release-please-manifest.json, pubspec.yaml, scripts/compile_exe-inno.iss
Release, package, and installer version values were updated to 0.4.0.
Add 0.4.0 release notes
CHANGELOG.md
Release notes were added for the 0.4.0 changes across seven categorized sections.

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title refers to v0.3.6, but the PR prepares the v0.4.0 release, so it is misleading. Update the title to match the actual release version, e.g. "chore: release v0.4.0".
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--components--overkeys

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.

Copilot AI 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.

Pull request overview

Prepares the v0.4.0 release by updating version metadata across the Flutter app, Windows installer script, Release Please manifest, and generating the corresponding changelog entry.

Changes:

  • Bump application version to 0.4.0 in pubspec.yaml and Inno Setup installer script.
  • Update .release-please-manifest.json to 0.4.0.
  • Add the auto-generated 0.4.0 release notes section to CHANGELOG.md.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
scripts/compile_exe-inno.iss Updates Windows installer version constant to 0.4.0.
pubspec.yaml Bumps Flutter package/app version to 0.4.0.
CHANGELOG.md Adds Release Please generated changelog for 0.4.0.
.release-please-manifest.json Updates Release Please manifest version to 0.4.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md Outdated

### ✨ Features

* add status overlay for keyboard visibility ([a520b95](https://github.com/conventoangelo/OverKeys/commit/a520b95f476b556f3fa6618d252a129d3a601403))
Comment thread CHANGELOG.md Outdated
* add timestamps to logger for better debugging ([#176](https://github.com/conventoangelo/OverKeys/issues/176)) ([26650b8](https://github.com/conventoangelo/OverKeys/commit/26650b8bdda22310c7ff2d3cc8fa764d4ddb0c9c))
* add window listener to try fixing focus behavior ([061485f](https://github.com/conventoangelo/OverKeys/commit/061485fcf862f4bc63402874261803bcd5336310))
* added greek, russian, and arabic (language) layouts ([63b369e](https://github.com/conventoangelo/OverKeys/commit/63b369e36107b21aeb8430ba6e0b2cc3160bf244))
* added support for recognizing keypress states of foreign layouts([#122](https://github.com/conventoangelo/OverKeys/issues/122)) ([63b369e](https://github.com/conventoangelo/OverKeys/commit/63b369e36107b21aeb8430ba6e0b2cc3160bf244))
@github-actions

Copy link
Copy Markdown
Contributor

Release Installers Built

Version: v0.4.0
Build Run: #97

📦 Artifacts Created:

  • overkeys_0.4.0_x64_setup.exe (InnoSetup Installer)
  • overkeys_0.4.0_x64.zip (Portable ZIP)

Retention: Artifacts will be kept for 7 days.

✅ Installers have been built successfully. Download the artifacts above to test manually before merging.

@conventoangelo conventoangelo changed the title chore: release v0.4.0 chore: release v0.3.6 Jul 19, 2026
@conventoangelo
conventoangelo force-pushed the release-please--branches--main--components--overkeys branch from a6bd6c5 to 816b5d1 Compare July 19, 2026 05:06
@github-actions

Copy link
Copy Markdown
Contributor

Release Installers Built

Version: v0.3.6
Build Run: #102

📦 Artifacts Created:

  • overkeys_0.3.6_x64_setup.exe (InnoSetup Installer)
  • overkeys_0.3.6_x64.zip (Portable ZIP)

Retention: Artifacts will be kept for 7 days.

✅ Installers have been built successfully. Download the artifacts above to test manually before merging.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants