All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial setup of the project.
- Added CLI for automating daily permit tasks.
- Option
--version
or-v
to print CLI version
- Update
dataclass-wizard
dependency tov0.29.0
- Add new custom nested path support in
dataclass-wizard
!
- Don't zero pad the day of month on calendar selection, because otherwise Selenium seems to crash.
- Fixed issue with calendar day selection, when date (day of month) was a single digit.
- Basic functionality for daily permit automation.
- Add CLI tool and commands:
gmu c
to configure and get set up.gmu sc
to show config.gmu dp
for purchasing daily permits.
- Refactored code for better readability.
- Fixed issue with date parsing in permit generation.