-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.8 - Countdown Date/Time, Format, Prefix
- 🆕 `Date/Time Countdown` action - Let's you countdown to a specific date or time. 🔥 - Added a new `Format` setting which allows you to customize the timer displayed on key (and file). 🔥 - Added support for timer Prefix on keys - Both File Prefix and Key Prefix support newlines \n - Now customizable if timer starts counting up or not when timer ends - Minor bug fixes
- Loading branch information
Showing
12 changed files
with
110 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="CommandLineParser" version="2.8.0" targetFramework="net472" /> | ||
<package id="Microsoft.Win32.Registry" version="4.7.0" targetFramework="net472" /> | ||
<package id="Microsoft.Win32.Registry" version="5.0.0" targetFramework="net48" /> | ||
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" /> | ||
<package id="NLog" version="4.7.6" targetFramework="net472" /> | ||
<package id="NLog" version="4.7.15" targetFramework="net48" /> | ||
<package id="streamdeck-client-csharp" version="4.3.0" targetFramework="net472" /> | ||
<package id="StreamDeck-Tools" version="3.2.0" targetFramework="net472" /> | ||
<package id="System.Drawing.Common" version="5.0.0" targetFramework="net472" /> | ||
<package id="System.Security.AccessControl" version="4.7.0" targetFramework="net472" /> | ||
<package id="System.Security.Principal.Windows" version="4.7.0" targetFramework="net472" /> | ||
<package id="System.Drawing.Common" version="6.0.0" targetFramework="net48" /> | ||
<package id="System.Security.AccessControl" version="6.0.0" targetFramework="net48" /> | ||
<package id="System.Security.Principal.Windows" version="5.0.0" targetFramework="net48" /> | ||
</packages> |