Skip to content

v2.0.1

Latest

Choose a tag to compare

@CarlosManuelRodr CarlosManuelRodr released this 20 Jul 06:53

wxChaos v2.0.1

This release addresses some issues found during testing of release v2.0.0, namely:

  • Fixed visual artifacts and excessive file sizes in the Zoom Recorder.
  • Added a Tutorial Mode to help new users get started with wxChaos.

Downloads

Choose the appropriate asset attached to this release:

  • Windows 64-bit installer: wxChaos-2.0.1-windows-x64-setup.exe
  • Windows 64-bit portable: wxChaos-2.0.1-windows-x64-portable.exe
  • Linux x86-64 AppImage: wxChaos-2.0.1-x86_64.AppImage
  • Source code: use GitHub's source archives below or follow Build.md.

The Windows installer is currently unsigned, so Windows may display a SmartScreen warning. If you use the portable Windows edition, install the Microsoft Visual C++ Redistributable for x64 first; the regular installer already includes it.

On Linux, make the AppImage executable before launching it:

chmod +x wxChaos-2.0.1-x86_64.AppImage
./wxChaos-2.0.1-x86_64.AppImage

Some newer distributions also require the FUSE 2 compatibility library. Install libfuse2, or libfuse2t64 on Ubuntu 24.04 and newer. See the AppImage FUSE guide for distribution-specific instructions.

Thanks

Thanks Jose Ramón Palacios Barreda for testing!