• v1.0.0 4a397d4c1e

    v1.0.0 Stable

    Elara6331 released this 2022-11-18 05:33:45 +00:00 | 66 commits to master since this release

    This release adds some exciting new features.

    First of all, navigation is now supported in ITD via PureMaps! Unfortunately, it is the only supported navigation provider, because it is the only one that implements a DBus interface for me to use. ITD will automatically detect when PureMaps is opened, so you will not have to start it before ITD.

    Navigation was the last missing feature in ITD. Now that it's implemented, ITD contains every feature supported by the firmware, which is why I've decided to release this as 1.0.0.

    Secondly, itgui now has the ability to upload resources via a new icon at the bottom of the fs tab. It looks like a file with a settings icon in the top left. Upon clicking that, you can choose your resource zip, and itgui will take care of the rest, providing real-time progress until it's done.

    I have also switched from using Appveyor CI to my own self-hosted Woodpecker instance. This means I will be able to create much more complicated pipelines and opens the possibility for pre-compiled binaries of itgui in the future, which should make it much easier for users to install.

    Changelog

    • 4a397d4 Add go generate script for calculating version number
    • 992eb2e Add navigation support via PureMaps
    • 908bd7d Add resource loading to ITD FS tab
    • c5fb3e1 Add woodpecker config
    • c97fcae Mention navigation support in README
    Downloads