Releases: justkeepquiet/tera-api
Releases · justkeepquiet/tera-api
v1.2.3 - 11.05.2025
Changes
- Fixed the "Cancel" button when installing updates in the Launcher.
- Fixed the logic for signing into an account after registering in the Launcher.
- Fixed conditions and validation in the
ReportCheaterendpoint. - Added error handling for writing a report in the
ReportCheaterendpoint.
Full Changelog: v1.2.2...v1.2.3
v1.2.2 - 16.03.2025
Changes
- Fixed loading of DataCenters with 2 letter region codes (problem with loading of DataCenter_Final_TW.dat).
- Changed the maximum number of Box slots in the Tera Shop to work properly in the patch 31.04.
Full Changelog: v1.2.1...v1.2.2
v1.2.1 - 10.03.2025
Changes
- Fixed a caching issue where the "Logout" button in the Launcher would not work correctly.
- Fixed an issue with sync server state (PlanetDB) task for patch 31.04.
- Fixed an issue where some fields were missing after migration the database.
- Fixed an error in TERA Shop when an unsuccessful attempt to update account data occurred.
- Added check for datasheets during initialization (more informative error about missing files).
- Added the datasheet model linking for working "en" language with "USA" region (if you use only USA datacenter).
Full Changelog: v1.2.0...v1.2.1
v1.2.0 - 01.03.2025
v1.1.17 - 13.04.2024
v1.1.16 - 26.06.2023
Changes
- Fixed security issue related to the activation of promo codes in the Tera Shop.
Full Changelog: v1.1.15...v1.1.16
v1.1.15 - 30.03.2023
Changes
- Added new config parameter
API_PORTAL_LAUNCHER_DISABLE_REGISTRATION. - Fixed generation of the item data in the dataItemsUpdater.js tool.
- Minor changes for
ipFromLauncherroutines in the code.
Full Changelog: v1.1.14...v1.1.15
v1.1.14 - 03.02.2023
Changes
- Added new config parameter
API_ARBITER_USE_IP_FROM_LAUNCHER. - Fixed security issue with request IP spoofing (
X-Forwarded-Forheader). - Removed fonts from repository (must now be downloaded separately).
Full Changelog: v1.1.13...v1.1.14
v1.1.13 - 02.02.2023
Changes
- Added Gateway API method
GetAccountBanByUserNo. - Fixed variables names and translation.
- Fixed edit password in Admin Panel when sha512 enabled by @incedius in #3
- Switch from
isAlphanumerictoisStrongPasswordand increase password max length to 128.
Full Changelog: v1.1.12...v1.1.13