What's new
Fixed
- Scrollbars — Fixed on linux, redesigned to render in margin area rather than in content
- Tables — column headers stay fixed
- Appearance "System" on Linux — follows the desktop's light/dark setting
- Dropdowns on Linux — follows the theme
- Application icon on Linux — the window, task bar and app switcher now show the pgCowboy icon.
Changed
- Clusters actions moved to the tab bar — Add cluster, Test connections and Cluster groups now sit beside the page tabs, like Create/Alter role.
📖 CHANGELOG.md - all changes
Installing
- macOS — open
pgCowboy-v1.1.2-macos-universal.dmgand drag pgCowboy to Applications. The build is unsigned, so Gatekeeper blocks the first launch; clear the quarantine flag once:Downloading withxattr -dr com.apple.quarantine /Applications/pgCowboy.appcurl -LJO <url>instead of a browser avoids the flag entirely. - Windows — run
pgCowboy-v1.1.2-windows-amd64.msi. SmartScreen may warn about the unsigned installer: More info → Run anyway. - Linux (Debian/Ubuntu) —
sudo apt install ./pgCowboy-v1.1.2-linux-amd64.deb - Linux (Fedora/RHEL) —
sudo dnf install ./pgCowboy-v1.1.2-linux-amd64.rpm
See the installation guide for upgrade and uninstall notes.