Skip to content

Latest commit

 

History

History
112 lines (69 loc) · 9.3 KB

CHANGELOG.md

File metadata and controls

112 lines (69 loc) · 9.3 KB

1.2.0 (2025-01-27)

Bug Fixes

  • Make: remove deprecated task (dfb651c)

Features

  • Docker: add .dockerignore to exclude unnecessary files from Docker context (79635ae)
  • Dockerfile: copy only pyproject.toml for improved build context (8f9002b)
  • Make: add default headers for empty PO files (4aee47b)

1.2.0-dev.1 (2025-01-23)

Bug Fixes

  • Make: remove deprecated task (dfb651c)

Features

  • Docker: add .dockerignore to exclude unnecessary files from Docker context (79635ae)
  • Dockerfile: copy only pyproject.toml for improved build context (8f9002b)
  • Make: add default headers for empty PO files (4aee47b)

1.1.1 (2025-01-22)

Bug Fixes

  • update workflow names for consistency (9ba6b82)

1.1.1-dev.1 (2025-01-22)

Bug Fixes

  • update workflow names for consistency (9ba6b82)

1.1.0 (2025-01-22)

Bug Fixes

  • handle missing file name or size (4d8661a)
  • inline keyboard was shown even on error (4c22709)
  • log a warning for unsupported languages (fc9bc8e)
  • send function not properly initialized (a9d8bb0)
  • set default fixture loop scope for asyncio in pytest configuration (140efbf)
  • update Italian localization file with bug report link and language tag (e0d03a9)
  • update test cases to use mocked get_str instead of logger (66b3c40)
  • validate file name and size before processing (0b3f51d)

Features

  • add Docker support (e5d5b02)
  • add Makefile for localization management and build targets (92266f6)
  • add module docstrings and refactor database singleton (25ae4b7)
  • add pluralization support using ngettext (8184b6a)
  • drop support of older Python versions (18d6d98)
  • enhance error handling based on pyright (f763ec1)
  • lint for compliance of PEP8 (1ef82d3)
  • show reset button only if the user has valid statistics (9a60ab8)
  • support env configuration (eb348b0)
  • update backend structure for PEP621 compliance (100fc54)

1.1.0-dev.3 (2025-01-22)

Features

  • update GitHub Actions workflows for improved PR handling and testing (58f66ac)

1.1.0-dev.2 (2025-01-22)

Features

  • add GitHub Actions workflow to open pull requests from dev to master (b1ba7db)

1.1.0-dev.1 (2025-01-22)

Bug Fixes

  • handle missing file name or size (4d8661a)
  • inline keyboard was shown even on error (4c22709)
  • log a warning for unsupported languages (fc9bc8e)
  • send function not properly initialized (a9d8bb0)
  • set default fixture loop scope for asyncio in pytest configuration (140efbf)
  • update Italian localization file with bug report link and language tag (e0d03a9)
  • update test cases to use mocked get_str instead of logger (66b3c40)
  • validate file name and size before processing (0b3f51d)

Features

  • add Docker support (e5d5b02)
  • add Makefile for localization management and build targets (92266f6)
  • add module docstrings and refactor database singleton (25ae4b7)
  • add pluralization support using ngettext (8184b6a)
  • drop support of older Python versions (18d6d98)
  • enhance error handling based on pyright (f763ec1)
  • lint for compliance of PEP8 (1ef82d3)
  • show reset button only if the user has valid statistics (9a60ab8)
  • support env configuration (eb348b0)
  • update backend structure for PEP621 compliance (100fc54)
  • use semantic-release (d6e6c6a)