mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-07-31 00:56:25 -04:00
Update changelog
This commit is contained in:
@@ -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
6
dist/changelog/23.7.md
vendored
Normal 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
|
||||
Reference in New Issue
Block a user