Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

42 lines (29 loc) · 1.12 KB

Changelog

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.

[Unreleased]

  • Initial setup of the project.
  • Added CLI for automating daily permit tasks.

[0.1.3] - 2024-11-23

Added

  • Option --version or -v to print CLI version

Changed

  • Update dataclass-wizard dependency to v0.29.0
  • Add new custom nested path support in dataclass-wizard!

[0.1.1] - 2024-11-07

Changed

  • Don't zero pad the day of month on calendar selection, because otherwise Selenium seems to crash.

Fixed

  • Fixed issue with calendar day selection, when date (day of month) was a single digit.

[0.1.0] - 2024-10-16

Added

  • 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.

Changed

  • Refactored code for better readability.

Fixed

  • Fixed issue with date parsing in permit generation.