Skip to content

Releases: OpenGrabeso/loctio

Release tray-login-errors

23 Jan 09:00
Compare
Choose a tag to compare

Release tray-update-java8

16 Sep 13:32
Compare
Choose a tag to compare
Down to Java 8, upgrade actions

Release tray-update

16 Sep 10:48
Compare
Choose a tag to compare
Use Java Timer instead of akka scheduler

Release tray-work-with-ipinfo-failure

11 Dec 10:45
Compare
Choose a tag to compare

Release tray-gamatron-docker

01 Nov 11:25
903ee60
Compare
Choose a tag to compare
Merge branch 'docker'

Release tray-gamatron

26 Oct 11:18
Compare
Choose a tag to compare
Print login / shutdown errors

Release tray-cacheHtml

09 Jul 17:50
Compare
Choose a tag to compare
Cache HTML documents to avoid expensive updates (could fix #15)

Release tray-State

23 Apr 14:23
Compare
Choose a tag to compare
Use HTML patching to adjust current user state

Release tray-DetectUserAway

23 Apr 19:21
Compare
Choose a tag to compare

Add input monitoring to detect user inactivity. Uses JNA on Windows, mouse only detection as a fallback on other platforms.

Release tray-FlyingSacer-FixUTF8

22 Apr 08:19
Compare
Choose a tag to compare

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.