[release]

This commit is contained in:
crschnick 2024-11-02 01:30:27 +00:00
parent 7229f98051
commit 6dabe53011
3 changed files with 6 additions and 2 deletions

View file

@ -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
dist/changelogs/12.3.5_incremental.md vendored Normal file
View file

@ -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)

View file

@ -1 +1 @@
12.3.4
12.3.5