This repository was archived by the owner on Jul 17, 2021. It is now read-only.
Releases: minh-ton/VolumeIcon
Releases · minh-ton/VolumeIcon
VolumeIcon v4.0
VolumeIcon v3.0
Changelogs:
- Provided the app with a GUI (Graphical User Interface), which is much easier to use than the previous version.
- Completely moved the app to AppleScript-ObjC language, less dependence on Shell Script because of its limitations.
- Added full support for macOS Installation Media (USB installer), which includes some brand new icons to distinguish between the system volume and the installer volume.
- Boot icons are now being stored inside the app, which helps narrow down the download mechanism used in version 2.0.
- Added a function to detect a read-only file system/volume and prompt user to quit the app.
- Removed some unused/unnecessary functions such as internet connectivity check,...
- Reduced lagging and resolved temporary files not removed properly.
---> Download VolumeIcon here: VolumeIcon v3.0
How to use the app: VolumeIcon Tutorial
VolumeIcon v2.2
Changelogs:
- Cleaned up code, removed unused functions.
- Added code to completely clean all of the temporary files, not just important ones.
- This app will be soon moving to the AppleScript language.
---> Download VolumeIcon here: VolumeIcon v2.2
How to use the app: VolumeIcon Tutorial
VolumeIcon v2.1
Changelogs:
- Added new focus mode, which hides all your applications and focuses on only the Terminal window.
- Added notifications after finishing running the application.
- Added a dialog that prompts you to restart for changes to be applied.
---> Download VolumeIcon here: VolumeIcon v2.1
How to use the app: VolumeIcon Tutorial
VolumeIcon v2.0
Changelogs:
- This utility will now available as an Application.
- Updated resources links.
- Fixed some minor bugs.
---> Download VolumeIcon here: VolumeIcon v2.0
How to use the app: VolumeIcon Tutorial
VolumeIcon v1.1
Introduction
- This script is to apply an icon to your bootable volume.
- This can only run on macOS 10.12 or newer.
- The icon can be seen in the Mac Boot Manager (Press Option while booting).
How to use:
Step 1: Download the attached file below.
Step 2: Click on the VolumeIcon.zip to unzip the file.
Step 3: Run the VolumeIcon.command script.
Changelogs
- New implementation to ensure that you are using the latest version.
- Fixed Mojave icon not visible when boot.
- Updated resources and download links.
- Removed unused features or commands.
- The script is now compressed in zip format to prevent problems.
VolumeIcon v1.0
Introduction
- This script is to apply an icon to your bootable volume.
- This can only run on macOS 10.12 or newer.
- The icon can be seen in the Mac Boot Manager (Press Option while booting)
How to use:
Step 1: Download the attached file below.
Step 2: Run the downloaded VolumeIcon.command script.
Changelogs
- First non-beta release.
- Added macOS Sierra 10.12 support.
- Internet Check feature now ping 'www.apple.com' for a faster and more reliable result.
VolumeIcon v1.0 Beta 4
Introduction
- This script is to apply an icon to your bootable volume.
- This can only run on macOS 10.14 or newer.
- The icon can be seen in the Mac Boot Manager (Press Option while booting)
How to use:
Step 1: Download the attached file below.
Step 2: Run the downloaded VolumeIcon.command script.
Changelogs
- Added macOS High Sierra 10.13 support.
- Added macOS USB Installer support (May not work as intended and only works with bootable installers).
- Prevented a hang caused by the Internet Connection Check feature.
First non-beta release will be out after 10.11 to 10.15 got full support.
VolumeIcon v1.0 Beta 3
Introduction
- This script is to apply an icon to your bootable volume.
- This can only run on macOS 10.14 or newer.
- The icon can be seen in the Mac Boot Manager (Press Option while booting)
How to use:
Step 1: Download the attached file below.
Step 2: Run the downloaded VolumeIcon.command script.
Changelogs
- Added emojis to the script (Just for fun).
- Fixed OS Version Check feature.
- Changed the color of the blue text to make it readable in dark mode.
- Fixed the cannot execute issue.
First non-beta release will be out after 10.11 to 10.15 got fully support.
VolumeIcon v1.0 Beta 2
Introduction
- This script is to apply an icon to your bootable volume.
- This can only run on macOS 10.14 or newer.
- The icon can be seen in the Mac Boot Manager (Press Option while booting)
How to use:
Step 1: Download the attached file below.
Step 2: Run the downloaded VolumeIcon.command script.
Important
- This script is still in the beta stage so it might have some problems while executing.
- Sometimes due to the OS Version Check feature, the icon is not correctly applied.
Changelogs
- All the checking processes are now below the "Input Volume name" section for convenience.
- Fixed the problem of temporary files are not removed correctly.
- Fixed the text color issue in light mode.