Skip to content

Releases: iDevelopThings/SurrealDB-Explorer

v0.0.13

23 May 17:27
Compare
Choose a tag to compare

Commits

  • 3e3677d: Update vue-class-stores version to fix windows crash on boot (Sam Parton)
  • fdde984: Increment app version (Sam Parton)
  • 4c2c11e: Merge remote-tracking branch 'origin/main' (Sam Parton)
  • 73a093b: Improve syntax highlighting, completion & documentation in the editor (iDevelopThings)
  • 7539c66: Add overflow-y-auto to TablesSidebar.vue (iDevelopThings)
  • 848f6b8: Increment app version (iDevelopThings)

v0.0.12

18 Apr 20:06
Compare
Choose a tag to compare

Commits

  • b694e46: Some UX Improvements & Bug Fixes:
    • Fix bug with tables page that prevented it from loading
    • Fix bug with displaying some kinds of data
    • Use resizable splitter panes for Query tab
    • Allow changing between vertical/horizontal layout on query tab
    • Allow "minimising" the sidebar for a smaller app size
    • Resizing: Rather than scaling whole app with a hack, we'll scale editor font size

v0.0.11

23 Jan 09:41
Compare
Choose a tag to compare

Commits

  • 3e3677d: Update vue-class-stores version to fix windows crash on boot (Sam Parton)
  • fdde984: Increment app version (Sam Parton)

v0.0.10

22 Jan 23:00
Compare
Choose a tag to compare

Commits

  • 3d0b415: Fix bug with update checker & only show update button if out of date (Sam Parton)

v0.0.9

22 Jan 22:36
Compare
Choose a tag to compare

Commits

  • 284603a:
    • Implement logging which will write to console/log file (Sam Parton)
    • Improve connection status bar
    • Improve connection handling
    • Fix an issue with saved queries panel not loading if you have none
    • Add app edit/app mac menus back, which allows for c+p etc
    • Add "help" menu to open app data dir and log file
  • b4e8c66: Implement app update checking (Sam Parton)
  • 6d7a878: Improve logging - All logs will be proxied through browser console and then sent to wails to log to the log file (Sam Parton)
  • 0ebaf0c: Fix connections page overflow (Sam Parton)
  • 1f46aa0: Add item count, query time to query page, and add a timeout, to prevent hanging from sdb bugs (Sam Parton)
  • 9553ce4: Add editor for edit/create records, use json schema generation for these editors to give auto complete (Sam Parton)
  • ad6a0ac: Change create record to use monaco editor, add ability to update records & inline delete them (Sam Parton)
  • 5f320b7: A bunch of refactoring, improvement and error handling (Sam Parton)
    • Funky little error page(for fun) on the table view, when there's an error getting results for a table
    • Refactor table filters a little, mainly to clean up TableViewer code
    • Fix a bug with pagination
  • 246b404: Add emotes assets for confetti/particles(funky error handling) (Sam Parton)

v0.0.8

19 Jan 19:09
Compare
Choose a tag to compare

Commits

  • 50a20ae: Fixed a bug where authentication would fail and the client would hang with a spinner (Sam Parton)
  • f4fa431: Fixed another bug which would cause the client to hang if there's no tables (Sam Parton)

v0.0.7

19 Jan 18:38
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Commits

  • 50a20ae: Fixed a bug where authentication would fail and the client would hang with a spinner (Sam Parton)

v0.0.5

17 Jan 18:06
Compare
Choose a tag to compare

Commits

0953923: Remove ubuntu from build(idk why it doesn't work) (Sam Parton)

c0bbfc7:

  • Change connection handling on the frontend, remove connection validator, handle failed rpc connection
  • Implement file logger for production app(this will help figure out an issue with windows build)
  • Add ubuntu to the build

v0.0.1

26 Dec 13:51
Compare
Choose a tag to compare
Create initial release