# Gaia Sky 3.2.0-RC14 ## Build System - use default GC (G1) in favor of Shenandoah (only LTS). ## Features - add notice when there are no datasets. ## Bug Fixes - hide system cursor correctly with GLFW until libgdx 1.10.1 is released. - use minimum width for debug interface to prevent dynamic resizing depending on content. - workaround for libgdx backslash bug in asset manager. Fixes [#398](https://gitlab.com/langurmonkey/gaiasky/issues/398). ## Refactoring - abstract attitude loading system, remove gaia class, use heliotropic satellite. - add `I18nFormatter` to reformat i18n files. - flatten object hierarchy by removing some classes, merging their functionality upwards. - remove old date formatting infrastructure (desktop, html, mobile) in favor of a direct approach. - remove useless number formatting infrastructure.