Skip to content

Tags: kofaysi/nautilus-hash-check

Tags

v1.6

Toggle v1.6's commit message
Enhance debug file naming for uniqueness and manageability

- Updated the debug file path to include the script name (`/tmp/{SCRIPT_NAME}_debug.log`).
- Ensured the log file is uniquely tied to the script while being easily accessible and predictable.
- Simplified debugging file management for scenarios with multiple scripts.

v1.5

Toggle v1.5's commit message
Add user-controlled debug message logging

- Introduced a global variable (`ENABLE_DEBUG_LOGGING`) to enable or disable debug message logging.
- Updated the `log_debug_message` function to respect the `ENABLE_DEBUG_LOGGING` flag.
- ENABLE_DEBUG_LOGGING = False by default

v1.4

Toggle v1.4's commit message
Remove all empty dirs in the .icons folder.

v1.3

Toggle v1.3's commit message
Correct install.sh and uninstall.sh for the file name.

v1.2

Toggle v1.2's commit message
Update install.sh: Offer restarting Nautilus

Update uninstall.sh: remove empty directories and offer restarting Nautilus.

v1.1

Toggle v1.1's commit message
Add SVG icon source, uninstall script, and update documentation and r…

…equirements.

v1.0

Toggle v1.0's commit message
First release