Skip to content

Releases: fabianoriccardi/MediaTester

0.6.0

21 Mar 21:48
Compare
Choose a tag to compare

Improved compatibility with .NET families and fix minor bugs

  • MediaTester (GUI) reverted to .NET 4.7.2 (compatible with the default .NET versions included with the latest windows 10 versions)
  • MediaTesterLib reverted to .NET Standard 2.0
  • fix floating about icon
  • minor UI quirks

0.5.0

05 Mar 11:58
Compare
Choose a tag to compare

Minor UI improvements and bug fixes, switch to .NET 6

  • DPI-awareness
  • show progress bar during file deletion
  • improve log messages
  • app icon
  • upgrade to .NET 6
  • write only the user-defined amount of bytes
  • fix test failure when setting a custom number of byte to test
  • fix progress bar
  • fix time estimation and speed (before it was calculated without considering computation and overheads)
  • fix manual test stop (safe end)

For developers:

  • use modern features of C# (events, records, new(), interpolated strings, ..)
  • codemaid for code styling
  • docs