v6.0.4Desktop
Changed 3
- Use config values instead of old globals
- Autocomplete defaults overhaul restoring upper case
- Update bundled plugins when the app ships a newer version
Fixed 4
- Fix persistence guard
- Fix sidebar drag-and-drop reordering being discarded on the next render
- Fix table column widths being replaced by new tabs
- Only save persistence data if data has changed
From Beekeeper Studio
What's Changed
- fix persistence guard by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4645
- use config values instead of old globals by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4642
- fix(sidebar): drag-and-drop reordering is discarded on the next render by @andreasarf in https://github.com/beekeeper-studio/beekeeper-studio/pull/4647
- Merge rc-60 into master by @github-actions[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4644
- Autocomplete defaults overhaul - restoring upper case by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4648
- table column widths are replaced by new tabs by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4651
- only save persistence data if data has changed by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4656
- Update bundled plugins when the app ships a newer version by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4658
Full Changelog: https://github.com/beekeeper-studio/beekeeper-studio/compare/v6.0.1...v6.0.4