mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-23 16:10:24 +00:00
[release]
This commit is contained in:
parent
7229f98051
commit
6dabe53011
3 changed files with 6 additions and 2 deletions
|
@ -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
5
dist/changelogs/12.3.5_incremental.md
vendored
Normal 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)
|
2
version
2
version
|
@ -1 +1 @@
|
|||
12.3.4
|
||||
12.3.5
|
||||
|
|
Loading…
Reference in a new issue