Releases: LostLuma/battery
Releases · LostLuma/battery
v1.3.0
- 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
- To use this set the
v1.2.0
v1.1.0
- 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