Releases: webos-tools/cli
Releases · webos-tools/cli
v3.2.0
All Platforms
Added
- Added the Signage profile. You can use command ares-config -p signage to switch to this new profile.
Changed
- Added the passphrase column to the device list table on ares-setup-device. Also, this table will display the newest added device on top.
- --app-exclude on ares-package now supports exclusion by file path as well as by file name.
Fixed
- Fixed the issue where ares-install displays the wrong error message during connection to the device.
webOS Signage
Added
- Added this new profile, as well as some new options on existing commands to support its features.
- Added signage as a new available value in ares-config -p profile.
- Added --remainPlainIPK, --sign and --certificate options on ares-package.
- Added signage to allowed profiles on ares-novacom.
Changed
- Updated the guide for enabling Developer Mode, which is shown after a new device is added with ares-setup-device.
webOS TV
Changed
- Updated the guide for enabling Developer Mode, which is shown after a new device is added with ares-setup-device.
v3.1.3
v3.1.2
v3.1.1
v3.1.0
ares-generate
- Fixed a bug that can not generate without --template option
ares-setup-device
- Enhance usability of --add option.
- Enhance emulator remove usability
- Change default device information of TV profile (user: prisoner, port:9922)
- Change device name validation logic that accepts all characters except "$" & "%"
common
- Upgrade node modules: shelljs(v0.8.5), async(v3.2.5), ssh2(v1.15.0), tar(v6.2.0).
v3.0.6
Common
- Fix bug ares-log add carriage return for JSON output
v3.0.5
Common
- Fixbug can't install on window by CMD or Powershell
v3.0.4
Common
- Fixed a bug that always requires sudo permission when exec ares commands
v3.0.3
ares-setup-device
- Fixed a bug that the ares-setup-device of existing TV CLI is not working, after adding new target from CLI v3.0.2. If error is occurs again, please reset device list via "ares-setup-device -R" and add it again.
- Allow localhost as ip address to add target and add port validation(1-65535)
ares-generate
- Update TV template to apply webOSTVjs v1.2.10 in ares-generate
Common
- Update webOSTV.js to v1.2.10
- Fixed a bug that profile change is not working after installing with root on mac/linux
v3.0.2
ares-config
- Added as a new command for showing or changing the profile of CLI.
ares-launch
- Supports to live reloading using
--hosted
option.
ares-novacom
- Added as a new command for controlling TV devices.(This is written based on differences compared to v2.4.0.)
- Supported only when using the TV profile.
ares-pacakge
- Fixed to minify by default for js files in service directory.
Common
- Moved repository from @webosose/ares-cli to @webos-tools/cli.
- Integrated with the webOS TV CLI. In the future, we plan to support multiple webOS platforms with a single CLI.
- Added the profile for changing support platform, default profile is tv. The commands, options, help, and templates supported for each profile are different.
- Supports Node v16.20.2.
- Supports unit test to verify tv profile.
Meta files
- Updated the README file.