- Added `today()` classmethod to Hijri class to get the Hijri object of today's date.
- Added `separator` and `padding` parameters to `dmyformat()` method to have more control on formatting.
- Removed deprecated method `slashformat()` from Hijri and Gregorian classes.
- Refactored locales for better management and testing. (Inspired by [Arrow](https://github.com/arrow-py/arrow) localization)
- Updated main classes to be conveniently imported into the package level e.g. `from hijri_converter import Hijri, Gregorian`.
- Updated tests and documentation.
- Other minor fixes and internal enhancements.