diff --git a/app/src/main/java/io/xpipe/app/prefs/LoggingCategory.java b/app/src/main/java/io/xpipe/app/prefs/LoggingCategory.java index 080f13085..8a00e842b 100644 --- a/app/src/main/java/io/xpipe/app/prefs/LoggingCategory.java +++ b/app/src/main/java/io/xpipe/app/prefs/LoggingCategory.java @@ -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"); diff --git a/dist/changelogs/12.3.5_incremental.md b/dist/changelogs/12.3.5_incremental.md new file mode 100644 index 000000000..cefc5419b --- /dev/null +++ b/dist/changelogs/12.3.5_incremental.md @@ -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) \ No newline at end of file diff --git a/version b/version index ab69bef60..a1e7534db 100644 --- a/version +++ b/version @@ -1 +1 @@ -12.3.4 +12.3.5