Skip to content

Commit

Permalink
Release 2.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daleghent committed Nov 26, 2022
1 parent 44304bf commit 0f09ca0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Ground Station

## 2.1.0.0 - 2022-11-26
* Pushover client library replaced with internal one (Credit: Stefan Berg)
* Replacing the internal Pushover client allows the implementation of Emergency priority messages for Pushover:
- Emergency priority messages are the most critical class of Pushover message
- Emergency priority messages will trigger an alert in the Pushover client, and this alert will repeat until acknowledged (not just viewed!) by the user
- The repeat interval and maximum repeat time are adjustable settings. The minimum is 30 seconds and the maximum is 86400 seconds (24 hours). The default in Ground Station is 60 and 600 seconds respectively
* Fixed: Clicking on URLs in the Options page didn not work because .NET7 requires `UseShellExec=true`

## 2.0.0.1 - 2022-11-13
* Ported Test-to-speech to support .NET 7
* Compiler warning cleanups
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

// [MANDATORY] The assembly versioning
//Should be incremented for each new release build of a plugin
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyFileVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]

// [MANDATORY] The name of your plugin
[assembly: AssemblyTitle("Ground Station")]
Expand Down

0 comments on commit 0f09ca0

Please sign in to comment.