Skip to content

Releases: hephaistos-io/Loki

New release on GitHub Pakcages!

23 Mar 11:51
795c836
Compare
Choose a tag to compare

This new release brings no new features, but moves the library to the github packaging manager.

1.9.5 Preview

08 Oct 09:34
Compare
Choose a tag to compare
1.9.5 Preview Pre-release
Pre-release

This is a preview release. Considering I only did some minor refactoring, this should run just fine, but in case something breaks, I will keep this as a pre-release for now.

Release of 1.9.3

26 Dec 10:57
Compare
Choose a tag to compare

This is basically 1.9.2 but just not as pre release. Enjoy :D

v1.9.2 PRE-RELEASE

19 Nov 10:08
Compare
Choose a tag to compare
v1.9.2 PRE-RELEASE Pre-release
Pre-release

Having some problems using the library in Java 9. Trying some fixes out

1.9.2 PRE-RELEASE

19 Nov 10:18
Compare
Choose a tag to compare
1.9.2 PRE-RELEASE Pre-release
Pre-release
updated pom.xml

v1.9.1 Release with enhanced update functionality

05 Nov 09:23
e899033
Compare
Choose a tag to compare

The update functionality now supplies the old value of the changed object.
Many thanks to @tiggerbiggo for the changes 👍

v1.9.0 full release

07 Oct 19:11
c20b4a3
Compare
Choose a tag to compare

There were no reported issues or bugs, soooo, Im just gona do a full release. Get it on jitpack!

PRE-RELEASE V1.9.0

06 Sep 20:30
Compare
Choose a tag to compare
PRE-RELEASE V1.9.0 Pre-release
Pre-release

Experimental release.

This new Version adds the ability to annote Methods with @TransferMethod . These methods will then receive a button in the grid, which will call the function when pressed.

Attention! The function cannot have any parameters!

As jitpack.io is shitting itself, please use the .jar in the meantime.

Re-Release because jitpack had some issues

05 Sep 16:59
92be277
Compare
Choose a tag to compare

This is a re-release of v1.8.0. JitPack had/has some issues with JavaFX, so this is just to try and fix it.

This library was first created and maintained in a personal repository. It is now being changed and moved to the corporal repository, and will be maintained here.

To get this version trough maven, add in the following dependencies (or go here):

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

	<dependency>
	    <groupId>com.github.HephaistosCorp</groupId>
	    <artifactId>Loki</artifactId>
	    <version>v1.8.0</version>
	</dependency>