Releases: OpenGrabeso/loctio
Releases · OpenGrabeso/loctio
Release tray-login-errors
No token logging
Release tray-update-java8
Down to Java 8, upgrade actions
Release tray-update
Use Java Timer instead of akka scheduler
Release tray-work-with-ipinfo-failure
Fix assembly issues
Release tray-gamatron-docker
Merge branch 'docker'
Release tray-gamatron
Print login / shutdown errors
Release tray-cacheHtml
Cache HTML documents to avoid expensive updates (could fix #15)
Release tray-State
Use HTML patching to adjust current user state
Release tray-DetectUserAway
Add input monitoring to detect user inactivity. Uses JNA on Windows, mouse only detection as a fallback on other platforms.
Release tray-FlyingSacer-FixUTF8
Java most often does not have UTF-8 as a default encoding. As a result JAR was often not working outside of IntelliJ IDEA. This version uses UTF-8 explicitly when parsing HTML received from the server.