Skip to content

0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 19:50

Download

The files are in Assets at the bottom of this page. Pick one:

File Then
PaneForge-Setup.exe Windows 10/11. Run it. No admin prompt. SmartScreen says unknown publisher: More info > Run anyway.
PaneForge-win.zip Windows, no installer. Unzip anywhere, run PaneForge.exe. Does not get past Smart App Control - that blocks the unsigned exe itself, installer or not.
PaneForge-arm64.dmg macOS (Apple Silicon). Drag to Applications, then right-click the app > Open > Open once.

One command instead, on macOS - downloads, installs and clears the quarantine flag:

curl -fsSL https://raw.githubusercontent.com/robertiuoras/PaneForge/master/scripts/install.sh | bash

The build is not code signed (a certificate is a few hundred dollars a year), which is
the only reason either OS complains. Updates after the first install are automatic.

The *-0.4.0-* files are the same builds with the version in the name, and
latest.yml / latest-mac.yml are the feed the app's own updater reads.

What changed

New

  • panes — find in a pane (Ctrl F), zoom a pane (Ctrl Shift Z), and five grid
    layouts with a cycle key (Ctrl Shift G). These were cut minutes earlier as v0.3.61;
    they are listed here because this is the build that carries them.

Fixed

  • test — resolve every relative import in the install test, not one
  • test — the focus and quiet-launch ports are overridable too
  • test — let the rail test use another debug port

Other changes

  • readme — the find bar and the grid layouts are features people can see