What's Changed
- Added support for disabling terminal clearing when `display=True` (27).
- Introduced a new `completed` property to `PypdlFactory`, which checks if all tasks are completed (returns a boolean value). The previous `completed` attribute has been renamed to `success` for better consistency.
- Fixed a bug that caused a deadlock when calling `stop` on an already completed `PypdlFactory` instance.
- Other minor bug fixes and code refactoring.
**Note**: The positions of arguments in the `start` methods of `Pypdl` and `PypdlFactory` have changed, refer [docs](https://github.com/mjishnu/pypdl/blob/main/README.md) for more info.
**Full Changelog**: https://github.com/mjishnu/pypdl/compare/1.4.4...1.4.5