Skip to content

Version 1.2.2

Compare
Choose a tag to compare
@printfn printfn released this 13 Sep 21:51
· 207 commits to main since this release

Changes in this version:

  • Add crate features to control the TLS implementation: enabling native-tls will cause fend to use the operating system's built-in TLS implementation. The rustls feature, which is enabled by default, will keep the existing native Rust implementation. When both features are disabled, such as when compiling with --no-default-features, network connectivity will not be available and currency conversions will not work. (by @eatradish)
  • Add "zł" as an alias for Polish złoty (PLN) (by @twolodzko)
  • Add AOSC OS package and installation instructions (by @eatradish)
  • Use windows-sys instead of winapi