🚀 New Features
With this release we've introduced the `zntrack list <remote> <rev>` CLI with support for `project.groups` to neatly organize your Nodes.
This feature is currently exclusive to `zntrack.Node` which are created with `v0.7.0` or later.
Furthermore, we added `zntrack.get_nodes(<remote>, rev=<rev>) -> dict[str, Node]` to easily access Nodes from a remote.
What's Changed
* introduce `get_nwd ` function by PythonFZ in https://github.com/zincware/ZnTrack/pull/726
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnTrack/pull/718
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnTrack/pull/732
* add tqdm bar for projects with more than 5 nodes by PythonFZ in https://github.com/zincware/ZnTrack/pull/738
* Fix issue with `_external_` in `proj.group` by PythonFZ in https://github.com/zincware/ZnTrack/pull/742
* Add `zntrack list` and `zntrack.get_nodes` by PythonFZ in https://github.com/zincware/ZnTrack/pull/743
**Full Changelog**: https://github.com/zincware/ZnTrack/compare/v0.7.0...v0.7.1