Releases: dqx-translation-project/dqxclarity
Dev Build: v4.9.1-dev
This is a pre-release build! You don't want to download this!
Release: v4.9.1
Dev Build: v4.9.0-dev
This is a pre-release build! You don't want to download this!
Release: v4.9.0
Dev Build: v4.8.9-dev
This is a pre-release build! You don't want to download this!
Release: v4.8.9
Changes:
-
We can now translate text in the upper-right hand corner of the screen where NPC chatter is seen (in late v5 and throughout v6). These are far from all translated, but we now have the ability to capture this text as we come across it and get it translated.
-
Adds a (potential?) fix to users who don't use English on their computers. Previously, we had issues reading seeing if DQXGame.exe was running on your computer due to various encoding problems depending on what your computer's locale was set to. Changes were made to determine this more effectively.
-
Fixes a bug in the dqxclarity launcher where in the API configuration screen, we were reading from the user_settings.ini file instead of in the form field where your key was entered. This also fixes users that have a DeepL Pro subscription and had trouble validating that their keys worked.
-
A lot of backend changes on the way we read files. There was a mixture of reading json files in the misc_files folder and reading from the database. This made figuring out where things lived difficult sometimes. Everything is now being loaded into the database, so you may notice the database get a bit larger than previous (if you were paying attention).
-
Several small efficiency fixes to speed up how we do lookups against dictionaries that were built
-
Fixes a performance issue with a particular hook by just removing the hook altogether. This was causing lots of stuttering when playing in busy environments (like Megistris channel 1). Unfortunately, the old memory scan that was updating the names in your party is back. You won't notice additional CPU usage because of this addition as the scans are only run serially.
What's Changed
- fixes for sanitize_and_translate by @SuperFirm84 in #168
- chore(deps): update dependency deepl to v1.17.0 by @renovate in #169
- chore(deps): update dependency unidecode to v1.3.8 by @renovate in #167
- chore(deps): update dependency regex to v2023.12.25 by @renovate in #166
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #163
- chore(deps): update dependency frida to v16.1.11 by @renovate in #160
- chore(deps): update actions/upload-artifact action to v4 by @renovate in #164
- ci: Add previous dat+idx file to new releases by @jmctune in #170
- feat: add a corner text hook by @jmctune in #175
- fix: Users not using English can't launch clarity when DQX isn't opened by @jmctune in #176
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #172
- chore(deps): update dependency google-api-python-client to v2.121.0 by @renovate in #112
- chore(deps): update dependency configparser to v6.0.1 by @renovate in #173
- fix: API key not reading from form field in launcher by @jmctune in #179
- refactor: don't access raw json files and use db instead. by @jmctune in #177
Full Changelog: v4.8.8...v4.8.9
Dev Build: v4.8.8-dev
This is a pre-release build! You don't want to download this!
Release: v4.8.8
Dev Build: v4.8.7-dev
This is a pre-release build! You don't want to download this!
Release: v4.8.7
What's Changed
- Fix pattern scan oom by @jmctune in #148
- Get rid of party AI scan. by @jmctune in #154
- chore(deps): update dependency deepl to v1.16.1 by @renovate in #152
- chore(deps): update dependency frida to v16.1.7 by @renovate in #153
- Fix patterns from hotfix 6.5.7b. by @jmctune in #157
Full Changelog: v4.8.6...v4.8.7