Skip to content

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 28 Aug 03:21
· 23 commits to main since this release
b64c590

rulogman 0.5.4 — a small feature release.

  • New window opens a second window on the same rulogman. It is in the
    application menu next to New session — the Session menu on macOS — and
    on Ctrl+Shift+N (Cmd+N on macOS), and it opens stepped down and across from
    the window you asked from. Each window keeps its own tabs; the settings, the
    saved profiles and the themes are shared, so a setting saved in one window
    reaches all of them, a window opened after a visit to the settings dialog
    already wears the title bar and translucency you chose there, and the silent
    start-up update check runs once per launch rather than once per window. A
    path handed to a running rulogman — Finder's Open with, open -a — lands
    in the window in front rather than in the first one opened. Closing the last
    window still quits the application.

  • Move tab to new window sends a tab off with its sessions running. The
    same command a size up from moving a pane into its own tab: it is beside that
    row in the application menu, on Alt+Shift+N (Cmd+Shift+N on macOS), and in
    the menu a right-click on a tab opens, where it acts on the tab you clicked
    whether or not it is the active one. Nothing is disconnected on the way over
    — the shells keep running, the scrollback comes along, a split tab arrives
    split with the keyboard in the pane it left in. What does not travel is where
    the files panel had got to, which belongs to the window rather than to the
    tab, so the tab arrives listing its session's home directory again. A
    window's only tab cannot go, since moving it would leave an empty window
    standing where it was.

    Port forwardings are now held against the whole application rather than one
    window: a tab reconnecting while a sibling in another window still holds its
    profile's ports stays off them and prints no bind failure, exactly as it did
    when the sibling was in the same window.

The Windows installer's identity, its registry entry and the winget manifests
are as before, so winget upgrade and the built-in updater both pick this
release up from 0.5.3.

What's Changed

  • Record the published 0.5.3 installer in the winget manifest by @xcomart in #48
  • Take rugpui de4900f by @xcomart in #49
  • feat: open a second window from the menu by @xcomart in #50
  • feat: move a tab into a window of its own by @xcomart in #51
  • chore: bump version to 0.5.4 by @xcomart in #52

Full Changelog: v0.5.3...v0.5.4