Skip to content

Releases: crykn/guacamole

0.3.5

22 Nov 09:31
Compare
Choose a tag to compare
  • Fix GWT issues

The full changelog can be found here.

0.3.4

21 Nov 19:24
Compare
Choose a tag to compare
  • Update to libGDX 1.12.1
  • Rename StartOnFirstThreadHelper#executeIfJVMValid to #executeOnValidJVM.
  • Fix StartOnFirstThreadHelper for Graal native image
  • Improve ReflectionUtils
  • Add FloatConsumer, ShortConsumer, IntRange & Stopwatch.
  • Add TRACE and WARN log levels; improve String formatting in the logger
  • Add ThreadHandler#setExceptionHandler

The full changelog can be found here.

0.3.3

02 Jul 20:54
Compare
Choose a tag to compare
  • Update to libGDX 1.12.0
  • Fix an issue with StartOnFirstThreadHelper
  • Improve LoggerService
  • Add ReflectionUtils, MoreObjects, ConcatenatedIterator

0.3.2

25 May 14:23
Compare
Choose a tag to compare
  • Updated to libGDX 1.11.0
  • Documentation improvements

0.3.1

18 Apr 21:14
Compare
Choose a tag to compare
  • Updated to libGDX 1.10.0
  • Added IntVector2, IntPair & IntTriple.
  • Added DisposablePool, Vector2Pool, Vector3Pool.
  • Added FPSCounter.
  • StartOnFirstThreadHelper: Fixed a NPE happening when using a bundled JRE.

0.3.0

01 Feb 22:18
Compare
Choose a tag to compare
  • Updated to libGDX 1.9.14
  • Added ShaderCompatibilityHelper
  • Replaced Log by Logger and LoggerService
  • Added NestableFrameBuffer#hasDepth(), #isBound() and a constructor for including a stencil buffer
  • Removed the ISimpleCallback and ISimpleListener interfaces in favour of Java 8's Consumers; renamed ISucessCallback to ICallback; added BooleanConsumer
  • Added Exceptions#getStackTraceAsString(Exception) and ClassUtils#getAbbreviatedClassName(Class)

0.2.4

01 Jan 23:19
Compare
Choose a tag to compare
  • Updated to libGDX 1.9.13

0.2.3

01 Nov 12:17
Compare
Choose a tag to compare
  • Update to libGDX 1.9.12

0.2.2

20 Sep 20:10
Compare
Choose a tag to compare
  • guacamole-gdx:
    • Fixed an issue with Text not working on GWT

0.2.1

01 Aug 12:20
Compare
Choose a tag to compare
  • guacamole-core:
    • Added a ThreadHandler and a DaemonThreadFactory