Releases: outerbase/studio
Releases · outerbase/studio
v0.6.2
What's Changed
Features
- Allow user to view snippet of foreigner key data
- Allow user to hide selected column in table data
- Add support for Cloudflare D1
- Allow save sqlite file directly after open
- Allow reload sqlite file
- Allow user to format SQL
- Allow user to change SQL editor font size using (Cmd + "+", Cmd + "-")
- Add JSON editor and multi-line editor
- Add proper format of EXPLAIN QUERY PLAN
Improvement
- Improve tab dragging animation
- Add back button to go back to connection list
- Prevent navigation back when scrolling horizontally
- Add create script
- Prevent user from creating table with empty name and better error message when there is problem.
v0.6.0
We now support saving queries.
- If you store your connection using local storage, we will use IndexedDB to securely store your saved queries on your computer.
- If you store your connection on our server, we will persistently save it there. This is convenient if you use multiple devices and want to share your saved queries across them.
v0.5.1
v0.5.0
v0.4.0
What's Changed
This is a busy week for us. We turned our repository to mono-repo. We also separate the database GUI as independent React component (https://www.npmjs.com/package/@libsqlstudio/gui).
Other improvements:
- Auto completion now suggest column when press "."
- Highlight table name with different color
- Fix losing tab focus when close last tab
v0.3.1
v0.3.0
v0.2.4
v0.2.3
v0.2.2
New Connection Management
- Introduce ability to store your connection credential on remote server.
- Differential your connection with color. We provides 5 colors: gray, red, yellow, blue, and green.
Quality of Life Improvement
- Auto detect link and display as link.
- Auto detect if the link is an image and provide image preview
