Skip to content
This repository was archived by the owner on Jul 17, 2021. It is now read-only.

Releases: minh-ton/VolumeIcon

VolumeIcon v4.0

02 May 03:35
Compare
Choose a tag to compare

Changelog:

  • Completely rewrote the app using Objective-C.
  • New and simple User Interface.
  • Removed Installer Icons.
  • Added 10.7 - 10.11 support.

VolumeIcon v3.0

01 Mar 15:27
Compare
Choose a tag to compare

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

04 Jan 03:37
b51fe08
Compare
Choose a tag to compare

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

02 Jan 16:00
5644598
Compare
Choose a tag to compare

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

24 Nov 13:26
b77ee78
Compare
Choose a tag to compare

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

23 Nov 14:46
78afff7
Compare
Choose a tag to compare

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

11 Nov 10:32
c9210c2
Compare
Choose a tag to compare

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

10 Nov 10:57
567739e
Compare
Choose a tag to compare
Pre-release

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

09 Nov 11:17
6d841f0
Compare
Choose a tag to compare
Pre-release

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

07 Nov 15:13
34f5771
Compare
Choose a tag to compare
Pre-release

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.