@webos-tools/cli 3.1.2 → 3.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,166 +1,173 @@
1
-
2
- ## 3.1.2 (August 07, 2024)
3
- ### ares-config
4
- * Added a new apollo profile for apollo platform.
5
-
6
- ### common
7
- * Integrated CLI commands for apollo platform.
8
-
9
-
10
- ## 3.1.1 (July 15, 2024)
11
- ### ares-inspect
12
- * Fixed a bug that ares-inspect --service display error message on webOS TV 4.5 or lower
13
-
14
-
15
- ## 3.1.0 (July 12, 2024)
16
- ### ares-generate
17
- * Fixed a bug that can not generate without --template option
18
-
19
- ### ares-setup-device
20
- * Enhance usability of --add option.
21
- * Enhance emulator remove usability
22
- * Change default device information of TV profile (user: prisoner, port:9922)
23
- * Change device name validation logic that accepts all characters except "$" & "%"
24
-
25
- ### common
26
- * Upgrade node modules: shelljs(v0.8.5), async(v3.2.5), ssh2(v1.15.0), tar(v6.2.0).
27
-
28
-
29
- ## 3.0.6 (April 04, 2024)
30
- ### ares-log
31
- * Fixed a bug that invalid json format
32
-
33
-
34
- ## 3.0.5 (April 01, 2024)
35
- ### Common
36
- * Fixed a bug that can not install on window by CMD or Powershell
37
-
38
-
39
- ## 3.0.4 (March 30, 2024)
40
- ### Common
41
- * Fixed a bug that always requires sudo permission when exec ares commands
42
-
43
-
44
- ## 3.0.3 (March 29, 2024)
45
- ### ares-setup-device
46
- * 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.
47
- * Allow localhost as ip address to add target and add port validation(1-65535)
48
-
49
- ### ares-generate
50
- * Update TV template to apply webOSTVjs v1.2.10 in ares-generate
51
-
52
- ### Common
53
- * Update webOSTV.js to v1.2.10
54
- * Fixed a bug that profile change is not working after installing with root on mac/linux
55
-
56
-
57
- ## 3.0.0 (March 4, 2024)
58
- ### ares-config
59
- * Added as a new command for showing or changing the profile of CLI.
60
-
61
- ### ares-launch
62
- * Supports to live reloading using `--hosted` option.
63
-
64
- ### ares-novacom
65
- * Added as a new command for controlling TV devices.(This is written based on differences compared to v2.4.0.)
66
- * Supported only when using the TV profile.
67
-
68
- ### ares-pacakge
69
- * Fixed to minify by default for js files in service directory.
70
-
71
- ### Common
72
- * Moved repository from @webosose/ares-cli to @webos-tools/cli.
73
- * Integrated with the webOS TV CLI. In the future, we plan to support multiple webOS platforms with a single CLI.
74
- * Added the profile for changing support platform, default profile is tv. The commands, options, help, and templates supported for each profile are different.
75
- * Supports Node v16.20.2.
76
- * Supports unit test to verify tv profile.
77
-
78
- ### Meta files
79
- * Updated the README file.
80
-
81
-
82
- ## 2.4.0 (February 16, 2023)
83
- ### ares-device
84
- * Supports to show node version usage using `--system-info` option.
85
- * Fixed a bug that js service is not listed-up when ares-device `--resource-monitor --list` option.
86
-
87
- ### ares-inspect
88
- * Updated displayed guide text during js service inspection using `--service` option.
89
-
90
- ### Common
91
- * Supports features of below commands as APIs(total 10s)
92
- : ares-generate, ares-inspect, ares-install, ares-launch, ares-package, ares-pull, ares-push, ares-server, ares-setup-device, ares-shell
93
- * Added unit test to verify APIs
94
-
95
-
96
- ## 2.3.0 (February 7, 2022)
97
- ### ares-log
98
- * Supports to show logs of pmlogd and added options to support related features.
99
- * Added option to check(`--current-daemon`) and select(`--select-daemon`) log daemon.
100
- * Supports to print the help message by selected log daemon.
101
-
102
- ### ares-device
103
- * Supports to monitor resource usage using `--resouce-monitor` option and provides related features through the options of `--time-interval`, `--list`, `--id` and `--save`.
104
- * Fixed a bug related to the directory permission when using `capture-screen` option.
105
-
106
- ### ares-pacakge
107
- * Supports to analyze the pacakge file(.ipk) using `--info` and `--info-detail` options.
108
- * Fixed a bug related to the callback function error.
109
-
110
- ### ares-inspect
111
- * Fixed a bug that prevented opening the browser specified in the environment variables when using `--open` option.
112
-
113
- ### Common
114
- * Updated the minimum supported node version from v8.12.0 to v10.24.1.
115
- * Added a feature to print information of the connected target device.
116
- * Added a feature to print the progress when the command takes a long time to execute.
117
- * Cleaned up all log levels of all source code and supports to show level-applied logs using `--level` option of each command.
118
- * Added a feature to manually set time interval when running unit tests.
119
-
120
- ### Meta files
121
- * Updated the README file.
122
-
123
-
124
- ## 2.2.0 (June 21, 2021)
125
- ### ares-log
126
- * Added as a new command for showing or saving logs of webOS apps and services.
127
-
128
- ### ares-setup-device
129
- * Updated the naming rule for the DEVICE_NAME parameter.
130
-
131
- ### ares-install
132
- * Enhanced the readability of the results of the --listfull option.
133
-
134
- ### Common
135
- * Categorized error messages and added user tips according to each error message.
136
-
137
- ### Meta files
138
- * Updated the README file.
139
-
140
-
141
- ## 2.1.0 (April 2, 2021)
142
- ### ares-device
143
- * Supports screen capture using the `--capture-screen` option.
144
-
145
- ### ares-generate
146
- * Updated the template of appinfo.json to apply new ACG groups. Template files generated by CLI v2.0.3 or older are not compatible with the latest webOS OSE.
147
- * Added '/' to config method in js_service templates.
148
-
149
- ### ares-shell
150
- * Fixed an issue that environment variables using the `ares-shell -r` command were different from environment variables of the target device.
151
-
152
-
153
- ## 2.0.3 (January 22, 2021)
154
- ### ares
155
- * Updated help message.
156
-
157
- ### Meta files
158
- * Updated the README file.
159
-
160
-
161
- ## 2.0.2 (December 29, 2020)
162
- * Supports Node v14.15.1.
163
-
164
-
165
- ## 2.0.0 (December 11, 2020)
166
- * Initial github release.
1
+ ## 3.1.3 (October 14, 2024)
2
+ ### ares-generate
3
+ * Added "native_service" template for apollo platform.
4
+
5
+ ### ares-setup-device
6
+ * Fixed a bug that device name can not be added with "-".
7
+
8
+
9
+ ## 3.1.2 (August 07, 2024)
10
+ ### ares-config
11
+ * Added a new apollo profile for apollo platform.
12
+
13
+ ### common
14
+ * Integrated CLI commands for apollo platform.
15
+
16
+
17
+ ## 3.1.1 (July 15, 2024)
18
+ ### ares-inspect
19
+ * Fixed a bug that ares-inspect --service display error message on webOS TV 4.5 or lower
20
+
21
+
22
+ ## 3.1.0 (July 12, 2024)
23
+ ### ares-generate
24
+ * Fixed a bug that can not generate without --template option
25
+
26
+ ### ares-setup-device
27
+ * Enhance usability of --add option.
28
+ * Enhance emulator remove usability
29
+ * Change default device information of TV profile (user: prisoner, port:9922)
30
+ * Change device name validation logic that accepts all characters except "$" & "%"
31
+
32
+ ### common
33
+ * Upgrade node modules: shelljs(v0.8.5), async(v3.2.5), ssh2(v1.15.0), tar(v6.2.0).
34
+
35
+
36
+ ## 3.0.6 (April 04, 2024)
37
+ ### ares-log
38
+ * Fixed a bug that invalid json format
39
+
40
+
41
+ ## 3.0.5 (April 01, 2024)
42
+ ### Common
43
+ * Fixed a bug that can not install on window by CMD or Powershell
44
+
45
+
46
+ ## 3.0.4 (March 30, 2024)
47
+ ### Common
48
+ * Fixed a bug that always requires sudo permission when exec ares commands
49
+
50
+
51
+ ## 3.0.3 (March 29, 2024)
52
+ ### ares-setup-device
53
+ * 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.
54
+ * Allow localhost as ip address to add target and add port validation(1-65535)
55
+
56
+ ### ares-generate
57
+ * Update TV template to apply webOSTVjs v1.2.10 in ares-generate
58
+
59
+ ### Common
60
+ * Update webOSTV.js to v1.2.10
61
+ * Fixed a bug that profile change is not working after installing with root on mac/linux
62
+
63
+
64
+ ## 3.0.0 (March 4, 2024)
65
+ ### ares-config
66
+ * Added as a new command for showing or changing the profile of CLI.
67
+
68
+ ### ares-launch
69
+ * Supports to live reloading using `--hosted` option.
70
+
71
+ ### ares-novacom
72
+ * Added as a new command for controlling TV devices.(This is written based on differences compared to v2.4.0.)
73
+ * Supported only when using the TV profile.
74
+
75
+ ### ares-pacakge
76
+ * Fixed to minify by default for js files in service directory.
77
+
78
+ ### Common
79
+ * Moved repository from @webosose/ares-cli to @webos-tools/cli.
80
+ * Integrated with the webOS TV CLI. In the future, we plan to support multiple webOS platforms with a single CLI.
81
+ * Added the profile for changing support platform, default profile is tv. The commands, options, help, and templates supported for each profile are different.
82
+ * Supports Node v16.20.2.
83
+ * Supports unit test to verify tv profile.
84
+
85
+ ### Meta files
86
+ * Updated the README file.
87
+
88
+
89
+ ## 2.4.0 (February 16, 2023)
90
+ ### ares-device
91
+ * Supports to show node version usage using `--system-info` option.
92
+ * Fixed a bug that js service is not listed-up when ares-device `--resource-monitor --list` option.
93
+
94
+ ### ares-inspect
95
+ * Updated displayed guide text during js service inspection using `--service` option.
96
+
97
+ ### Common
98
+ * Supports features of below commands as APIs(total 10s)
99
+ : ares-generate, ares-inspect, ares-install, ares-launch, ares-package, ares-pull, ares-push, ares-server, ares-setup-device, ares-shell
100
+ * Added unit test to verify APIs
101
+
102
+
103
+ ## 2.3.0 (February 7, 2022)
104
+ ### ares-log
105
+ * Supports to show logs of pmlogd and added options to support related features.
106
+ * Added option to check(`--current-daemon`) and select(`--select-daemon`) log daemon.
107
+ * Supports to print the help message by selected log daemon.
108
+
109
+ ### ares-device
110
+ * Supports to monitor resource usage using `--resouce-monitor` option and provides related features through the options of `--time-interval`, `--list`, `--id` and `--save`.
111
+ * Fixed a bug related to the directory permission when using `capture-screen` option.
112
+
113
+ ### ares-pacakge
114
+ * Supports to analyze the pacakge file(.ipk) using `--info` and `--info-detail` options.
115
+ * Fixed a bug related to the callback function error.
116
+
117
+ ### ares-inspect
118
+ * Fixed a bug that prevented opening the browser specified in the environment variables when using `--open` option.
119
+
120
+ ### Common
121
+ * Updated the minimum supported node version from v8.12.0 to v10.24.1.
122
+ * Added a feature to print information of the connected target device.
123
+ * Added a feature to print the progress when the command takes a long time to execute.
124
+ * Cleaned up all log levels of all source code and supports to show level-applied logs using `--level` option of each command.
125
+ * Added a feature to manually set time interval when running unit tests.
126
+
127
+ ### Meta files
128
+ * Updated the README file.
129
+
130
+
131
+ ## 2.2.0 (June 21, 2021)
132
+ ### ares-log
133
+ * Added as a new command for showing or saving logs of webOS apps and services.
134
+
135
+ ### ares-setup-device
136
+ * Updated the naming rule for the DEVICE_NAME parameter.
137
+
138
+ ### ares-install
139
+ * Enhanced the readability of the results of the --listfull option.
140
+
141
+ ### Common
142
+ * Categorized error messages and added user tips according to each error message.
143
+
144
+ ### Meta files
145
+ * Updated the README file.
146
+
147
+
148
+ ## 2.1.0 (April 2, 2021)
149
+ ### ares-device
150
+ * Supports screen capture using the `--capture-screen` option.
151
+
152
+ ### ares-generate
153
+ * Updated the template of appinfo.json to apply new ACG groups. Template files generated by CLI v2.0.3 or older are not compatible with the latest webOS OSE.
154
+ * Added '/' to config method in js_service templates.
155
+
156
+ ### ares-shell
157
+ * Fixed an issue that environment variables using the `ares-shell -r` command were different from environment variables of the target device.
158
+
159
+
160
+ ## 2.0.3 (January 22, 2021)
161
+ ### ares
162
+ * Updated help message.
163
+
164
+ ### Meta files
165
+ * Updated the README file.
166
+
167
+
168
+ ## 2.0.2 (December 29, 2020)
169
+ * Supports Node v14.15.1.
170
+
171
+
172
+ ## 2.0.0 (December 11, 2020)
173
+ * Initial github release.