Changelog
Added
- Support for GNU/Hurd
Changed
- Removed comment about hostname being limited to ASCII due to Unicode hostnames being supported on Windows
- More descriptive error messages on the web target
Fixed
account()
always returning username instead of user principal name on Windowslangs()
now returns a list accurate to the POSIX locale spechostname()
on Windows now returnsPhysicalDnsHostname
instead ofNetBIOS
devicename()
: Fixed reading escaped unix pretty names- Link error on Windows (in future Rust version)
What's Changed
- Remove comment about hostname being limited to ASCII by @davidkna in #119
- Add support for GNU/Hurd by @pinotree in #120
- Apply target rename wasm32-wasip1 by @AldaronLau in #124
- Backport Update copyright (#129) by @AldaronLau in #130
- Bump version to 1.6.0-pre.0 by @AldaronLau in #132
- Backport v2 -> v1: Fix clippy duplicate attribute for MacOS by @AldaronLau in #135
- v1: Update wasm-bindgen to v0.2.89 by @AldaronLau in #138
- Backport v2 -> v1: Check more environment variables for language by @AldaronLau in #146
- Backport v2 -> v1: Switch Windows
hostname()
to returnPhysicalDnsHostname
by @AldaronLau in #148 - Backport v2 -> v1: Improved error handling by @AldaronLau in #149
- 1.6.0-pre.1 and Backport v2 -> v1: Adjusts langs() to match POSIX locale spec by @AldaronLau in #151
- Backport v2 -> v1: Fix license link by @AldaronLau in #154
- Add discriminants to ExtendedNameFormat enum by @Batch21 in #156
- Version 1.6.0 pre.2 by @AldaronLau in #158
- Backport v2->v1: Fix reading escaped unix pretty names by @AldaronLau in #178
- Release v1.6.0 by @AldaronLau in #162
New Contributors
- @davidkna made their first contribution in #119
- @pinotree made their first contribution in #120
- @Batch21 made their first contribution in #156
Full Changelog: v1.5.2...v1.6.0