Releases: rerobots/hardshare
version 0.13.1
This release is available as a source package at https://crates.io/crates/hardshare, and the guide is at https://docs.rerobots.net/hardshare. Executable build for armv7 Linux is attached.
CHANGELOG
- New command to check correctness of local configuration:
hardshare check
- Documentation moved to main rerobots docs repository: https://github.com/rerobots/docs
version 0.13.0
This release is available as a source package at https://crates.io/crates/hardshare, and the guide is at https://docs.hardshare.dev/. Executable builds for x86_64 and armv7 Linux are attached.
CHANGELOG
- Support streaming from cameras on macOS.
- Move
config -l
andconfig -c
to commandslist
andinit
, respectively. - Support launching of instances that start with
git clone
. For example, this corresponds to the repoUrl parameter in docslab, https://github.com/rerobots/docslab - More, better logging
version 0.12.1
This release is available as a source package at https://crates.io/crates/hardshare, and the guide is at https://docs.hardshare.dev/. Executable builds for x86_64 and armv7 Linux are attached.
CHANGELOG
- New client is ready to use on Linux. No camera and limited device support on macOS, to be resolved in next version.
version 0.12.0
This release is available as a source package at https://crates.io/crates/hardshare
and the guide is at https://docs.hardshare.dev/
CHANGELOG:
- New client is ready to use except for
attach-camera
.
version 0.10.1
This release is available on PyPI: https://pypi.org/project/hardshare/
and the guide at https://hardshare.readthedocs.io/en/latest/index.html
This is a "bug fix" release that addresses a periodic disconnect error that can occur in attach-camera
.
We plan for this to be the final release of the Python-implemented client. Stay tuned for the overhaul into Rust!
version 0.10.0
This release is available on PyPI: https://pypi.org/project/hardshare/
and the guide at https://hardshare.readthedocs.io/en/latest/index.html
Summary of changes:
- rename:
hardshare terminate
->hardshare stop-ad
. - Include add-on
java
when in CLIaddon-mistyproxy
.
We plan for this to be the final release of the Python-implemented client. Stay tuned for the overhaul into Rust!
version 0.9.4
This release is available on PyPI: https://pypi.org/project/hardshare/
and the guide at https://hardshare.readthedocs.io/en/latest/index.html
Summary of changes:
-
New CLI command: addon-vnc {--add, --rm}
-
hardshare addon-
commands fail if active cameras. -
Quit re-connect attempts after 20 minutes of fail.
0.9.3
This release is available on PyPI: https://pypi.org/project/hardshare/
and the guide at https://hardshare.readthedocs.io/en/latest/index.html
Summary of changes:
attach-camera
: only upload video when there is active instance.- To simplify creating misty-py sandboxes, adding or removing mistyproxy now does same for add-on
py
.
0.9.2
This release is available on PyPI: https://pypi.org/project/hardshare/
and the guide at https://hardshare.readthedocs.io/en/latest/index.html
Summary of changes:
-
New CLI commands to manage add-ons: addon-cmdsh, addon-mistyproxy.
-
Option to daemonize
attach-camera
. -
New command to stop all
attach-camera
processes: stop-cameras. -
Print more information about failures to register, e.g., requires billing changes.
0.9.0
This release is available on PyPI: https://pypi.org/project/hardshare/
Summary of changes:
-
New CLI command:
rules
for managing permissions. -
Improve behavior of failures when
harshare ad
. -
Minimum viable cprovider: proxy; in this release, only TCP port forwards.
-
Explicit confirmation for
hardshare dissolve
. -
Return custom descriptions in get_remote_config, in CLI
hardshare config -l
. -
Remove option to select servers other than hs.rerobots.net.