All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- /
0.4.2 - 2022-07-30
- repository relocation
0.4.1 - 2021-03-27
asyncio
_asyncio.pyd
,_overlapped.pyd
to the distributed files- library version checker
- new troubleshooting page
- more exception handling
- mod version check handling
0.4.0 - 2021-03-25
- getCurrentWorldInfo function
- getCurrentGameInfo function
- getSkillManager function
- getActionSkill function
- getVaultHunterClassName function
- missing functions to all array
0.3.2 - 2021-03-22
- modinfo for mod database
- semver checks
0.3.1 - 2021-03-22
- Log python version
- Installed ujson for Win32 Python 3.7
0.3.0 - 2021-03-22
- Export
socket
,ssl
,requests
,semver
andujson
- Rename to
EridiumLib
log
now takes multiple argument to be closer tounrealsdk.Log
0.2.0 - 2021-03-20
dist
with_socket
,_ssl
and other files needed to makerequests
workgetLatestVersion
andisLatestRelease
functions- Automatic releases and linting with Github Actions
- Licenses for OpenSSL and Python 3.7
- Moved
isClient
toEridium
- Mod name to
EridiumLib
- Wrapped classes, they do not align with the goal of this library
0.1.0 - 2021-03-19
- Initial Release