Skip to content

2.4.9

Compare
Choose a tag to compare
@Rinibr Rinibr released this 15 Jul 11:34
· 34 commits to main since this release

v2.4.9 Release: Improved Linux support and stability
This release makes significant improvements to the build and launch of the application on modern Linux distributions, as well as fixes a number of critical issues that users have encountered. The application should now run out of the box on most systems, including Ubuntu 22.04+ and derivatives (KDE Neon, Pop!_OS, etc.).
Key changes and fixes
For Linux users:
Fixed startup failure on modern distributions: Fixed a critical bug The SUID sandbox helper binary was not configured correctly. Now the application starts without having to manually use the --no-sandbox flag.
The dependency on libfuse2 has been eliminated: The AppImage package now contains all the necessary libraries to run. Users no longer need to manually install libfuse2 into the system, which resolves the error loading issue. libfuse.so .2.
Improved desktop integration: Thanks to the use of a custom wrapper script AppRun.sh The application is launched correctly from the application menu after its integration into the system.
General improvements:
🔧 Updated build configuration: package.json and workflow on GitHub Actions have been updated to use modern and reliable CI/CD practices, which increases the stability and predictability of builds.
Code cleanup: Obsolete and duplicate options have been removed from configuration files.
When launching from the terminal, the --no-sandbox flag must be used.