Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Aug 13:22
· 14 commits to main since this release

What's new

Fixed

  • pre-flight no longer needs a superuser β€” the default role_dependencies queries pg_roles instead of the pg_authid.

πŸ“– CHANGELOG.md - all changes

Installing

  • macOS β€” open pgCowboy-v1.1.1-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.1-windows-amd64.msi. SmartScreen may warn about the unsigned installer: More info β†’ Run anyway.
  • Linux (Debian/Ubuntu) β€” sudo apt install ./pgCowboy-v1.1.1-linux-amd64.deb
  • Linux (Fedora/RHEL) β€” sudo dnf install ./pgCowboy-v1.1.1-linux-amd64.rpm

See the installation guide for upgrade and uninstall notes.