chrome-version

Detect the version of Chrome installed on Windows, Linux, Mac. Cross-platform using Python, native OS detection.

MIT License

Downloads
2.9K
Stars
8
Committers
3
chrome-version - 0.3.1 Latest Release

Published by hasansezertasan 10 months ago

[0.3.1] - 2023-12-31

Changed

  • README.md: Updated disclaimer and installation section.
chrome-version - 0.3.0

Published by hasansezertasan about 1 year ago

Changed

  • README.md
  • pyproject.toml
  • Python Version Support range is changed to ^3.6 from ^3.8.

Added

  • Simple CLI Tool to get the Chrome version with zero dependencies.

Removed

  • CLI Tool wrapping the module with typer is removed.
  • Optional dependency typer for CLI Tool is removed.
chrome-version -

Published by hasansezertasan about 1 year ago

Added

  • Module itself with poetry.
  • CLI Tool wrapping the module with typer.
  • Optional dependency typer for CLI Tool.
  • MkDocs for documentation.
  • GitHub Actions:
    • Generate Documentation.
    • Publish to PyPI.
  • Dependabot for dependency management.
  • Funding options for GitHub Sponsors.
chrome-version -

Published by hasansezertasan about 1 year ago

Added

  • Project Structure
  • Hello World CLI Tool.
  • Pre Commit Hooks
  • CHANGELOG.md
  • README.md
  • LICENSE