github beekeeper-studio/beekeeper-studio v1.6.9
1.6.9 - Major Visual Overhaul

latest releases: v4.3.1, v4.3.0, v4.2.9...
3 years ago

We're happy to bring you the 1.6 release full of stuff the community has been asking for.

image

App Menus!

  • We have both native and client-side app menus. Windows native menus look terrible, so we've brought a VS-Code style combined titlebar/menubar to Beekeeper Studio.
  • Now we have a place to put basic settings and app options
  • This is a fairly minor visual change with a major yak shave underneath it. Handling both native and client-side rendered menus was a major piece of work we did not appreciate the scope of.

Light theme

  • I still prefer dark mode, but not all of you agree, so we made a nice looking light mode too :-)
  • Go to view -> theme to switch

Much faster table loading

  • tables load with O(1) complexity, rather than O(n) complexity. That means to load 100 or 10,000 tables takes 2 queries, previously it took 101 and 10,001 respectively.

Statusbar with colors

  • We added connection color coding in a previous release, well now those colors adorn the Statusbar too. It looks super nice.

Multi-window

  • We officially support multi-window Beekeeper Studio -- Go to File -> New Window to open a new window and connect to a second database

Execution time - see how long your query took

Recent connections

  • Just in case you forgot to save your connection we give you a way to see the connections you recently accessed.

Bug fixes

  • Thanks to the community for reporting, and in many cases, fixing, bugs.

Merged PRs

a0c10cf Merge pull request #248 from beekeeper-studio/dependabot/npm_and_yarn/lodash-4.17.19
08fa37a Merge pull request #244 from gnovaro/patch-2
bc233a3 Merge pull request #241 from beekeeper-studio/app-menus-next
0c5af9f Merge pull request #236 from beekeeper-studio/recent-connections
6468d29 Merge pull request #235 from beekeeper-studio/faster-table-loading
a1d09e5 Merge pull request #227 from beekeeper-studio/revert-226-revert-223-regex-class-param
75ed010 Merge pull request #225 from beekeeper-studio/statusbar
fd314ab Merge pull request #226 from beekeeper-studio/revert-223-regex-class-param
682d06c Merge pull request #223 from GammaGames/regex-class-param
3d56a4b Merge pull request #213 from KasperFranz/feature/executeTime

Updates since 1.6.4

  • No more blank screens on MacOS launch
  • PSQL table columns fix
  • SQL Server and PSQl now get column lengths
  • Added some logging for future debugging funtimes

Don't miss a new beekeeper-studio release

NewReleases is sending notifications on new releases.