v1.37.0
Schniz/fnmv1.37.0May 30, 2024by Schniz
AI Summary
This minor release adopts XDG conventions for MacOS directories by default and includes fixes for remote listing ordering and dependency updates.
Key Highlights
- Use XDG conventions in MacOS directories by default
- Fixed ordering in ls-remote
- Upgraded all dependencies and maintained lockfile
New Features
- XDG conventions for MacOS directories by default
Full Release Notes
- [#1143](https://github.com/Schniz/fnm/pull/1143) [`f76a001`](https://github.com/Schniz/fnm/commit/f76a0011f7a613bb818e47acd224b7de48c5a81f) Thanks @Schniz! - use XDG conventions in MacOS directories by default. Thank you @utkarshgupta137 for the initial work 🙏 ### Patch Changes - [#1148](https://github.com/Schniz/fnm/pull/1148) [`0b530cc`](https://github.com/Schniz/fnm/commit/0b530cc257e33e9801804b73ed831a1f28489b57) Thanks @Schniz! - fix ordering in ls-remote - [#1133](https://github.com/Schniz/fnm/pull/1133) [`a1afe84`](https://github.com/Schniz/fnm/commit/a1afe8436afb29960b71e14e221441398f6a48ca) Thanks @Schniz! - upgrade all dependencies & maintain lockfile