|
1 | 1 | NativeScript CLI Changelog
|
2 | 2 | ================
|
3 | 3 |
|
| 4 | +1.0.0 (2015, April 28) |
| 5 | +== |
| 6 | + |
| 7 | +### New |
| 8 | + |
| 9 | +* [Implemented #447](https://github.com/NativeScript/nativescript-cli/issues/447): `tns run ios`, `tns run android` and `tns emulate android` print the output of the running application in the console. |
| 10 | +* [Implemented #441](https://github.com/NativeScript/nativescript-cli/issues/441): Improved command-line completion. |
| 11 | +* [Implemented #416](https://github.com/NativeScript/nativescript-cli/issues/416): Improved installation. |
| 12 | +* [Implemented #358](https://github.com/NativeScript/nativescript-cli/issues/358): Improved `tns debug ios`. |
| 13 | + |
| 14 | +### Fixed |
| 15 | + |
| 16 | +* [Fixed #446](https://github.com/NativeScript/nativescript-cli/issues/446): `tns autocomplete disable` might not disable command-line completion properly. |
| 17 | +* [Fixed #445](https://github.com/NativeScript/nativescript-cli/issues/445): For some commands, HTML help is shown instead of the console help. |
| 18 | +* [Fixed #444](https://github.com/NativeScript/nativescript-cli/issues/444): When you attempt to install the `nativescript` npm module using `sudo`, errors might be shown. |
| 19 | +* [Fixed #443](https://github.com/NativeScript/nativescript-cli/issues/443): When you attempt to configure command-line completion during installation, `ENOENT` error might be shown. |
| 20 | +* [Fixed #442](https://github.com/NativeScript/nativescript-cli/issues/442): The console does not show links properly. |
| 21 | +* [Fixed #394](https://github.com/NativeScript/nativescript-cli/issues/394): On OS X or Linux systems, the NativeScript CLI does not resolve symlinks and you cannot build your apps. |
| 22 | +* [Fixed #391](https://github.com/NativeScript/nativescript-cli/issues/391): The Android splash screen image in the template is malformed and causes errors in the build log. |
| 23 | +* [Fixed #324](https://github.com/NativeScript/nativescript-cli/issues/324): If the Android SDK is not properly configured, when you run `tns build ios`, `run ios`, `tns deploy ios` or `tns emulate ios`, the NativeScript CLI prints an irrelevant adb-related warning. |
| 24 | +* [Fixed #309](https://github.com/NativeScript/nativescript-cli/issues/309): You cannot open the device log for streaming with `tns device log`. |
| 25 | +* [Fixed #276](https://github.com/NativeScript/nativescript-cli/issues/276): On bash consoles, command-line completion does not work. |
| 26 | + |
| 27 | +0.10.0 (2015, April 21) |
| 28 | +== |
| 29 | + |
| 30 | +### New |
| 31 | + |
| 32 | +* [Implemented #388](https://github.com/NativeScript/nativescript-cli/issues/388): Improved the `--log trace` global option. |
| 33 | +* [Implemented #387](https://github.com/NativeScript/nativescript-cli/issues/387): Improved installation. |
| 34 | +* [Implemented #350](https://github.com/NativeScript/nativescript-cli/issues/350): Improved command-line completion. |
| 35 | +* [Implemented #175](https://github.com/NativeScript/nativescript-cli/issues/175): You can run your app in Android virtual devices, created from the Google APIs images from the Android SDK. |
| 36 | +* [Implemented #88](https://github.com/NativeScript/nativescript-cli/issues/88), [#291](https://github.com/NativeScript/nativescript-cli/issues/291): Introduced context-aware console help which you can access by running `tns <Command> -h` and extended HTML help which you access by running `tns help <Command>`. |
| 37 | + |
| 38 | +### Fixed |
| 39 | + |
| 40 | +* [Fixed #380](https://github.com/NativeScript/nativescript-cli/issues/380): When you run `tns build android`, `tns run android`, `tns deploy android` or `tns emulate android`, the NativeScript CLI builds your project twice. |
| 41 | +* [Fixed #371](https://github.com/NativeScript/nativescript-cli/issues/371): On Android 5.x devices, NativeScript apps load very slowly on first run. |
| 42 | +* [Fixed #260](https://github.com/NativeScript/nativescript-cli/issues/260): On bash consoles, the `open` command might stop working. |
| 43 | +* [Fixed #257](https://github.com/NativeScript/nativescript-cli/issues/257): On bash consoles, you cannot pass arguments with spaces, even if escaped. |
| 44 | +* [Fixed #251](https://github.com/NativeScript/nativescript-cli/issues/251): On OS X systems, the command validation might not work properly. |
| 45 | +* [Fixed #248](https://github.com/NativeScript/nativescript-cli/issues/248): On OS X systems, the `tns deploy` command might not release the console. |
| 46 | +* [Fixed #169](https://github.com/NativeScript/nativescript-cli/issues/169): The native Xcode project is created with an incorrect name. |
| 47 | + |
4 | 48 | 0.9.4 (2015, March 18)
|
5 | 49 | ==
|
6 | 50 |
|
|
0 commit comments