Release v1.0.7
Changelog
- NEW: BIOS Information are now collected (DB update required!)
- NEW: Wake On LAN Dialog to wake up devices easier (especially offline devices)
- NEW: Total overview now supports activity diagrams (for monitoring performance of all devices in one overview)
- NEW: Home.WPF Startpage with protocol and further information (e.g. cache clean up results)
- FIX: No more crash when
WebView2-Runtimeis not installed! - FIX: LiveCharts-Diagram improved (newest version + better readability)
- FIX: White/Dark mode improvments (shadow, font, icons)
- Enable/disable remote file access for clients (client settings)
- Hide graphics combobox when a device only have on graphics card
- Send message/command dialogs reworked
- Minor bug fixes
Client Setup
See wiki https://github.com/andyld97/Home/wiki
For Windows 7 32 Bit (x86) use Home.Service.Windows.SetupLegacy.exe
API Setup
- Home.API: ASP.NET Core 7.0.x API (
Home.API.zip) for gathering all data (and to supply data forHome.WPF) - For api setup you need to setup a
mssql-server/instance(you can specify the connection string) and import the schema fromhome-db.sql.
GUI Client
- Home.WPF.Setup: The client which visualises all data from
Home.API