Skip to content

Releases: jonathanbossenger/wp-sqlite

v1.0.1

02 Nov 18:08

Choose a tag to compare

What's Changed

  • Add screenshots to README by @Copilot in #15
  • Remove tray icon functionality by @Copilot in #23
  • Replace Edit and Delete text buttons with icons in table view by @Copilot in #24
  • Add row insertion modal to table view by @Copilot in #25
  • Add column-specific search to table viewer by @Copilot in #26
  • Remove database path display from table view UI by @Copilot in #27

Full Changelog: v1.0.0...v1.0.1

macOS quarantine:

This app is not signed, so you might get a warning when you try to open it.
There are two possible workarounds:

  • You can either override the security settings by following the instructions here.
  • If you are not able to do that, you can remove the quarantine attribute by running the following command in the terminal:
sudo xattr -d com.apple.quarantine /Applications/WP\ SQLite.app

v.1.0.0

01 Nov 20:30
67bae67

Choose a tag to compare

What's Changed

  • Add Electron app for viewing and editing WordPress Studio SQLite databases by @Copilot in #1
  • Filter underscore-prefixed tables from TableList by @Copilot in #3
  • Add WordPress Studio documentation and repository links to README by @Copilot in #7
  • Add GitHub Copilot instructions for repository by @Copilot in #5
  • Move Actions column to left side of table by @Copilot in #10
  • Add GitHub Actions workflow for automated release builds by @Copilot in #11
  • Use custom icon from assets/icons/custom/ for app and tray icons by @Copilot in #13

New Contributors

Full Changelog: https://github.com/jonathanbossenger/wp-sqlite/commits/v1.0.0

macOS quarantine:

This app is not signed, so you might get a warning when you try to open it.
There are two possible workarounds:

  • You can either override the security settings by following the instructions here.
  • If you are not able to do that, you can remove the quarantine attribute by running the following command in the terminal:
sudo xattr -d com.apple.quarantine /Applications/WP\ SQLite.app