-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Release] 4.1.2 #299
[Release] 4.1.2 #299
Conversation
patrick330602
commented
Dec 31, 2023
•
edited
Loading
edited
- feat: [OpenSUSE Tumbleweed does not set path. #293] allow set path with param -e to set BROWSER variable
- fix: [wslu is not taking DESTDIR into account when loading config file #264] make DESTDIR properly configured in header
- fix: [wslview not openeing links with limited access #268] allow skipping validation (with fix: [#268] do not validate URL when skip flag is used #301 by @JaZo)
- fix: [USE XDG_CACHE instead of ~/.config/wslu #290] use proper folder for the states
- fix: [wslview fails when registry access is disabled #291] allow disable reading from registry
- fix: [Syntax error in wslfetch and wslsys #294] add bash version requirement.
- fix: [file uri not decoded by wslview #295] decode file protocol url properly
- fix: sysdrive_prefix returning wrong label when Windows installed at label other than C: (@epiciskandar)
- fix: replace sed with simple basename (@epiciskandar)
- chore: Add support for Rocky to installer (@cjonesy)
- fix(wslact): fix memory-reclaim incoherence (@kbpk)
- fix(wslact): increase memory reclamation amount (@kbpk)
- fix(wslview): fix opening links with brackets (@miduddin)
- docs: fixed typos (@Smoothieewastaken)
- ci: Deploy to Pengwin debian bookworm as well (@crramirez)
- ci: upgrade CI pengwin deployment ruby version
at label other than C:
… label other than C: (#262) bugfix: sysdrive_prefix returning wrong label when Windows installed at label other than C:
Add support for Rocky to installer
Deploy to Pengwin debian bookworm as well
curl treats brackets as special glob characters, but powershell does not have that same behavior so it should be better to turn off curl globbing.
wslact: improve memory-reclaim command
wslview: fix opening links with brackets
docs: Fixed typos
Hello @epiciskandar, Have you seen a recent case when windows is installed and report itself in a drive different than C? D:\Windows? In which case it can be done? Regards, |
It's done intentionally since when it was a windows 7 installed on a disk with pre-allocated volume, and gradually upgrades to windows 11 now. |
fix: [#268] do not validate URL when skip flag is used