UNPKG

snips-sam

Version:

The Snips Assistant Manager

86 lines (65 loc) 3.23 kB
# Changelog ## [0.0.57](https://github.com/snipsco/sam/tree/0.0.57) - 2019-10-24 ### Changed - Raspbian Public PGP key ## [0.0.56](https://github.com/snipsco/sam/tree/0.0.56) - 2019-10-07 ### Added - Handle javascript snippets - Removed the "virtualenv" in the snippet setup.sh error log - `sam init` now checks if packets were installed successfully ## [0.0.55](https://github.com/snipsco/sam/tree/0.0.55) - 2019-06-04 ### Added - Option to ignore parameters for : install actions / install assistant / install demo & update-assistant ## [0.0.54](https://github.com/snipsco/sam/tree/0.0.54) - 2019-05-29 ### Fixed - Installation of assistant now correctly triggers the snippets generation - Removed pegasus commands that are still experimental ## [0.0.53](https://github.com/snipsco/sam/tree/0.0.53) - 2019-05-13 ### Changed - Using new routes to train the assistant ## [0.0.52](https://github.com/snipsco/sam/tree/0.0.52) - 2019-03-20 ### Fixed - Installing a git actions from a fork will delete the previous one ## [0.0.51](https://github.com/snipsco/sam/tree/0.0.51) - 2019-02-21 ### Fixed - Assets were missing from the bin ### Changed - Removed gulp as a build dependency ## [0.0.50](https://github.com/snipsco/sam/tree/0.0.50) - 2019-02-14 ### Changed - Ask for global parameters during skill setup ## [0.0.49](https://github.com/snipsco/sam/tree/0.0.49) - 2019-01-28 ### Changed - Skills git clone, rendering and setup.sh are now run by `_snips-skills` user ### Fixed - Logs are now shown when running `snips-template render` ## [0.0.48](https://github.com/snipsco/sam/tree/0.0.48) - 2019-01-24 ### HOTFIX - For some reason VSCode didn't correctly build the bin ## [0.0.47](https://github.com/snipsco/sam/tree/0.0.47) - 2019-01-24 ### Fixed - `sam install action -g ...` wasn't running skills' `setup.sh` if there was no venv folder or action folder present in the main skill folder ## [0.0.46](https://github.com/snipsco/sam/tree/0.0.46) - 2019-01-24 ### Fixed - `sam install action -g ...` wasn't running skills' `setup.sh` - skills' `setup.sh` will now print echos contained inside the script ## [0.0.45](https://github.com/snipsco/sam/tree/0.0.45) - 2018-12-14 ### Changed - Moved the AEC setup to a separate command `sam setup aec` ## [0.0.44](https://github.com/snipsco/sam/tree/0.0.44) - 2018-12-04 ### Fixed - SSH key generation now forces the old PEM format. The SSH key generated by SAM on new OS version (OSX Mojave) itself uses the default key format which has changed to RFC4716 since OpenSSH 7.8 and can't be read back by SAM's node-ssh library. ## [0.0.43](https://github.com/snipsco/sam/tree/0.0.43) - 2018-11-29 ### Added - Audio Echo Cancellation option is proposed during `sam setup audio` ## [0.0.42](https://github.com/snipsco/sam/tree/0.0.42) - 2018-10-29 ### Fixed - `sam setup action` command doesn't fail when there is an error thrown by the setup.sh ## [0.0.41](https://github.com/snipsco/sam/tree/0.0.41) - 2018-10-29 ### Fixed - Run each `setup.sh` for each actions individually, preventing cascading failure. ## [0.0.40](https://github.com/snipsco/sam/tree/0.0.40) - 2018-09-13 ### Added - Verbose flag for `sam update` ## [0.0.1] : [0.0.39] - 2017-08 2018-09 - No changelog