Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Latest commit

 

History

History
102 lines (67 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

102 lines (67 loc) · 2.42 KB

Changelog

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

Changed

  • repository relocation

0.4.1 - 2021-03-27

Added

  • asyncio
  • _asyncio.pyd, _overlapped.pyd to the distributed files
  • library version checker
  • new troubleshooting page
  • more exception handling

Changed

  • mod version check handling

0.4.0 - 2021-03-25

Added

  • getCurrentWorldInfo function
  • getCurrentGameInfo function
  • getSkillManager function
  • getActionSkill function
  • getVaultHunterClassName function
  • missing functions to all array

0.3.2 - 2021-03-22

Added

  • modinfo for mod database

Fixed

  • semver checks

0.3.1 - 2021-03-22

Added

  • Log python version

Fixed

  • Installed ujson for Win32 Python 3.7

0.3.0 - 2021-03-22

Added

  • Export socket, ssl, requests, semver and ujson

Changed

  • Rename to EridiumLib
  • log now takes multiple argument to be closer to unrealsdk.Log

0.2.0 - 2021-03-20

Added

  • dist with _socket, _ssl and other files needed to make requests work
  • getLatestVersion and isLatestRelease functions
  • Automatic releases and linting with Github Actions
  • Licenses for OpenSSL and Python 3.7

Changed

  • Moved isClient to Eridium
  • Mod name to EridiumLib

Removed

  • Wrapped classes, they do not align with the goal of this library

0.1.0 - 2021-03-19

  • Initial Release