• v0.0.8 1e072a3540

    Version 0.0.8 Stable

    Elara6331 released this 2022-10-16 20:37:38 +00:00 | 77 commits to master since this release

    This release adds the new resource loading feature from InfiniTime 1.11.0. There are two ways to use it. You can either do it as part of the firmware upgrade process, or separately.

    To do it as part of the DFU process, simply use the -r flag to specify the path of the resources file.

    Example:

    itctl fw upg -a ~/Downloads/pinetime-mcuboot-app-dfu-1.11.0.zip -r ~/Downloads/infinitime-resources-1.11.0.zip
    

    To do it separately, use the new res load command.

    Example:

    itctl res load ~/Downloads/infinitime-resources-1.11.0.zip
    

    On top of this, itctl now has more features for BLE FS. You can now use fs mkdir -p and fs rm -r for the same functionality as the Linux commands with the same name.

    Changelog

    • a25b2e3 Add --allow-untrusted to Alpine example
    • 4efa438 Add -r for rm and -p for mkdir
    • 851f197 Add LoadResources() to API
    • 2d0b64d Add installation instructions for major distros
    • f639fef Add resource loading as part of DFU
    • 6f87980 Add resource loading to itctl
    • 2d0db1d Close channel once resource uploading complete
    • cf24c5a Fix file extension of Alpine example
    • 1e072a3 Merge pull request 'Add resource loading to ITD' (#28) from resource-loading into master
    • 5efafe9 Remove download binary badge and add new AUR badge
    • fca64af Remove example comments from goreleaser config
    Downloads