[v2.2]:
* Minor Bug fixes.

[v2.1]:
* Performance Improved.
* Command-Line switches are made case insensitive, /am, /AM, /Am, /aM are all same.

[v2.0]:
* Regex Improved.
* Application now Supports replacing IPs in hosts file.

[v1.9]:
* Minor Bug Fixes.

[v1.8]:
* Fixed issue with Regex, which can cause Access violation error.
* Improvements & Bug Fixes.

[v1.7]:
* Fixed a Critical Bug, where application adds an unnecessary newline.
* Minor Improvements & Bug Fixes.

[v1.6]:
* Application now supports IPv6 hosts entries.
* If HOSTS file does not exist, the application will restore it before adding an entry.
* Added new switch '/fdns' for Flushing Windows DNS cache.
* Bug Fixes.

[v1.5]:
* Handling of Command-Line switches improved.
* IP is no longer required while removing an entry. for editing multiple entries reading from text file, the program will only parse domain names. even if ip is provided.
* Program now removes any conflicting entry(s) for the same domain before adding it to HOSTS file.
* Fixed issue where backup function was failing to create backup in the current directory.
* Traditional methods Reset, Rewrite, Append are now replaced with TStreamReader and TStreamWriter.
* Bug Fixes.

[v1.4]:
* Function to add Single & Multiple entries improved.
* Backup function improved.
* Bug Fixes.

[v1.3.1]:
* Typos Correction.

[v1.3]:
* Application now uses regex to process HOSTS file, for editing entries more precisely.
* Bug Fixes.

[v1.2]:
* On adding/removing entries, Attributes of HOSTS file will be preserved.

[v1.1]:
* Restoring HOSTS file from a previous backup is now possible, Improved backup function.

[v1.0]:
* First Release.