diff --git a/CB/Core.py b/CB/Core.py index 1efe1d8..36ddb48 100644 --- a/CB/Core.py +++ b/CB/Core.py @@ -219,7 +219,7 @@ def parse_url(self, url): elif url.lower() == 'elvui': return TukuiAddon('ElvUI', self.tukuiCache, 'elvui') elif url.lower() == 'elvui:dev': - return GitHubAddonRaw('tukui-org/ElvUI', 'development', ['ElvUI', 'ElvUI_OptionsUI'], + return GitHubAddonRaw('tukui-org/ElvUI', 'development', ['ElvUI', 'ElvUI_Options', 'ElvUI_Libraries'], self.config['GHAPIKey']) elif url.lower() == 'tukui': return TukuiAddon('Tukui', self.tukuiCache, 'tukui') @@ -616,8 +616,9 @@ def detect_addons(self): namesinstalled = [] slugs = [] output = [] - ignored = ['ElvUI_OptionsUI', 'Tukui_Config', '+Wowhead_Looter', 'WeakAurasCompanion', 'CurseBreakerCompanion', - 'SharedMedia_MyMedia', 'TradeSkillMaster_AppHelper', '.DS_Store'] + ignored = ['ElvUI_OptionsUI', 'ElvUI_Options', 'ElvUI_Libraries', 'Tukui_Config', '+Wowhead_Looter', + 'WeakAurasCompanion', 'CurseBreakerCompanion', 'SharedMedia_MyMedia', 'TradeSkillMaster_AppHelper', + '.DS_Store'] specialcases = ['ElvUI', 'Tukui'] addon_dirs = os.listdir(self.path) diff --git a/CB/__init__.py b/CB/__init__.py index 6277aef..e2e0d39 100644 --- a/CB/__init__.py +++ b/CB/__init__.py @@ -1,7 +1,7 @@ import requests from rich.terminal_theme import TerminalTheme -__version__ = '4.3.1' +__version__ = '4.3.2' __license__ = 'GPLv3' __copyright__ = '2019-2022, Paweł Jastrzębski ' __docformat__ = 'restructuredtext en' diff --git a/README.md b/README.md index d1f85f1..9536570 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ 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. +Please be aware that Linux (.gz) and macOS (.zip) versions are not thoroughly tested.\ +Windows 10+, 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`.\