v1.1.0
What's Changed in v1.1.0
Added
- Selecting source screen for screenshots automatically. Removed screen selector
- The per-query
.sqlfile is now always written and gets its own SHA-256 checksum
Changed
- Removed the optional "Save each query as a .sql file" setting
- The Run-page ZIP control now cycles through four states on click (off → on/no
password → on/random password → on/password)
Fixed
- [Linux] Fixed screenshots that were grabbed from all monitors.
Installing
- macOS: Open the
.dmg, drag PgEvidence to Applications, then eject. The app is unsigned, so Gatekeeper blocks it on first launch:- Recommended — download with curl (no quarantine flag is set):
curl -LJO https://github.com/michal-bartak/PgEvidence/releases/download/v1.1.0/pgevidence-v1.1.0-macos-universal.dmg - Already downloaded via browser — run once after dragging to Applications:
xattr -d com.apple.quarantine /Applications/pgevidence.app
- Recommended — download with curl (no quarantine flag is set):
- Windows: Run the
.msi. SmartScreen may warn; choose More info → Run anyway. - Linux (Debian/Ubuntu):
sudo apt install ./pgevidence-v1.1.0-linux-amd64.deb - Linux (Fedora/RHEL):
sudo dnf install ./pgevidence-v1.1.0-linux-amd64.rpm
Full Changelog: v1.0.0...v1.1.0