Skip to content

Latest commit

 

History

History
360 lines (200 loc) · 11.3 KB

File metadata and controls

360 lines (200 loc) · 11.3 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.

v1.4.0 (2025-09-26)

Bug Fixes

  • ci: Update GitHub Actions workflows for MkDocs deployment and release process (165e764)

Documentation

Features

  • api, docs, ci, assets: Rename internal function, add MkDocs docs, update CI and release workflows (03b4087)

v1.3.2 (2025-06-26)

Bug Fixes

  • card: Improve screenshot mechanism to avoid any clippings of the generated cards (f9917ea)

  • template: Improve date formatting in changelog and release notes jinja templates (484aa88)

Build System

  • Add pytest.ini to resolve PytestDeprecationWarning (144becf)

  • Update dependencies and project metadata in 'pyproject.toml' (8b02754)

Documentation

  • Improve changelog structure (f9917ea)

  • Update changelog and templates for versioning (8b02754)

  • template: Update changelog_update template to use date correctly (250695a)

v1.3.1 (2025-05-23)

Bug Fixes

  • Squashed a bug where the asset path was getting created incorrectly which broke the markdown embed (ae4e33c)

v1.3.0 (2025-05-22)

Bug Fixes

  • Update assets path to resolve a bug where it was unable to find the api module (fa2afd7)

Build System

  • Update API URLs to use HTTPS and modify configuration files (39527ee)

  • deps: Update dependabot config (19dd504)

Documentation

Features

  • api: Upgrade Playwright to v1.52.0 and refactor Dockerfile (fa2afd7)

v1.2.1 (2025-01-01)

Bug Fixes

  • api: Patch the bug for incomplete card generation for recently played games (1e306f8)

Build System

Documentation

v1.2.0 (2024-12-16)

Build System

  • Update Dockerfile (1aee391)

  • deps: Bump playwright/python (#46, e802e10)

  • deps: Bump playwright/python from v1.46.0-jammy to v1.47.0-jammy (#28, 5dd257c)

  • deps: Bump playwright/python in the docker group (#39, 9863d91)

Documentation

Features

  • card: Add dynamic sizing for card generation for games played (9a31749)

v1.1.1 (2024-08-29)

Bug Fixes

  • Correctly display time if it is 1 min (18f7216)

Documentation

v1.1.0 (2024-08-27)

Build System

  • deps: Bump playwright/python from v1.44.0-jammy to v1.45.0-jammy (#11, b921e49)

  • deps: Bump playwright/python from v1.45.0-jammy to v1.45.1-jammy (#17, 11b4aa1)

  • deps: Bump playwright/python from v1.45.1-jammy to v1.46.0-jammy (#21, 0c95106)

Documentation

Features

v1.0.2 (2024-07-11)

Bug Fixes

  • Update code to gracefully handle loccountrycode var (e50ca76)

v1.0.1 (2024-07-10)

Bug Fixes

  • Add INPUT_GH_TOKEN as a token env var (a50764c)

v1.0.0 (2024-07-09)

Documentation

  • Correct changelog & pyproject (a84f81c)

Performance Improvements

  • Improve Card generation & Main Runner Script Code (1e35e04)

Breaking Changes

  • Major Release 🚀

v0.1.5 (2024-06-28)

Bug Fixes

  • Correct the assertion error (16e7217)

  • card: This commit fixes the bug to handle the scenario where the player has not played any games in last 2 weeks (#6, dee3c45)

Build System

Documentation

Features

  • Add logging for the python scripts (#6, dee3c45)

v0.1.4 (2024-06-20)

Bug Fixes

  • Update main python script to remvoe setup (ebfd9e0)

Documentation

v0.1.3 (2024-06-19)

Bug Fixes

v0.1.2 (2024-06-17)

Bug Fixes

  • Update action.yml to pull docker image (130bc91)

Build System

  • Addressing the autobuild warning to use v3 for CodeQL (abc130a)

v0.1.1 (2024-06-16)

Bug Fixes

  • Modify update_readme func to fix the bug to update readme correctly (#2, 33c38a7)

Documentation

Performance Improvements

v0.1.0 (2024-06-14)

Bug Fixes

  • workflow: Correctly setup gpg sign (8046a1b)

  • workflow: Refactor all github workflows (effac0b)

  • workflow: Sign Commit (74ee9fb)

  • workflow: Update steps in workflow (143d3dc)

Features

  • docker: Update dockerfile & workflow (9e04f61)

  • workflow: Add release action & update docker (baf85c6)

v0.0.1 (2024-06-12)

  • Initial Release