Skip to content

0.3.17

Choose a tag to compare

@github-actions github-actions released this 15 Apr 18:33
d3580e7

Merged PRs

dolt-workbench

  • 418: App: move dolt bin to macOS folder
    potential fix for ENOENT error when executing dolt binary
    1. move the dolt bin from Resources folder to macOS folder for mac builds
    2. Electron Builder may strip execute permissions. Add a post-install script to fix this: chmod +x build/mac/dolt
  • 417: Web, Graphql: add pagination to sql select
    fixes #416
  • 404: Web: add dolt login for local dolt server
    dolt login button in remotes tab:
    Screenshot 2025-04-14 at 1 38 03 PM
    after adding credentials on dolthub:
    Screenshot 2025-04-14 at 1 38 24 PM

Closed Issues

  • 416: Reproducible Hang on a select * from table query