v26.1.22Desktop
Added 6
- Tree view for the preset archive previewer
- Support compressed tarballs (.tar.gz, .tar.bz2, etc.) in the preset archive previewer
- Check and refresh the file list when the terminal gains focus
- Experimental module-level async support
- Disable ANSI escape sequences in ya pkg when stdout is not a TTY
- New Path.os() API creates an OS-native Path
Fixed 4
- Smart-case in interactive cd broken due to a typo
- Fix shell formatting for non-spread opener rules
- sort extension excludes directories since only files have extensions
- Account for URL covariance in Url:join()
Added
- Tree view for the preset archive previewer ([#3525])
- Support compressed tarballs (
.tar.gz,.tar.bz2, etc.) in the preset archive previewer ([#3518]) - Check and refresh the file list when the terminal gains focus ([#3561])
- Experimental module-level async support ([#3594])
- Disable ANSI escape sequences in
ya pkgwhen stdout is not a TTY ([#3566]) - New
Path.os()API creates an OS-nativePath([#3541])
Fixed
- Smart-case in interactive
cdbroken due to a typo ([#3540]) - Fix shell formatting for non-spread opener rules ([#3532])
sort extensionexcludes directories since only files have extensions ([#3582])- Account for URL covariance in
Url:join()([#3514])