Skip to content

CleanGeek 1.0.2

Choose a tag to compare

@techygeekshome techygeekshome released this 29 Aug 02:20
· 18 commits to main since this release
af6690a

1.0.1 would not open at all. This fixes it — install this one instead.

The window constructor called AvaloniaXamlLoader.Load(this) rather than the generated InitializeComponent(). Those are not interchangeable: Load puts the XAML on the window but leaves every x:Name field null, so the new About and Check for updates buttons were null and wiring them threw before the window was ever shown. The process started and died with nothing on screen. It compiled cleanly because the fields exist; they were simply never assigned on that path.

Everything 1.0.1 added is still here: the About window and the Check for updates button at the foot of the sidebar, with the update check running only when you press it.

Downloads

  • CleanGeekSetup.exe - installer
  • CleanGeek-portable.exe - single file, no install
  • SHA256SUMS.txt - checksums for both

Windows 10 or 11, 64-bit. Nothing else needs installing.

Full Changelog: v1.0.1...v1.0.2