Skip to content

Latest commit

 

History

History
87 lines (49 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

87 lines (49 loc) · 1.18 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]

Added

Changed

Removed

[v1.6.0]

Added

  • Changelog
  • Scrollbars to Summary and Table View
  • Check that API is reachable before displaying user interface

Changed

  • Code Cleanup
  • Rename Holiday.print() to use Holiday.str()
  • Readme
  • Refactor to avoid use of public variables

Removed

[v1.5.1] - 2025-01-06

Added

  • Sunwait Holidays

Changed

  • Correct misimported module
  • Change from manually addressing array to appending

[v1.5.0] - 2025-01-06

Added

  • Add ICS Export Function

Changed

  • Clean Summary and Table View Tabs on Submit

Removed

  • None

[v1.0.0] - 2024-12-29

Added

  • Tabbed browsing in GUI
  • Table View for Holidays

Changed

  • Refector Holiday creation to use an array

Removed

  • None

[v0.2.0-beta] - 2024-12-28

Added

  • Initial Release Version
  • GUI

Changed

  • None

Removed

  • None