New features, refactorings, and bug fixes.
Major refactoring and deprecations
- [add-sibling][] has been fully replaced by the [siblings][] command
- [create-sibling][], and [unlock][] have been re-written to support the
same common API as most other commands
Enhancements and new features
- [siblings][] can now be used to query and configure a local repository by
using the sibling name ``here``
- [siblings][] can now query and set annex preferred content configuration. This
includes ``wanted`` (as previously supported in other commands), and now
also ``required``
- New [metadata][] command to interface with datasets/files [meta-data][]
- Documentation for all commands is now built in a uniform fashion
- Significant parts of the documentation of been updated
- Instantiate GitPython's Repo instances lazily
Fixes
- API documentation is now rendered properly as HTML, and is easier to browse by
having more compact pages
- Closed files left open on various occasions (Popen PIPEs, etc)
- Restored basic (consumer mode of operation) compatibility with Windows OS