Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 767 Bytes

File metadata and controls

28 lines (22 loc) · 767 Bytes

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

  • Initial project structure
  • Bingo board generation functionality
  • Interactive UI with NiceGUI
  • Board synchronization between views
  • Testing framework with pytest
  • Modular architecture with separate components
  • Semantic versioning with python-semantic-release
  • CI pipeline with GitHub Actions
  • Developer setup script

[0.1.0] - 2025-03-02

Added

  • Initial release
  • Basic bingo board functionality
  • Home and stream views
  • Dynamic board generation
  • Win pattern detection