Releases: franciscolourenco/done
Releases · franciscolourenco/done
v1.16.3
🐛 Fixes
- Fix issue with ps format options #110 (@SamuelSarle)
v1.16.2
v1.16.1
v1.16.0
v1.15.0
v.1.14.10
✨ Improvements
- Generate notifications on WSL without using BurntToast #90 @eugene-babichenko
- Remove humanize_duration dependency #91 @IlanCosman @ammgws
v1.14.9
🐛 Fixes
- WSL 2 detection #88 @eugene-babichenko
v1.14.8
v1.14.7
Improvements
Support notify-send v0.7.9+ (@charliemaiors)
v1.14.6
✨ WSL (Windows) Improvements
- Implement __done_get_focused_window_id on WSL as a PowerShell
script. - Replace command "$powershell_exe" with eval because a variable
cannot be used as a command path. - Use the -Silent option of BurntToast when __done_notify_sound is
set to zero. - Thanks @eugene-babichenko, @ammgws