A new measure overlay lets you drag out a rectangle on the page and measure arbitrary parts of the page and screenshot the selected area. The XML viewer lets you inspect and filter XML files like RSS or OPML files and the Find by CSS selector has a new inspection option.
What's Polypane? Polypane is the web browser for ambitious web developers. It's a stand-alone browser that shows sites in multiple fully synced panes and helps you make your site more responsive, more accessible and faster.
New: Measure overlay
A measure overlay has been on my wish-list for a very long time, and I'm happy to finally have it in Polypane.
When you have rulers visible (which, starting in this release, can be set per tab!) you can now activate the measure overlay and then drag out a rectangle on the page to measure parts of the page.
The rectangle shows the width and height of the selected area and the distance to the edges of the page.
While creating, dragging or resizing the rectangle it will automatically snap to any nearby guides so you can easily align them with each other.
You'll also find a new "Measured" option in the pane screenshot menu. When you have the measure overlay active, this will screenshot the selected area of the page for you. Perfect if you don't want to screenshot the entire viewport, but you also want to screenshot more than just a single element.
With the measure overlay active you can still scroll up and down the page, but all your clicks will be captured by the measure overlay. To interact with the page again, toggle the measure overlay, or hide the guides with ⌘ g.
New: XML/RSS Viewer
Along with HTML and JSON, Polypane now also supports XML.
Perfect if you want to inspect your RSS feed, OPML file or any other XML document. The XML viewer is a full-fledged XML viewer that lets you inspect the XML document in a tree view, and it also has a text view for when you want to see the raw XML.
It has all the same great features that our JSON viewer so it'll be familiar if you've used that in the past.
- Single-click save and copy of the entire document
- Quick filtering to show only the elements you want to see
- expand or collapse nodes based on their name
- Syntax highlighting
- Automatic recognition of links

The XML viewer is available in the regular panes as well as in the browse panel, so no matter if you want to inspect it alongside your website or on its own, it's available wherever you need it.
New: Find by CSS selector
Polypane has both a find in page and a find by CSS selector feature, but Nils made us aware that while you can find elements, there wasn't an easy way to then inspect the element you found in the elements panel.
Now you'll find a new inspect icon in the Find by CSS selector feature that will open the currently found element in the elements panel. Thanks Nils!
New: Updated LinkedIn share design
The LinkedIn share design in the Meta panel has been updated to match the new LinkedIn design, which has yet a smaller image and now no longer shows how long the page will take to read.

Edit tab by double click
In Polypane 24 we added tab customizations that let you rename tabs and change their color. In this release you can now also double-click a tab to edit the title and color of the tab, along with the existing right-click option.
Notable bug fixes
Some of the bugs fixed in this release are:
Pointer lock API
In previous versions of Polypane, using the Pointerlock
api would crash the browser. (Thanks Andrew for letting us know!) This was caused by a recent change in Chromium, and Shelley from the Electron team quickly found and fixed the issue in Chromium.
From bug report in Polypane to fix in Chromium and shipping in Electron took just two weeks, which is an impressive example of how well the Electron and Chromium teams are cooperating and making the web better for all of us.
Hover syncing
I'm a little biased but I think Polypane's Hover syncing is one of its coolest features, even if it's one you might never notice because it feels so natural.
In recent versions of Polypane it could stop working in certain situations. Fixing this took quite a bit of time, but I'm happy to say that it should now work again in all situations.
Devtools panel resizing
In the previous release I optimized the way the devtools panel was initially created and I optimized that so far that in some cases I optimized it away and the devtools would not properly show up or when it showed up, it would not be resized along with the panel properly until a second initialisations. All of that is fixed now and the devtools panel shows up and resizes just as you expect.
Crash on Windows on ARM
Polypane ships with support for ARM on windows but in version 24 it would crash on startup. This was caused by us trying to import ffmpeg but it not being available on Windows ARM yet. For now this means that the recording feature is not available on Windows ARM. As soon as ffmpeg is available on Windows ARM, we'll add it back in.
Get Polypane 24.1
Polypane is available for Windows, Mac and Linux in 64 bit and ARM versions.
Polypane automatically updates on Mac, Windows and on Linux when using the AppImage. Otherwise, go to the download page to download the latest version!
Don't have Polypane yet? There is a 14 day trial available. Try it for free. No credit card needed.
Polypane 24.1 Changelog
New
- New Measure overlay: New measure tool to measure arbitrary parts of the page
- New XML/RSS Viewer (Thanks Evan!)
- New Find elements now has a new option to inspect the element in the devtools (Thanks Nils!)
- New Meta panel: New LinkedIn share design
- New Updated Chromium to 136.0.7103.93
Improvements
- Improved Tabs: You can now double-click a tab to overwrite the title and color
- Improved Elements panel: We now hide internal Polypane elements in the elements panel to improve performance
- Improved Rulers: Showing and hiding rulers can now be done per tab
- Improved Meta panel: Improved layout for charset, language row
- Improved Outline panel: improve performance when gathering data
- Improved Split layout: pane dragger is now correctly centered
- Improved updated the list of Google fonts
Fixes
- Fix Full layout: Website no longer has rounded corners
- Fix Devtools panel: Devtools did not correctly resize along with panel on first open
- Fix Using The Pointer lock API would crash Polypane (Thanks Andrew!)
- Fix Inspect in Devtools did not always open the panel properly (Thanks Tor!)
- Fix Permission refresh bug is now solved for all permission types
- Fix Rulers: Color picker now show correctly when editing the color
- Fix Outline panel: Right-click and open in new tab works again
- Fix Hover style syncing randomly stopped working
- Fix Video recording: fixed issue where part of video would be cut off
- Fix Windows ARM: Fixed crash on startup