Modify + **Refactor** + directory structure Update + **Types** + mypy check Add + **CLI** + colorized help info
0.3.3
Add + **Progress Bar** + new color & ascii style + **Feature** + multiprocessing (`pdf-to-image` command) + **CLI** + add `--parallel` flag + add `-w` option
0.3.2
Modify + **Refactor** + changed param type to `Path` and encapsulated `image_main_path` function Fix + **Mistake** + the first argument of `super().__init__` should not be `self`
0.3.1
Add + **Progress Bar** + optional CLI progress bar Modify + **CLI** + `--range` option (`merge` command) + removed the default value + changed the type to `tuple[int, int]`
0.3.00.3.0
0.3.0
Modify + **Refactor** + extracted all reusable components from the CLI interface