Skip to content

Releases: webos-tools/cli

v3.2.0

02 Jan 02:06
Compare
Choose a tag to compare

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

16 Oct 07:09
690fa3c
Compare
Choose a tag to compare

ares-generate

  • Added "native_service" template for the Apollo platform.

ares-setup-device

  • Fixed a bug that the device name can not be added with "-".

v3.1.2

08 Aug 02:38
90e779b
Compare
Choose a tag to compare

ares-config

  • Added a new apollo profile for apollo platform.

common

  • Integrated CLI commands for apollo platform.

v3.1.1

15 Jul 09:45
daa1126
Compare
Choose a tag to compare

ares-inspect

  • Fixed a bug that ares-inspect --service display error message on webOS TV 4.5 or lower

v3.1.0

15 Jul 08:26
Compare
Choose a tag to compare

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

13 Apr 08:08
Compare
Choose a tag to compare

Common

  • Fix bug ares-log add carriage return for JSON output

v3.0.5

13 Apr 08:07
Compare
Choose a tag to compare

Common

  • Fixbug can't install on window by CMD or Powershell

v3.0.4

31 Mar 01:14
Compare
Choose a tag to compare

Common

  • Fixed a bug that always requires sudo permission when exec ares commands

v3.0.3

29 Mar 11:38
Compare
Choose a tag to compare

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

04 Mar 10:24
Compare
Choose a tag to compare

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.