Skip to content

Releases: lunacookies/etcetera

v0.10.0

03 Mar 16:03
v0.10.0
85d0dc2
Compare
Choose a tag to compare

What's Changed

  • Allow compatibility with recent versions of home in #31
  • Support non-UTF8 dirs in #32
  • Add note about MSRV & fix CI in #33

This version raises MSRV to 1.81.0. But if you pin home to <0.5.11 in Cargo.lock, then the MSRV will be 1.70.0.

Full Changelog: v0.9.0...v0.10.0

v0.9.0

27 Feb 11:58
v0.9.0
ad0dd0f
Compare
Choose a tag to compare

What's Changed

  • Make macOS bundle ID match the directories crate in #22
  • Make the traits dyn-compatible in #25
  • windows-sys: bump & replace SHGetFolderPathW with SHGetKnownFolderPath in #30
  • crate: bump to edition 2021 & raise MSRV to 1.70.0 in #30

Full Changelog: v0.8.0...v0.9.0

v0.8.0

26 Apr 15:28
v0.8.0
1124ed2
Compare
Choose a tag to compare

What's Changed

  • windows: use ENV & SHGetFolderPathW for APPDATA/LOCALAPPDATA in #11

Full Changelog: v0.7.1...v0.8.0

v0.7.1

22 Apr 19:18
v0.7.1
d98629d
Compare
Choose a tag to compare

What's Changed

  • Fix slashes on Windows in #10

Full Changelog: v0.7.0...v0.7.1

v0.7.0

22 Apr 11:27
v0.7.0
162d0c2
Compare
Choose a tag to compare

What's Changed

  • Add home_dir function & re-exports in #9

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Apr 22:26
v0.6.0
1728081
Compare
Choose a tag to compare

What's Changed

  • Add choose_native_strategy in #5
  • Enhance Readme & Docs + couple of bug fixes in #6
    • Remove thiserror dependency
    • AppStrategy: add in_state_dir & in_runtime_dir
    • AppStrategy::Apple: remove spaces in bundle_id
  • Add Clone, Eq, Ord, Hash derives in #7
  • Docs/readme: minor changes & bump Cargo version in #8

Full Changelog: v0.5.0...v0.6.0

v0.5.0

21 Apr 16:52
v0.5.0
9c0670e
Compare
Choose a tag to compare

What's Changed

  • Use cargo-team maintained home crate instead of dirs-next in #2
  • Support runtime directory in #4

Full Changelog: v0.4.0...v0.5.0