Skip to content

Release v1.0.4

Choose a tag to compare

@andyld97 andyld97 released this 14 Jan 15:09
· 221 commits to main since this release
e7ec708

Changelog

  • Update to .NET 7
  • Delete DiskDrives if they are non existent anymore
  • Detect OS version change
  • Detect graphics card changes
  • New webhook Implementation (POST)
  • Changed log font to Cascadia Core
  • Log Date Format changed
  • Truncate log works now
  • Delete devices is now working again
  • Clear device log is now working again
  • StorageWarning/DiskDrive Model conversation fixed
  • Windows Version Name is now displayed as FriendlyName
  • MachineName with Umlauts now also works correctly
  • Legacy API Encoding (UTF-8 instead of ASCII)
  • fix OSName-Enum (there was a typo in WindowsVista)
  • Reworked screenshot downloading
  • No grayscale for Android-default image
  • Added offset to battery -and storagewarning to ensure that they will only get removed if there is enough space/battery load (to prevent removing/adding warnings continously)
  • EF Core performance improvments
  • Clean up internal structure
  • Finished localization
  • Updated nuget packages

New

  • Screen detection (+Screenshots per screen) [only available in Home.Service.Windows]
  • New default image for device type Smartphone
  • Device changes are now tracked as Hardware Protocol (also visible in Home.WPF)

Platform Setup

  • Linux: Home.Service.Linux.zip
  • Windows: Home.Service.Legacy.zip (XP and VISTA), Home.Service.Windows.Setup.exe
  • Android: home.service.android.apk or home.service.android-nogl.apk (OpenGL used for getting graphics info. Nogl is useful for Android-x86)

API Setup

  • Home.API: ASP.NET Core 7.0.x API (Home.API.zip) for gathering all data (and to supply data for Home.WPF)
  • For api setup you need to setup an 'mssql-server/instance' (you can specify the connection string) and import the schema from home-db.sql.

GUI Client

  • Home.WPF.Setup: The client which visualises all data from Home.API