Skip to content

Releases: LostLuma/battery

v1.3.0

27 Oct 15:21
7ccf444
Compare
Choose a tag to compare
  • Add and throw InvalidStateError when attempting to use a closed manager
    • This is a subclass of RuntimeException, which was previously thrown here
  • Add RISC-V on Linux to set of supported platforms
  • Add option to use your own custom-built libraries if required
    • To use this set the battery.natives.path system property to the file path

v1.2.0

20 Oct 13:27
362f207
Compare
Choose a tag to compare
  • Update underlying dependencies
  • Remove internal file naming workaround used in bundled variant

v1.1.0

21 Jul 16:55
d304f0b
Compare
Choose a tag to compare
  • Add bundled variant which includes the native library for offline use
  • Fix library metadata potentially not loading due to its non-unique file name
  • Fix native library being validated multiple times even if the first validation passed
  • Fix error when writing to custom cache directory if it hadn't been created by the user

v1.0.1

25 Jun 08:04
41b55b5
Compare
Choose a tag to compare
  • Fix NoSuchAlgorithmException due to incorrect SHA-512 algorithm naming on Java 8

v1.0.0

20 Jun 17:41
f89eda1
Compare
Choose a tag to compare
  • Initial release