DocsBlog

What's New

v0.9.2

14 May 2023

Changelog

  • UI improvements by @Utkarsh575
  • Server IDE fixes by @paraswaykole

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.9.1...v0.9.2

v0.9.1

9 May 2023

Changelog

  • code refactoring by @sanyamjain04
  • Refresh button in table by @codezuma
  • Using embed fs for serving frontend in server app by @paraswaykole
  • Added user to querylogs in server app
  • Minor and major bug fixes.

New Contributors

  • @codezuma made their first contribution in https://github.com/slashbaseide/slashbase/pull/122

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.9.0...v0.9.1

v0.9.0

19 Apr 2023

Changelog

  • improve code quality/mongoqueryengine/queryengine by @DeanRTaylor1 in https://github.com/slashbaseide/slashbase/pull/112
  • refactor: jsontable, showdata, sidebar and global.css by @nc1337 in https://github.com/slashbaseide/slashbase/pull/114
  • added refresh functionality to refresh the query history. by @sanyamjain04 in https://github.com/slashbaseide/slashbase/pull/115
  • improve code quality by @sanyamjain04 in https://github.com/slashbaseide/slashbase/pull/116
  • Feat/server app by @paraswaykole in https://github.com/slashbaseide/slashbase/pull/118
  • Release v0.9.0 by @paraswaykole in https://github.com/slashbaseide/slashbase/pull/120

✨New self-hostable server app.

Use docker slashbaseide/slashbase:latest image.

New Contributors

  • @DeanRTaylor1 made their first contribution in https://github.com/slashbaseide/slashbase/pull/112
  • @nc1337 made their first contribution in https://github.com/slashbaseide/slashbase/pull/114

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.8.4...v0.9.0

v0.8.4

9 Apr 2023

Changelog

  • MongoDB String array bug Fixed.
  • Updated Wails Version to latest v2.4.1 (Fixes Windows on-start glitch)
  • Add note on Linux + a few grammar fixes by @Eldemarkki in https://github.com/slashbaseide/slashbase/pull/106
  • Add Arch Linux install instructions for AUR by @lagerfeuer in https://github.com/slashbaseide/slashbase/pull/107
  • Make Empty fileds as red border after clicking add button by @tarunsamanta2k20 in https://github.com/slashbaseide/slashbase/pull/104
  • Update README.md by @Daeraxa in https://github.com/slashbaseide/slashbase/pull/108
  • Release v0.8.4 by @paraswaykole in https://github.com/slashbaseide/slashbase/pull/111

New Contributors

  • @Eldemarkki made their first contribution in https://github.com/slashbaseide/slashbase/pull/106
  • @lagerfeuer made their first contribution in https://github.com/slashbaseide/slashbase/pull/107
  • @Daeraxa made their first contribution in https://github.com/slashbaseide/slashbase/pull/108

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.8.3...v0.8.4

v0.8.3

30 Mar 2023

Changelog

  • New feature improvement: Editing mode in low-code view. Toggle between read and write views.
  • Minor bugs fixes and improvements.

v0.8.2

20 Mar 2023

Changelog

  • Feature: refresh button added
  • MySQL delete and edit flow fixed
  • Minor MySQL driver fixes
  • Minor UX/UI improvements and fixes.

New Contributors

  • @tarunsamanta2k20 made their first contribution in https://github.com/slashbaseide/slashbase/pull/100

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.8.1...v0.8.2

v0.8.1

7 Mar 2023

Changelog

  • Minor improvements and bug fixes

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.8.0...v0.8.1

v0.8.0

2 Mar 2023

Changelog

  • New tabs feature
  • New console feature
  • Show in footer connection status
  • Minor bug fixes and improvements

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.7.0...v0.8.0

v0.7.0

24 Feb 2023

Changelog

  • feat: password toggle added by @sanyamjain04 in https://github.com/slashbaseide/slashbase/pull/80
  • refactor the frontend code and created new reusable components by @sanyamjain04 in https://github.com/slashbaseide/slashbase/pull/81
  • Feat/better home by @paraswaykole in https://github.com/slashbaseide/slashbase/pull/82
  • UX Fix: show connection error messages by @paraswaykole in https://github.com/slashbaseide/slashbase/pull/84
  • Merge release: v0.7.0 by @paraswaykole in https://github.com/slashbaseide/slashbase/pull/85

New Contributors

  • @sanyamjain04 made their first contribution in https://github.com/slashbaseide/slashbase/pull/80

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.6.2...v0.7.0

P.S. MacOS users upgrading from previous version, will need to recreate projects and add db connections, because sandboxed app environment was enabled on this version, which make its safer to use the app on macOS.

v0.6.2

4 Feb 2023

Changelog

  • chore: using wails events & removed http server
  • chore: updated telemetry events
  • fix: concurrent map writes bug
  • other minor bug fixes and improvements

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.6.1...v0.6.2

v0.6.1

28 Jan 2023

Changelog

  • Minor improvement and fixes
  • Minor security improvements

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.6.0...v0.6.1

v0.6.0

23 Jan 2023

v0.6.0 available as standalone desktop app 🖥

What's Changed

  • Added support to connect to Azure CosmosDB making use of MongoDB API. by @prashantkhandelwal in https://github.com/slashbaseide/slashbase/pull/69
  • Feat: Desktop app by @paraswaykole in https://github.com/slashbaseide/slashbase/pull/71

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.5.0...v0.6.0

v0.5.0

16 Jan 2023

What's Changed

  • Feature: mysql integration by @paraswaykole in https://github.com/slashbaseide/slashbase/pull/65
  • Bug fix #48 - Fix for creating a project with empty name. by @prashantkhandelwal in https://github.com/slashbaseide/slashbase/pull/49
  • Minor bug fix (typo) related to #48. by @prashantkhandelwal in https://github.com/slashbaseide/slashbase/pull/54
  • Issue#56 - Escape special characters in MongoDB password. by @prashantkhandelwal in https://github.com/slashbaseide/slashbase/pull/60
  • Update Deprecated packages. by @dozheiny in https://github.com/slashbaseide/slashbase/pull/63
  • UX improvements by @prashantkhandelwal in https://github.com/slashbaseide/slashbase/pull/67

New Contributors

  • @prashantkhandelwal made their first contribution in https://github.com/slashbaseide/slashbase/pull/49
  • @dozheiny made their first contribution in https://github.com/slashbaseide/slashbase/pull/63

Full Changelog: https://github.com/slashbaseide/slashbase/compare/v0.4.1...v0.5.0

v0.4.1

9 Jan 2023

Changelog

  • Updated sqlite driver.
  • Fixes known issue like creating new project returning 500
  • Fixes issue #52

v0.4.0

9 Jan 2023

Changelog

  • Updated frontend address
  • Major changes that changes the way app configs are used.
  • App database is saved in app data directories of specific operating systems.
  • fixed the issues with using sqlite app database.

v0.3.2

5 Jan 2023
  • Serving web IDE at localhost:22022
  • Opens web IDE at start.
  • Improved mongo query engine.

v0.3.1

2 Jan 2023
  • Using pure-go sqlite lib to build binaries.
  • Use of executable path for loading db files.
  • Added version command in cli: slashbase version displays the version
  • Updated CLI help

v0.3.0-beta

1 Jan 2023

Changelog

  • available as CLI tool that connects to IDE at https://app.slashbase.com
  • better improved cli
  • bug fixes for #41
  • minor improvements

v0.2.2-beta

28 Dec 2022

Changelog

  • updated default port to 22022, locally running slashbase app connects to https://app.slashbase.com
  • better improved cli
  • changed slashbase cli command from \switch to \base
  • minor improvements

v0.2.1 - stable beta release

22 Dec 2022
  • better & stable MongoDB support
  • better & stable PostgreSQL support
  • minor improvements

v0.2.0

21 Dec 2022
  • Introducing new feature: Slashbase CLI - run queries through cli using binary.
  • Minor bugs fixed

Initial beta release v0.1.0

10 Dec 2022

Changelog

  • The app is now available as single user in-browser database IDE.