Skip to content

v0.7.1-alpha

Latest
Compare
Choose a tag to compare
@MateuszFido MateuszFido released this 20 Jan 11:32

RELEASE DESCRIPTION

Refactored the processing pipeline to analyze MS files faster.
Added a delete functionality to the drag & drop file widgets.

Full Changelog: v0.7.0-alpha...v0.7.1-alpha

INSTALLATION NOTICE

On MacOS, if the app becomes quarantined after installing from the .dmg file (“App is Damaged and Can’t Be Opened. You Should Move It to the Trash"), it can be restored from the quarantine by running the following command from the Terminal:

xattr -d com.apple.quarantine /path/to/app.app

so, if the app was copied to the Applications folder:

xattr -d com.apple.quarantine /Applications/LC-Inspector.app

If the command executes without any errors, the app should launch and work normally.

On Windows, if the app becomes quarantined, go to Windows Defender -> Protection history, find the LC-Inspector entry and click Restore. If the window "Windows protected your PC" pops up, click Show more info -> Run anyway. The app should then work normally.