Skip to content

v1.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Aug 09:47
· 4 commits to main since this release

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.dmg and drag pgCowboy to Applications. The build is unsigned, so Gatekeeper blocks the first launch; clear the quarantine flag once:
    xattr -dr com.apple.quarantine /Applications/pgCowboy.app
    
    Downloading with curl -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.