aclist
aclist
It seems that this is actually caused by usernames that are too long. After about 11-12 chars (depends on the physical width of the character), the dropdown goes out of...
Thanks for the report. When the config file is not found, it should trigger a menu to walk you through the next step of the setup. I think there's a...
Thanks for the report. Is this a temporary or constant issue? Does it work when trying to connect to other servers labeled `EUROPE - DE | 1st Person Only`? Have...
> I've realized that the issue I reported in post https://github.com/aclist/dztui/issues/1 was a bug in version 5.8.0. I updated to the latest beta, 6.0.0-beta8, and it's fixed. Now I have...
I compared the beta version with the stable version and didn't see any notable change yet that affected server timeouts. Does the bug you reported immediately reappear if you downgrade...
> Yes, with 5.8.0 clean installation I cant access to any server. Thank you, I will investigate further. > In my system I have only python3 and python3.14. I will...
I've added support for choosing between steam, flatpak, and flatpak (container) in the pending beta version. If you feel comfortable cloning this repository and changing to a development branch, you...
That shouldn't happen if you remain on the development branch: ``` git clone [email protected]:aclist/dztui.git cd dztui git fetch git checkout -b prerelease/6.0.1-beta.1 origin/prerelease/6.0.1-beta.1 ./dzgui.sh ``` Keep in mind that you'll...
Actually, `3.12.12` is accepted by the test. The problem is that the test is being run in a subshell, so it's probably reverting to Python 3.14 when checking the output...
I also don't think supporting 3.14 is the correct approach, since DZGUI was fundamentally developed against 3.11/12 and there could be other pieces of code that don't comply with 3.14...