Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BarRaider committed Aug 8, 2019
1 parent 69f2202 commit 78f26d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ A C# Stopwatch implementation for the Elgato Stream Deck device.
## New in v1.3
- Time is written to file so you can display the elapsed time on your stream

## New in v1.2
- Stopwatches now continue to count even when moving between Stream Deck profiles.

## Current functionality
- New: Long press (2 seconds) on the key to reset the stopwatch
- Multiple Stopwatches suppport
- Stopwatches now continue to count even when moving between Stream Deck profiles.
- Stopping/Starting a watch
- Option to not reset the watch after it's restarted
- Two display styles
Expand Down
2 changes: 1 addition & 1 deletion Stopwatch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"Author": "BarRaider",
"Description": "Stopwatch implementation with various display and behaviour settings.\nNew: Time is written to file so you can display the elapsed time on your stream",
"Description": "Stopwatch implementation with various display and behaviour settings.\nNew: Time is written to a file of your choice so you can display the elapsed time on your stream",
"Name": "Stopwatch",
"Icon": "Images/pluginIcon",
"URL": "https://barraider.github.io/",
Expand Down

0 comments on commit 78f26d5

Please sign in to comment.