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.
- ci: Update GitHub Actions workflows for MkDocs deployment and release process
(
165e764)
- Improve README badges
(
fca12e0)
- api, docs, ci, assets: Rename internal function, add MkDocs docs, update CI and release
workflows
(
03b4087)
-
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)
-
Add pytest.ini to resolve PytestDeprecationWarning (
144becf) -
Update dependencies and project metadata in 'pyproject.toml' (
8b02754)
-
Improve changelog structure (
f9917ea) -
Update changelog and templates for versioning (
8b02754) -
template: Update changelog_update template to use date correctly (
250695a)
- Squashed a bug where the asset path was getting created incorrectly which broke the markdown embed
(
ae4e33c)
- Update assets path to resolve a bug where it was unable to find the api module
(
fa2afd7)
-
Update API URLs to use HTTPS and modify configuration files (
39527ee) -
deps: Update dependabot config (
19dd504)
- Add openssf badge
(
0c36f3b)
- api: Upgrade Playwright to v1.52.0 and refactor Dockerfile
(
fa2afd7)
- api: Patch the bug for incomplete card generation for recently played games
(
1e306f8)
- Update ENTRYPOINT
(
13508da)
- Update readme
(
a391a9a)
-
Update Dockerfile (
1aee391) -
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)
- Update readme
(
016ee37)
- card: Add dynamic sizing for card generation for games played
(
9a31749)
- Correctly display time if it is 1 min
(
18f7216)
- Update changelog
(
effd204)
-
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)
- Update deps
(
89d19e7)
- Update code to gracefully handle loccountrycode var
(
e50ca76)
- Add INPUT_GH_TOKEN as a token env var
(
a50764c)
- Correct changelog & pyproject
(
a84f81c)
- Improve Card generation & Main Runner Script Code
(
1e35e04)
- Major Release 🚀
-
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)
-
Add security.md (
cb5d35b) -
Move the doc files to .github (
68e64f1) -
Update issue templates (
dc23769) -
Update readme (
94a89a3) -
Update readme (
49c1723) -
Update readme (
3b0cdbb)
- Update main python script to remvoe setup
(
ebfd9e0)
- Add issue templates
(
cffa8f9)
- workflow: Test release
(
e8c3ddb)
- Update action.yml to pull docker image
(
130bc91)
- Addressing the autobuild warning to use v3 for CodeQL
(
abc130a)
- Update Readme
(
2a9d8f3)
- Remove redundancy
(
64cbf13)
-
workflow: Correctly setup gpg sign (
8046a1b) -
workflow: Refactor all github workflows (
effac0b) -
workflow: Sign Commit (
74ee9fb) -
workflow: Update steps in workflow (
143d3dc)
-
docker: Update dockerfile & workflow (
9e04f61) -
workflow: Add release action & update docker (
baf85c6)
- Initial Release