diff --git a/dist/changelogs/8.2_incremental.md b/dist/changelogs/8.2_incremental.md new file mode 100644 index 00000000..b4b3c92c --- /dev/null +++ b/dist/changelogs/8.2_incremental.md @@ -0,0 +1,12 @@ +## Quick access for connections + +One common feedback that some users shared was that it could be quite cumbersome to access a specific nested connection as one would have to possibly expand several connections first. Expanded connections would then also take up a lot of space, leading to a lot of scrolling. + +There is now a quick access button available for connections that enables you to quickly choose a connection in the hierarchy without having to expand any connection views. + +## Other changes + +- Fix terminal open not working sometimes on Windows +- Fix terminals closing instantly without error in some cases when a connection startup error occurred +- Fix local shell process not restarting if it exited unexpectedly before +- Fix some null pointers \ No newline at end of file diff --git a/version b/version index b8eb0263..2983cad0 100644 --- a/version +++ b/version @@ -1 +1 @@ -8.1 +8.2