Releases: ActuallyTaylor/HydrogenReporter
Releases · ActuallyTaylor/HydrogenReporter
1.2.2 - Dump to text
Adds the ability to dump the logs to a String instead of just to a file. Can be useful for running your own log exporting / bug reporting.
Full Changelog: 1.2.1...1.2.2
1.2.1 - Debug Updates
What's Changed
- Only print debug logs in debug mode. by @ActuallyTaylor in #3
Full Changelog: 1.2.0...1.2.1
1.2.0 - UI Seperation
This release separates the UI from the main logging package. This allows developers to only include the package they need.
What's Changed
- Moved UI out of the main package by @ActuallyTaylor in #2
Full Changelog: 1.1.0...1.2.0
1.1.0 - Deadlock Fix
This release mainly fixes a deadlock that would occur when writing a significant amount of data to the console at once.
Full Changelog: 1.0.0...1.1.0
1.0.0
The first release of Hydrogen!