mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-25 18:56:39 +00:00
[release]
This commit is contained in:
@@ -30,7 +30,6 @@ public class LoggingCategory extends AppPrefsCategory {
|
||||
.sub(new OptionsBuilder()
|
||||
.nameAndDescription("enableTerminalLogging")
|
||||
.addToggle(prefs.enableTerminalLogging)
|
||||
.disable(!supported)
|
||||
.nameAndDescription("terminalLoggingDirectory")
|
||||
.addComp(new ButtonComp(AppI18n.observable("openSessionLogs"), () -> {
|
||||
var dir = AppProperties.get().getDataDir().resolve("sessions");
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
- Fix terminal session logging setting not being able to deactivated after the preview was done (Sorry for the inconvenience)
|
||||
- Fix shell environment scan restarting parent shell, resulting in many connections
|
||||
- Fix local zsh not starting on macOS if an extension had a pending update
|
||||
|
||||
Next up will be XPipe 13 soon, you can already find early test builds at [https://github.com/xpipe-io/xpipe-ptb](https://github.com/xpipe-io/xpipe-ptb)
|
||||
Reference in New Issue
Block a user