Skip to content

Releases: Superoutman/RightMenu

RightMenu 0.1.14

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:13

Fixed

  • Restored the native macOS 26 grouped Settings appearance used during local
    development without changing the Settings layout or controls.
  • Release candidates linked against the macOS 26 SDK are now launched and
    lifecycle-tested on macOS 15 before publishing.

RightMenu 0.1.13

Choose a tag to compare

@github-actions github-actions released this 21 Jul 07:10

Added

  • Added Pages, Numbers, and Keynote to the end of the configurable New File
    format list and Finder submenu.
  • New Pages, Numbers, and Keynote files are created from bundled blank
    templates, so the feature works offline without requiring app automation
    permissions.

Changed

  • The Settings footer now opens the official RightMenu website.

RightMenu 0.1.12

Choose a tag to compare

@github-actions github-actions released this 20 Jul 05:54

Added

  • Added a copyable information line for a single selected Finder file, with the
    file size displayed last.
  • Images additionally show their pixel dimensions and embedded horizontal and
    vertical DPI values. Missing DPI metadata is omitted instead of inferred.

Changed

  • The Finder extension reads indexed image metadata through CoreServices and
    gives the local host a timeout-bounded opportunity to read lightweight image
    metadata before returning the first contextual menu.
  • Added a fail-closed recovery guard: unvalidated future macOS major versions
    and interrupted information-menu builds suppress the new information line
    without removing the existing Copy File Path command.
  • The Command Line Tools build now links the system CoreServices, ImageIO, and
    Uniform Type Identifiers frameworks used by the Finder extension.

RightMenu 0.1.11

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:55

Added

  • Added an optional Desktop-location Hide Desktop Items command above
    Refresh on both the wallpaper and the Desktop folder background.
  • The command changes to Show Desktop Items after hiding desktop files, so
    the same desktop context menu can restore them.
  • Added a Settings toggle that independently shows or hides the new command.

Changed

  • Desktop visibility now records a recovery bookmark before applying Finder's
    hidden metadata to each visible Desktop item. It restores only items changed
    by RightMenu, keeps newly added items hidden with an event-driven listener,
    and never moves, renames, or deletes files.
  • Finder's desktop layer remains active while items are hidden, preserving the
    native wallpaper context menu across Show Desktop, multiple Spaces, and
    different per-Space wallpapers.
  • RightMenu restores changed items on normal quit and automatically recovers an
    interrupted hide session on the next launch.
  • The Hide or Show command is available from both the wallpaper background and
    a Finder window opened at the Desktop folder, providing a recovery entry
    where the hidden contents are being viewed.
  • Finder extension state is resynchronized from the host after each change,
    keeping the desktop command title and Settings-controlled menus consistent.

Fixed

  • Compiler-gated the macOS 26 Liquid Glass toolbar customization so macOS 15
    SDK builds keep the legacy toolbar path instead of failing on an unknown
    SwiftUI modifier.

RightMenu 0.1.9

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:54

Fixed

  • Kept cold-start Refresh and file creation requests in the background so
    Finder no longer opens RightMenu Settings or leaves a Dock icon behind,
    while preserving the existing nostalgic Refresh animation.

RightMenu 0.1.8

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:22

Fixed

  • Prevented a macOS 15 startup hang caused by repeated menu-bar visibility
    writes during SwiftUI scene layout.

RightMenu 0.1.7

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:14

Changed

  • Added a required preflight check before release archives are created. It
    verifies file-creation behavior, builds the complete app bundle, and checks
    the working tree for whitespace errors.

Fixed

  • Regenerated the macOS application icon with transparent corners and safer
    visual padding, preventing the white square background and oversized icon
    appearance in Finder, Dock, and Launchpad on macOS 15.

RightMenu 0.1.5

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:18

Changed

  • Replaced the prominent settings update button with a compact green
    version-available badge in the window toolbar.
  • The badge is localized, remains accessible, and opens the existing Sparkle
    update flow when clicked.
  • Removed the explanatory status line from the menu bar menu so the Settings
    command uses standard macOS menu spacing.

RightMenu 0.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Jul 08:48

Added

  • Added an optional standalone Refresh command to Finder background context menus.
  • Clicking Refresh produces a brief nostalgic screen flash without changing files.
  • Added a Settings toggle for showing or hiding the Refresh command.

Fixed

  • Fixed a crash caused by the initial animated flash-window cleanup.
  • Removed separator items that Finder rendered as oversized blank gaps around Refresh.

Notes

  • Finder controls the placement of extension-provided commands, so RightMenu cannot guarantee that Refresh appears directly below the system New Folder command.

RightMenu 0.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Jul 08:10

Fixed

  • Fixed intermittent missing Finder context menus after replacing or updating the app.
  • Finder extension registration is now refreshed automatically after an app version change.
  • Local installation now stops stale Finder extension sessions before replacing the app bundle.