Releases: crykn/guacamole
Releases · crykn/guacamole
0.3.5
0.3.4
- 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
andWARN
log levels; improve String formatting in the logger - Add
ThreadHandler#setExceptionHandler
The full changelog can be found here.
0.3.3
0.3.2
0.3.1
0.3.0
- Updated to libGDX 1.9.14
- Added
ShaderCompatibilityHelper
- Replaced
Log
byLogger
andLoggerService
- Added
NestableFrameBuffer#hasDepth()
,#isBound()
and a constructor for including a stencil buffer - Removed the
ISimpleCallback
andISimpleListener
interfaces in favour of Java 8'sConsumer
s; renamedISucessCallback
toICallback
; addedBooleanConsumer
- Added
Exceptions#getStackTraceAsString(Exception)
andClassUtils#getAbbreviatedClassName(Class)