This release implements the ability to sync between EnderChests.
- `enderchest open` will pull changes from a remote EnderChest installation
- `enderchest close` will push local changes to any remote EnderChest installations
This is accomplished by ways of running bash scripts consisting of rsync commands, which should work out of the box on Linux and MacOS. Windows users have the ability to run bash scripts as well through WSL, Cygwin, MinGW or similar, but Windows **is not officially supported** at this time.
Other highlights of this release:
- Optional support for configuration files when setting up remote EnderChests for syncing (an example is provided below)
- Implementation of comprehensive unit tests
- Onboarding to Github Actions (right now, just for running unit tests, but this will eventually allow for automated building and deployment to PyPI, conda and more)
More details can be found [here](https://github.com/OpenBagTwo/EnderChest/pull/3).
**Full Changelog**: https://github.com/OpenBagTwo/EnderChest/compare/v0.0.2...v0.0.3.1