diff --git a/.all-contributorsrc b/.all-contributorsrc index f5e1d66..0a1cb27 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -20,8 +20,18 @@ "doc", "maintenance" ] + }, + { + "login": "SergeyPirogov", + "name": "Sergey Pirogov", + "avatar_url": "https://avatars.githubusercontent.com/u/4622856?v=4", + "profile": "https://t.me/automation_remarks_ua", + "contributions": [ + "bug" + ] } ], "contributorsPerLine": 7, - "skipCi": false + "skipCi": false, + "commitConvention": "none" } diff --git a/README.md b/README.md index 105c6cd..9fc8213 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d +

Ronie Martinez

💻 🤔 📖 🚧

Sergey Pirogov

🐛
diff --git a/browsers/windows.py b/browsers/windows.py index 8b7040a..1dfd782 100644 --- a/browsers/windows.py +++ b/browsers/windows.py @@ -7,6 +7,7 @@ WINDOWS_REGISTRY_BROWSER_NAMES = { "Google Chrome": "chrome", "Google Chrome Canary": "chrome-canary", + "Chromium": "chromium", "Mozilla Firefox": "firefox", "Firefox Developer Edition": "firefox-developer", "Firefox Nightly": "firefox-nightly", diff --git a/pyproject.toml b/pyproject.toml index 6c325f3..63a08d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybrowsers" -version = "0.5.0" +version = "0.5.1" repository = "https://github.com/roniemartinez/browsers" description = "Python library for detecting and launching browsers" authors = ["Ronie Martinez "]