Skip to content

Keepresso 1.20.2

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 13:45
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
246a0cd

Added

  • LM Studio Bionic is detected while it works. The AI-agent condition
    recognises the Bionic app (and its project windows) and treats fresh
    writes to each project's session store as evidence of work, so a coding
    or document turn keeps the Mac awake without treating the idle Electron
    UI as busy.

  • Support Keepresso… in the icon menu and panel, opening the donate page.

Changed

  • Lid shut and prevent display sleep. With no external monitor, drop the
    display assertion (and dim) while the lid is closed. In clamshell, keep the
    assertion for the external and force the built-in panel and keyboard dark
    under the lid, then restore the open-lid levels when the lid opens again.
    Contributed by @marco-scheffler (#10, #11, #13).

  • Welcome lid-closed setup offers an optional tip to enable Only while
    brewing so closed-display can follow your sessions.

Fixed

  • App triggers can pin one install when bundle IDs collide. Xcode and Xcode
    Beta (and similar side-by-side apps) no longer share one rule: a rule added
    for a bundle ID that is running from more than one place is locked to that
    install (path and bundle ID together). Every other app rule still matches by
    bundle ID, so a moved or re-downloaded app keeps working. Contributed by
    @alvst (#9).

  • Welcome keeps its place when a password dialog appears or the window is
    covered, and comes back to the front after the prompt.

What's Changed

  • Stand the display assertion down while the lid is shut by @marco-scheffler in #11
  • Support app triggers for duplicate bundle IDs by @alvst in #9

New Contributors

Full Changelog: v1.20.1...v1.20.2