Skip to content

Releases: landsman/adminer-desktop

beta-v0.4

beta-v0.4 Pre-release
Pre-release

Choose a tag to compare

@landsman landsman released this 27 Jul 18:28
8186340

What's Changed

  • Add make demo: seeded database, app opens logged in by @landsman in #22
  • Let the user pin light or dark instead of only following the OS by @landsman in #23
  • Resizable sidebar with persistent config, plus a type-safety pass and a settings debug panel by @landsman in #24
  • Autoload the Desktop\ namespace instead of hand-wiring every require by @landsman in #28
  • Drag a SQL dump onto the import page to load it by @landsman in #29
  • Add a discoverable make help by @landsman in #30
  • Save Adminer's Export downloads instead of rendering them in the window by @landsman in #32
  • Package a Debian .deb, and pin the toolchain a fresh checkout needs by @landsman in #33
  • Bound the readiness probe so a stalled first request can't wedge startup by @landsman in #34
  • Save Adminer's Export on Linux instead of rendering it into the window by @landsman in #35
  • Unify native-shell translations onto one PHP source by @landsman in #37
  • Time the startup phases so the file_cache question rests on numbers by @landsman in #38
  • Serve the semgrep image from GHCR instead of Docker Hub by @landsman in #40
  • Show a loader at startup instead of a blank window by @landsman in #39

Full Changelog: beta-v0.3...beta-v0.4

Installing an unsigned build on another Mac

  1. Download and unzip adminer-desktop-macos.zip
  2. Move Adminer Desktop.app into /Applications.
  3. Clear the quarantine flag:
    xattr -dr com.apple.quarantine "/Applications/Adminer Desktop.app"
  4. Open it normally — double-click, Spotlight, whatever.

Without the terminal

  1. Double-click the app and let macOS block it.
  2. Open System Settings → Privacy & Security.
  3. Scroll down to the message about the blocked app, click Open Anyway.
  4. Confirm with Touch ID or password.

Notes

  • On macOS 15 and newer, right-click → Open no longer works for unsigned apps. Most guides online still say it does, so people assume the app is broken.
  • The xattr command has to run on their Mac, after download — macOS attaches the quarantine flag at download time, so it can't be stripped in advance.
  • Apple Silicon only. Intel Macs cannot run this build at all.
  • Signing it properly, so none of this is needed, requires a paid Apple Developer account. Maybe in future #1

beta-v0.3

beta-v0.3 Pre-release
Pre-release

Choose a tag to compare

@landsman landsman released this 24 Jul 08:52
f88dcf0

What's Changed

  • Smooth out navigation: page transitions and a sidebar that stays put by @landsman in #13
  • Give the app an Edit menu so the clipboard works by @landsman in #14
  • Let the settings gear scroll with the sidebar it belongs to by @landsman in #15
  • Stop capping imports at PHP's shared-host defaults by @landsman in #16
  • Keep a long statement inside the window instead of dragging the layout after it by @landsman in #20
  • Import a pg_dump instead of choking on its own data by @landsman in #19
  • Render the settings dialog from Latte, and fix its broken Save by @landsman in #21

Full Changelog: beta-v0.2...beta-v0.3

Installing an unsigned build on another Mac

  1. Download and unzip Adminer Desktop.zip.
  2. Move Adminer Desktop.app into /Applications.
  3. Clear the quarantine flag:
    xattr -dr com.apple.quarantine "/Applications/Adminer Desktop.app"
  4. Open it normally — double-click, Spotlight, whatever.

Without the terminal

  1. Double-click the app and let macOS block it.
  2. Open System Settings → Privacy & Security.
  3. Scroll down to the message about the blocked app, click Open Anyway.
  4. Confirm with Touch ID or password.

Notes

  • On macOS 15 and newer, right-click → Open no longer works for unsigned apps. Most guides online still say it does, so people assume the app is broken.
  • The xattr command has to run on their Mac, after download — macOS attaches the quarantine flag at download time, so it can't be stripped in advance.
  • Apple Silicon only. Intel Macs cannot run this build at all.
  • Signing it properly, so none of this is needed, requires a paid Apple Developer account. Maybe in future #1

beta-v0.2

beta-v0.2 Pre-release
Pre-release

Choose a tag to compare

@landsman landsman released this 23 Jul 21:29
4ee8658

testing, unsigned release

Installing an unsigned build on another Mac

  1. Download and unzip Adminer Desktop.zip.
  2. Move Adminer Desktop.app into /Applications.
  3. Clear the quarantine flag:
    xattr -dr com.apple.quarantine "/Applications/Adminer Desktop.app"
  4. Open it normally — double-click, Spotlight, whatever.

Without the terminal

  1. Double-click the app and let macOS block it.
  2. Open System Settings → Privacy & Security.
  3. Scroll down to the message about the blocked app, click Open Anyway.
  4. Confirm with Touch ID or password.

Notes

  • On macOS 15 and newer, right-click → Open no longer works for unsigned apps. Most guides online still say it does, so people assume the app is broken.
  • The xattr command has to run on their Mac, after download — macOS attaches the quarantine flag at download time, so it can't be stripped in advance.
  • Apple Silicon only. Intel Macs cannot run this build at all.
  • Signing it properly, so none of this is needed, requires a paid Apple Developer account. Maybe in future #1

beta-v0.1

beta-v0.1 Pre-release
Pre-release

Choose a tag to compare

@landsman landsman released this 23 Jul 08:52
8a9af32

testing, unsigned release

Installing an unsigned build on another Mac

  1. Download and unzip Adminer Desktop.zip.
  2. Move Adminer Desktop.app into /Applications.
  3. Clear the quarantine flag:
    xattr -dr com.apple.quarantine "/Applications/Adminer Desktop.app"
  4. Open it normally — double-click, Spotlight, whatever.

Without the terminal

  1. Double-click the app and let macOS block it.
  2. Open System Settings → Privacy & Security.
  3. Scroll down to the message about the blocked app, click Open Anyway.
  4. Confirm with Touch ID or password.

Notes

  • On macOS 15 and newer, right-click → Open no longer works for unsigned apps. Most guides online still say it does, so people assume the app is broken.
  • The xattr command has to run on their Mac, after download — macOS attaches the quarantine flag at download time, so it can't be stripped in advance.
  • Apple Silicon only. Intel Macs cannot run this build at all.
  • Signing it properly, so none of this is needed, requires a paid Apple Developer account. Maybe in future #1