Skip to content

Releases: franciscolourenco/done

v1.16.3

04 Jul 22:42
1.16.3
7fda8f2
Compare
Choose a tag to compare

🐛 Fixes

v1.16.2

19 May 09:35
1.16.2
5a3f9d0
Compare
Choose a tag to compare

🐛 Fixes

✨ Improvements

v1.16.1

19 May 09:32
1.16.1
8fd2bc5
Compare
Choose a tag to compare

🐛 Fixes

v1.16.0

05 Apr 21:59
1.16.0
4ecf0aa
Compare
Choose a tag to compare

💎 Features

  • Add config for urgency of failed commands (#104 by @nzig)

v1.15.0

24 Jan 20:35
1.15.0
f7886fd
Compare
Choose a tag to compare

💎 Features

  • Allow notifications for systems without graphical capabilities #81 (@ammgws )

v.1.14.10

10 Oct 21:11
1.14.10
3409c4a
Compare
Choose a tag to compare

✨ Improvements

v1.14.9

10 Oct 21:09
1.14.9
c7f9e54
Compare
Choose a tag to compare

🐛 Fixes

v1.14.8

15 Jun 12:26
1.14.8
9351f5a
Compare
Choose a tag to compare

Fixes

  • Linux issue #86 introduced in v1.14.7

v1.14.7

14 Jun 15:39
1.14.7
4345e4a
Compare
Choose a tag to compare

Improvements

Support notify-send v0.7.9+ (@charliemaiors)

v1.14.6

21 Apr 09:57
1.14.6
4503af9
Compare
Choose a tag to compare

✨ 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