Update changelog

This commit is contained in:
crschnick
2026-07-10 05:22:49 +00:00
parent cbd52ed952
commit 2a4895ddef
2 changed files with 7 additions and 5 deletions

View File

@@ -143,11 +143,7 @@ public final class McpTools {
}
var wrapper = StoreViewState.get().getEntryWrapper(e);
var section = StoreViewState.get()
.getSectionForWrapper(wrapper);
var info = section.isPresent()
? wrapper.getShownInformation().getValue()
: null;
var info = wrapper.getShownInformation().getValue();
var r = ConnectionResource.builder()
.name(e.getName())

6
dist/changelog/23.7.md vendored Normal file
View File

@@ -0,0 +1,6 @@
- Fix netbird integration failing for new netbird CLI version
- Fix performance mode on macOS not properly improving performance
- Fix MCP threading issues causing various errors
- Add workaround when zellij multiplexer freezes
- Adjust oh-my-posh install to not require unzip package to be installed on the remote system
- Add check and error messages for a noexec file system for starship and oh-my-posh prompts