Skip to content

chore: release v0.6.18#332

Open
aprilnea[bot] wants to merge 1 commit into
masterfrom
release-plz/2026-06-29T08-14-51Z
Open

chore: release v0.6.18#332
aprilnea[bot] wants to merge 1 commit into
masterfrom
release-plz/2026-06-29T08-14-51Z

Conversation

@aprilnea

@aprilnea aprilnea Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • openlogi-core: 0.6.17 -> 0.6.18
  • openlogi-inject: 0.6.17 -> 0.6.18
  • openlogi-hidpp: 0.6.17 -> 0.6.18
  • openlogi-hid: 0.6.17 -> 0.6.18
  • openlogi-assets: 0.6.17 -> 0.6.18
  • openlogi-cli: 0.6.17 -> 0.6.18
  • openlogi-hook: 0.6.17 -> 0.6.18
  • openlogi: 0.6.17 -> 0.6.18
Changelog

openlogi-core

0.6.18 - 2026-06-29

Added

  • (gui) consolidate Settings and add theme switching
  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-inject

0.6.18 - 2026-06-29

Added

  • (gui) consolidate Settings and add theme switching
  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-hidpp

0.6.18 - 2026-06-29

Added

  • (gui) consolidate Settings and add theme switching
  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-hid

0.6.18 - 2026-06-29

Added

  • (gui) consolidate Settings and add theme switching
  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-assets

0.6.18 - 2026-06-29

Added

  • (gui) consolidate Settings and add theme switching
  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-cli

0.6.18 - 2026-06-29

Added

  • (gui) consolidate Settings and add theme switching
  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-hook

0.6.18 - 2026-06-29

Added

  • (gui) consolidate Settings and add theme switching
  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi

0.6.18 - 2026-06-29

Added

  • (gui) consolidate Settings and add theme switching
  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)


This PR was generated with release-plz.

@greptile-apps

greptile-apps Bot commented Jun 29, 2026

Copy link
Copy Markdown

Greptile Summary

Automated release PR generated by release-plz, bumping all workspace crates from v0.6.17 to v0.6.18. No source code changes are included — all modifications are version strings in manifest files and the regenerated lock file.

  • Workspace version in root Cargo.toml updated to 0.6.18; four crates with explicit local path-dependency version pins (openlogi-cli, openlogi-hid, openlogi-hook, openlogi-inject) updated to match.
  • Cargo.lock regenerated reflecting the bump across all 12 workspace members, including openlogi-agent, openlogi-agent-core, openlogi-gui, and xtask (not listed in the PR description but expected as workspace members).
  • CHANGELOG.md prepended with the 0.6.18 entry covering GUI settings consolidation, theme switching, typed reprog controls, and an MX Master 4 gesture doc clarification.

Confidence Score: 5/5

All changes are mechanical version string updates; no logic, no source code, no migrations touched.

Every modified line is a version string bump (0.6.17 → 0.6.18) or a regenerated lock file entry. The Cargo.lock covers all 12 workspace members consistently with the new version. No functional code was changed.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Prepends 0.6.18 release notes covering GUI settings consolidation, theme switching, typed reprog controls, and an MX Master 4 gesture doc fix.
Cargo.toml Bumps workspace.package.version to 0.6.18 and updates workspace dependency references for openlogi-hidpp and openlogi-cli to match.
Cargo.lock Regenerated lock file reflecting version bump across all 12 workspace members.
crates/openlogi-cli/Cargo.toml Updates path-dependency version pins for openlogi-core, openlogi-hid, and openlogi-assets from 0.6.17 to 0.6.18.
crates/openlogi-hid/Cargo.toml Updates openlogi-core path-dependency version pin from 0.6.17 to 0.6.18.
crates/openlogi-hook/Cargo.toml Updates path-dependency version pins for openlogi-core and openlogi-inject from 0.6.17 to 0.6.18.
crates/openlogi-inject/Cargo.toml Updates openlogi-core path-dependency version pin from 0.6.17 to 0.6.18.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    WS["workspace.package.version\n0.6.17 → 0.6.18"]
    CORE["openlogi-core\n0.6.18"]
    HIDPP["openlogi-hidpp\n0.6.18"]
    HID["openlogi-hid\n0.6.18"]
    ASSETS["openlogi-assets\n0.6.18"]
    INJECT["openlogi-inject\n0.6.18"]
    CLI["openlogi-cli\n0.6.18"]
    HOOK["openlogi-hook\n0.6.18"]
    ROOT["openlogi\n0.6.18"]

    WS --> CORE
    WS --> HIDPP
    WS --> ASSETS
    CORE --> HID
    CORE --> INJECT
    CORE --> CLI
    HIDPP --> CLI
    ASSETS --> CLI
    CORE --> HOOK
    INJECT --> HOOK
    CLI --> ROOT
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    WS["workspace.package.version\n0.6.17 → 0.6.18"]
    CORE["openlogi-core\n0.6.18"]
    HIDPP["openlogi-hidpp\n0.6.18"]
    HID["openlogi-hid\n0.6.18"]
    ASSETS["openlogi-assets\n0.6.18"]
    INJECT["openlogi-inject\n0.6.18"]
    CLI["openlogi-cli\n0.6.18"]
    HOOK["openlogi-hook\n0.6.18"]
    ROOT["openlogi\n0.6.18"]

    WS --> CORE
    WS --> HIDPP
    WS --> ASSETS
    CORE --> HID
    CORE --> INJECT
    CORE --> CLI
    HIDPP --> CLI
    ASSETS --> CLI
    CORE --> HOOK
    INJECT --> HOOK
    CLI --> ROOT
Loading

Reviews (1): Last reviewed commit: "chore: release v0.6.18" | Re-trigger Greptile

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.

0 participants