Skip to content

Commit

Permalink
[release]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Nov 2, 2024
1 parent 7229f98 commit 6dabe53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/java/io/xpipe/app/prefs/LoggingCategory.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ protected Comp<?> create() {
.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");
Expand Down
5 changes: 5 additions & 0 deletions dist/changelogs/12.3.5_incremental.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.3.4
12.3.5

0 comments on commit 6dabe53

Please sign in to comment.