Skip to content

Commit 8dfd24b

Browse files
committed
Version bump
1 parent b1b5b62 commit 8dfd24b

File tree

4 files changed

+25
-24
lines changed

4 files changed

+25
-24
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WTF
55
WTF-Backup
66
/Wow.exe
77
/CurseBreaker.reg
8-
/Build.sh
8+
/Build.*
99
/.env
1010
*.zip
1111
*.exe

CB/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import requests
22
from rich.terminal_theme import TerminalTheme
33

4-
__version__ = '4.3.7'
4+
__version__ = '4.4.0'
55
__license__ = 'GPLv3'
66
__copyright__ = '2019-2023, Paweł Jastrzębski <[email protected]>'
77
__docformat__ = 'restructuredtext en'

Pipfile.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ _Retail_, _WotLK Classic_ and _Classic_ clients are supported. The client versio
2222
By default **CurseBreaker** will create backups of the entire `WTF` directory.
2323

2424
## TIPS & TRICKS
25+
- TUI will look a lot better if the application is started by something else than the default Windows command prompt. [Windows Terminal](https://aka.ms/terminal) is recommended.
26+
- Many of the fields are links if used terminal emulator supports them.
2527
- On Windows command `uri_integration` can be used to enable integration with the Wago Addons and Wago page.
2628
- Most of the commands support the space-separated list of addons.
2729
- `install` command have an optional `-i` flag that can be used to disable the client version check.
28-
- TUI will look a little better if the application is started by something else than the default Windows command prompt. Preview version of [Windows Terminal](https://aka.ms/terminal-preview) is recommended.
2930
- Environment variable `CURSEBREAKER_PATH` can be used to set the custom location of WoW client.
3031
- The application can be run in non-interactive mode by providing commands directly as a parameter.
3132
- When the application is started with a `headless` parameter entire addon and Wago upgrade process plus WTF backup should be executed in the background. Log file _CurseBreaker.html_ will be created in the same directory as the application.

0 commit comments

Comments
 (0)