Releases: joshua-software-dev/LMeter
Releases · joshua-software-dev/LMeter
v0.2.0.19
Version 0.2.0.19
- Fix occasional text doubling in cactbot popups (alarms, alerts, info)
v0.2.0.18
Version 0.2.0.18
- Add option to write all responses from background web browser to log file for
debugging purposes.
v0.2.0.17
Version 0.2.0.17
- More aggressively catch errors during basic handshake to ensure plugin never
crashes even when communicating with out of date background web browser
versions.
v0.2.0.16
Version 0.2.0.16
- LMeter will now attempt a very basic handshake to determine if the responses
it receives come from a program claiming to be the background web browser,
and not some other program unexpectedly on the same port.
v0.2.0.15
Version 0.2.0.15
- Add fix for Cactbot WebSocket bypass option potentially not starting correctly if the plugin loaded before the player had finished logging in.
v0.2.0.14
Version 0.2.0.14
- Fix Cactbot URL potentially causing crashes on plugin load if the url was not valid.
v0.2.0.13
Version 0.2.0.13
- Add support for disabling WebSockets on the background web browser, instead
sending data to the process obtained using Dalamud IPC (Requires IINACT) - Fix Cactbot URL not being editable if the URL exceeded 64 characters
v0.2.0.12
Version 0.2.0.12
- Fix reading from background browser install location for cactbot integration
every frame when the config was open, rather than only when needed - Change UI to communicate more clearly when the background web browser
connection is disabled or not active - Take measures to ensure the background web browser will not hang the game
while the browser is starting - Improve management of background threads and background web browser to ensure
the plugin will load faster, and block the game from rendering for less time
on plugin load - Ensure background web browser process is always killed even when it is not
responding when the plugin is given a chance to shutdown cleanly (sudden game
crashes / hardware failure / bluescreens etc. prevent clean shutdowns)
v0.2.0.11
Version 0.2.0.11
- Fix cactbot timeline events not reading data correctly due to cactbot updates
v0.2.0.10
Version 0.2.0.10
- Ensure timeline events don't get left on screen should LMeter lose connection
to the background web browser for any reason - Add button to reset background web browser install location back to default
- Minor tweaks to Cactbot integration config presentation