Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Releases: paraswaykole/slashbase

v0.8.1

07 Mar 05:40
0e224dc
Compare
Choose a tag to compare

Changelog

  • Minor improvements and bug fixes

Full Changelog: v0.8.0...v0.8.1

v0.8.0

02 Mar 14:06
aaf222f
Compare
Choose a tag to compare

Changelog

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

Full Changelog: v0.7.0...v0.8.0

v0.7.0

24 Feb 14:38
5fe91db
Compare
Choose a tag to compare

Changelog

New Contributors

Full Changelog: 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

04 Feb 10:29
ddc8b08
Compare
Choose a tag to compare

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: v0.6.1...v0.6.2

v0.6.1

28 Jan 10:27
ab01612
Compare
Choose a tag to compare

Changelog

  • Minor improvement and fixes
  • Minor security improvements

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Jan 13:18
5f9e880
Compare
Choose a tag to compare

v0.6.0 available as standalone desktop app 🖥

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

16 Jan 08:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

09 Jan 14:03
Compare
Choose a tag to compare

Changelog

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

v0.4.0

09 Jan 06:52
Compare
Choose a tag to compare

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

05 Jan 10:12
Compare
Choose a tag to compare
  • Serving web IDE at localhost:22022
  • Opens web IDE at start.
  • Improved mongo query engine.