diff --git a/CB/__init__.py b/CB/__init__.py index 84b2c76..6277aef 100644 --- a/CB/__init__.py +++ b/CB/__init__.py @@ -1,7 +1,7 @@ import requests from rich.terminal_theme import TerminalTheme -__version__ = '4.3.0' +__version__ = '4.3.1' __license__ = 'GPLv3' __copyright__ = '2019-2022, Paweł Jastrzębski ' __docformat__ = 'restructuredtext en' diff --git a/CurseBreaker.py b/CurseBreaker.py index ca72afa..0f0fd2e 100644 --- a/CurseBreaker.py +++ b/CurseBreaker.py @@ -72,7 +72,7 @@ def start(self): flavor = os.environ.get('CURSEBREAKER_FLAVOR') else: flavor = os.path.basename(os.getcwd()) - if flavor in {'_retail_', '_ptr_'}: + if flavor in {'_retail_', '_ptr_', '_beta_'}: self.core.clientType = 'retail' elif flavor in {'_classic_', '_classic_ptr_'}: self.core.clientType = 'wotlk' diff --git a/Pipfile.lock b/Pipfile.lock index 95a2d46..def13f5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "90dd4d11e8990337dfcd45f4319b17e3773ca1a3e67b9ee8d50cba8223a8497a" + "sha256": "93c2703825b9fe1cc1596080a7e6ae34493552a803653e85cff366e24ea527bc" }, "pipfile-spec": 6, "requires": { @@ -26,11 +26,11 @@ }, "certifi": { "hashes": [ - "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d", - "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412" + "sha256:43dadad18a7f168740e66944e4fa82c6611848ff9056ad910f8f7a3e46ab89e0", + "sha256:cffdcd380919da6137f76633531a5817e3a9f268575c128249fb637e4f9e73fb" ], "markers": "python_version >= '3.6'", - "version": "==2022.6.15" + "version": "==2022.6.15.1" }, "charset-normalizer": { "hashes": [ @@ -153,11 +153,11 @@ }, "prompt-toolkit": { "hashes": [ - "sha256:859b283c50bde45f5f97829f77a4674d1c1fcd88539364f1b28a37805cfd89c0", - "sha256:d8916d3f62a7b67ab353a952ce4ced6a1d2587dfe9ef8ebc30dd7c386751f289" + "sha256:9696f386133df0fc8ca5af4895afe5d78f5fcfe5258111c2a79a1c3e41ffa96d", + "sha256:9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148" ], "index": "pypi", - "version": "==3.0.30" + "version": "==3.0.31" }, "pygments": { "hashes": [ @@ -219,7 +219,7 @@ "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e", "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_full_version < '4.0.0'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'", "version": "==1.26.12" }, "wcwidth": { diff --git a/README.md b/README.md index e935bae..d1f85f1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ TUI/CLI addon updater for World of Warcraft. ## DOWNLOAD The latest release can be found [here](https://github.com/AcidWeb/CurseBreaker/releases/latest).\ Please be aware that Linux (.gz) and macOS (.zip) versions are not thoroughly tested. +Windows, Ubuntu 20.04+, Debian 11+ and macOS 11+ are supported. ## USAGE Place **CurseBreaker** binary inside the directory containing `Wow.exe`, `WowClassic.exe` or `World of Warcraft.app`.\