Skip to content

Commit

Permalink
Merge pull request #34 from arthurits/version-1.5
Browse files Browse the repository at this point in the history
SignalAnalysis 1.5
  • Loading branch information
arthurits authored Apr 22, 2023
2 parents 7f1448c + df9dfde commit 3fe3e71
Show file tree
Hide file tree
Showing 4 changed files with 5,295 additions and 5,291 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# SignalAnalysis changelog

## SignalAnalysis 1.5
* Update Russian (ru-RU) translation. _Thanks @shmudivel_.
* Add variance computation.
* Add box plot computation as an user-selected option.
* Update time-related (days, hours, minutes, seconds, and miliseconds) grammar issues for all cultures/languages
* [ScottPlot](https://github.com/ScottPlot/ScottPlot) control has been updated to version 4.1.62.
* [ScottPlot](https://github.com/ScottPlot/ScottPlot) control has been updated to version 4.1.63.
* Minor bug corrections.

## SignalAnalysis 1.4
Expand Down
5 changes: 4 additions & 1 deletion SignalAnalysis/SignalAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>images\logo.ico</ApplicationIcon>
<Version>$(VersionPrefix)1.4</Version>
<Version>$(VersionPrefix)1.5</Version>
<Authors>Arthurits</Authors>
<Company>Arthurits Ltd.</Company>
<Copyright>© 2021-2023</Copyright>
Expand Down Expand Up @@ -47,6 +47,9 @@ If you find this software useful, please consider supporting it!</Description>
<None Update="examples\Signal format template file.sig">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="examples\Sine wave - 1 Hz - 1024 pt.sig">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="examples\Template - Elux format - EN.elux">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
Loading

0 comments on commit 3fe3e71

Please sign in to comment.