- Added `bar_desc` option, which will display a description beside (left) the progress bar. The description will be hidden if the console size is too small to accommodate both the bar and the description.
- Added `remove_ends` option, which removes the two chars (`[` & `]`) used to define the two ends of the progress bar.
- Added extra checks to make sure `bar_load_fill` and `bar_blank_fill` are single char strings.
- Reduced sleep call duration in `update_smooth()` from 0.005 to 0.002.