Skip to content

0.4.1 (2025-05-07)

Choose a tag to compare

@github-actions github-actions released this 07 May 09:08
· 41 commits to main since this release
7d46a56

Added

  • Add a new argument, @popup-toggle --id <id>, to directly set the ID of a popup, useful for creating globally shared popups (#27)

Fixed

  • Replace special characters in the popup ID to ensure @popup-toggle does not fail if the current directory contains dots (.) or colons (:) (#29)
  • Forward working directory to popup sessions to ensure @popup-toggle -d <dir> functions properly in switch mode (#30)
  • Forward current popup's ID format in switch mode to ensure the intended popup is opened when switching (#31)