CurseBreaker icon indicating copy to clipboard operation
CurseBreaker copied to clipboard

TUI/CLI addon updater for World of Warcraft.

Results 10 CurseBreaker issues
Sort by recently updated
recently updated
newest added

It is already ready but before I release it I plan to wait a while until ecosystem will solidify a bit.

Enhancement
Future

Wago Addons support could be faster as currently bulk version check is not implemented. Waiting for changes on API side.

Enhancement
Future
Wago Addons

Ran into an issue where https://github.com/Nevcairiel/ShadowedUnitFrames is saying "no proper version for your flavour" but it definitely exists and has worked in the past up until latest release for retail....

Enhancement
GitHub

The application throws the following error instead of clearing the terminal: sh: symbol lookup error: sh: undefined symbol: rl_trim_arg_from_keyseq ![image](https://github.com/AcidWeb/CurseBreaker/assets/43747889/e04e0caa-6d77-4c49-9e6f-2bd89b13d3ae)

Bug
Linux

Hi, Now that the Townlong Yak addons are being updated again is there anything blocking them being reinstated as a source in CurseBreaker? https://www.townlong-yak.com/addons/

Enhancement
Future

Dropped the binary into the correct folder and when running it, it just asks about updating and exits.

I run this command `pipx install git+https://github.com/AcidWeb/CurseBreaker` and I got this error ``` ERROR: git+https://github.com/AcidWeb/CurseBreaker does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. Cannot determine...

Enhancement

Bumps [setuptools](https://github.com/pypa/setuptools) from 75.1.0 to 78.1.1. Changelog Sourced from setuptools's changelog. v78.1.1 Bugfixes More fully sanitized the filename in PackageIndex._download. (#4946) v78.1.0 Features Restore access to _get_vc_env with a warning....

dependencies
python

Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. Commits 1c5b075 this time for surer d9c3699 this time for sure... d91b9dd blacken 5a4683c Soothe mypy 9c9567f Bump version to 0.16.0 114803a Merge commit...

dependencies
python

fixes #377 Instead of calling the OS `clear` binary use a ANSI escape sequence. This should (also) offer the broadest compatibility