This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
Releases: slashbase/slashbase-go
Releases · slashbase/slashbase-go
v0.8.1
v0.8.0
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
Changelog
- feat: password toggle added by @sanyamjain04 in #80
- refactor the frontend code and created new reusable components by @sanyamjain04 in #81
- Feat/better home by @paraswaykole in #82
- UX Fix: show connection error messages by @paraswaykole in #84
- Merge release: v0.7.0 by @paraswaykole in #85
New Contributors
- @sanyamjain04 made their first contribution in #80
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
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
v0.6.0
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 #69
- Feat: Desktop app by @paraswaykole in #71
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Feature: mysql integration by @paraswaykole in #65
- Bug fix #48 - Fix for creating a project with empty name. by @prashantkhandelwal in #49
- Minor bug fix (typo) related to #48. by @prashantkhandelwal in #54
- Issue#56 - Escape special characters in MongoDB password. by @prashantkhandelwal in #60
- Update Deprecated packages. by @dozheiny in #63
- UX improvements by @prashantkhandelwal in #67
New Contributors
- @prashantkhandelwal made their first contribution in #49
- @dozheiny made their first contribution in #63
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
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
- Serving web IDE at localhost:22022
- Opens web IDE at start.
- Improved mongo query engine.