NOTE: This is a pre-release version of Mutagen. It should not be used on production or mission-critical systems. Use on any system is at your own risk (please see the license). For a better experience, you may wish to use the latest stable release.
Mutagen maintains backward compatibility between releases, but sessions created with pre-release versions are not guaranteed to be compatible with final releases. Please wait for the final release if you want to be sure that you can avoid recreating sessions.
Changes
Final release notes and documentation will be issued when v0.15.0 is released.
The focus of this release is custom list
/monitor
output formatting and improved synchronization/forward statistics.
This release includes the following changes from v0.14.0:
- The
list
andmonitor
commands all now include--template
and--template-file
flags that can be used to specify Go formatting templates. JSON output can be generated using the template{{ json . }}
. The data models used for these outputs (which can also be used by client programs decode JSON output) are available in thepkg/api/models
packages. Top-level output for all commands is a slice ofSession
types (forwarding.Session
for forwarding sessions andsynchronization.Session
for synchronization sessions). - Detailed progress information is now available for synchronization staging, include the file name being transferred, file-level progress information, and total progress information with better size information
- Forwarding data volume is now available for forwarding sessions