-
Notifications
You must be signed in to change notification settings - Fork 32
Releases: mtkennerly/shawl
Releases · mtkennerly/shawl
v1.9.0 (2026年05月03日)
@mtkennerly
mtkennerly
v1.9.0
This tag was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
dbc4014
This commit was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
Assets 5
3 people reacted
v1.8.0 (2025年12月08日)
@mtkennerly
mtkennerly
71701e8
This commit was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
- Added:
--kill-process-treeoption to ensure child processes are also terminated. (Contributed by nitaysol)
Assets 5
3 people reacted
v1.7.0 (2025年01月16日)
@mtkennerly
mtkennerly
c56a2c5
This commit was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
- Added:
--restart-delayoption.
Assets 5
3 people reacted
v1.6.0 (2024年11月16日)
@mtkennerly
mtkennerly
e5effe6
This commit was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
- Added:
--path-prependoption.
Assets 5
5 people reacted
v1.5.1 (2024年10月14日)
@mtkennerly
mtkennerly
b7ccf53
This commit was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
- Fixed: Old log files were not deleted when stored on a Windows network share.
Assets 5
3 people reacted
v1.5.0 (2024年03月02日)
@mtkennerly
mtkennerly
79c56b2
This commit was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
- Fixed: Local UNC paths were only simplified for the C drive.
- Added:
shawl --versionto display the program version. - Changed: Help text is now styled a bit differently.
Assets 5
10 people reacted
v1.4.0 (2023年12月04日)
@mtkennerly
mtkennerly
88f3a59
This commit was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
- Added:
--log-rotateoption to control how often the log file rotates. - Added:
--log-retainoption to control how many old log files are retained. - Added:
--log-asoption to change the base name of the main log file. - Added:
--log-cmd-asoption to log the wrapped command's stdout/stderr in a separate file.
Assets 5
4 people reacted
v1.3.0 (2023年10月01日)
@mtkennerly
mtkennerly
a96aacc
This commit was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
- Fixed: The path to the Shawl executable was not quoted when it contained spaces.
- Added:
--priorityoption to set the process priority. - Added:
--dependenciesoption foraddcommand to specify services as dependencies.
Assets 5
1 person reacted
v1.2.1 (2023年08月10日)
@mtkennerly
mtkennerly
6c9c31b
This commit was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
- Fixed: Possible case in which old log files would not be deleted. (Contributed by Luokun2016)
- Added: Some guidance in the README related to security. (Contributed by kenvix)
Assets 5
v1.2.0 (2023年05月19日)
@mtkennerly
mtkennerly
e532109
This commit was signed with the committer’s verified signature.
mtkennerly
Matthew Kennerly
- Fixed: When both
--cwdand--pathwere specified, they would both try to update the command'sPATHenvironment variable, but the changes from--cwdwould override the changes from--path. - Changed: When using
--cwdand--path, Shawl now simplifies local UNC paths. For example,\\?\C:\tmpbecomesC:\tmp. Some programs, notably Command Prompt, don't like UNC paths, so this is intended to broaden compatibility. - Changed: The CLI output now uses a prettier format, including color.
Assets 5
2 people reacted