cargo pueue 2.0.3

latest releases: 3.4.0, 3.3.3, 3.3.2...
23 months ago

Fixed

  • Use the dirs crate for platform specific directory discovery. #311
    The previous trivial implementation was error prone in some edge-cases.
    For instance, Pueue fell back to the shared directory, if the $XDG_RUNTIME_DIR couldn't be found.
    This resulted in a reocurrence of #302 in non-XDG environments.

    Furthermore, Pueue used the wrong directories for its configuration and cache on Apple and Windows platforms.
    This is now fixed.

    This change is a bit tricky:

    • It's a fix on one hand (correct directories for Apple & Windows + fix for #311).
    • It's somewhat of a breaking change for Apple & Windows on the other hand?

    I still decided to make this a patch release, as the next major release is still in the pipeline and needs a lot of work.
    #302 will still show up in Apple/Windows environments, as there doesn't seem to be runtime directory equivalent for those platforms.

Don't miss a new pueue release

NewReleases is sending notifications on new releases.