- Add `start='\r'` argument to `.update()` and `._print()` methods - Add `end=''` argument to `.end()` method - Add `title=None` argument to the constructor `LoadBar()`
0.0.3
A cute 🌈 `RainbowBar` 🌈 has been added
0.0.2
- Shows the number of steps - Shows the percentage - Shows the ETA
0.0.1
- Creation of the class `ColorBar` which can print a colored loading bar
0.0.0
At the construction of the LoadBar object, you can specify - The `size` of the bar on the screen - The `max` of the values given to the LoadBar - The `head` which is the first character of the loading bar - The `body` which are the other characters of the loading bar