Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 21:27
· 15 commits to main since this release

What's new

Changed

  • Comment view preference is always respected — Raw stays Raw, whatever the comment holds.
  • New comment defaults (new installations only) — no comment fields, Raw editor, plain comment in search results.

Fixed

  • Leftover "Category" renamed to "Group".
  • Comment fields can be emptied — removing every field now sticks.
  • Layout polishing in the Settings panel.
  • Clusters Save was active on app start when no clusters file existed

📖 CHANGELOG.md - all changes

Installing

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

See the installation guide for upgrade and uninstall notes.