-
-
Notifications
You must be signed in to change notification settings - Fork 197
Updated Changelog for 3.0.0 RC #2676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated Changelog with fixed and implemented issues for the RC release, so new things can be browsed easily
CHANGELOG.md
Outdated
|
||
### Fixed | ||
|
||
* [Fixed #1956](https://github.com/NativeScript/nativescript-cli/issues/1956): Livesync starts the app twice on iOS devices |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this for the moment.
CHANGELOG.md
Outdated
* [Fixed #2446](https://github.com/NativeScript/nativescript-cli/issues/2446): tns emulate --device NonexistentName retunrs different messages for ios and android | ||
* [Fixed #2486](https://github.com/NativeScript/nativescript-cli/issues/2486): tns run android (without started emulator/connected device) fails to start app | ||
* [Fixed #2487](https://github.com/NativeScript/nativescript-cli/issues/2487): Exception: The plugin [email protected] is already installed | ||
* [Fixed #2496](https://github.com/NativeScript/nativescript-cli/issues/2496): TNS platform clean android |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TNS ->
tns` and... what does this mean
CHANGELOG.md
Outdated
* [Fixed #2511](https://github.com/NativeScript/nativescript-cli/issues/2511): Second run of `tns run android --release` does not respect changes in application code | ||
* [Fixed #2557](https://github.com/NativeScript/nativescript-cli/issues/2557): 2.5.1 iOS incremental build generates inconsistent binary | ||
* [Fixed #2559](https://github.com/NativeScript/nativescript-cli/issues/2559): `tns init` fails, `ins init --force` produce invalid app | ||
* [Fixed #2560](https://github.com/NativeScript/nativescript-cli/issues/2560): `tns run` should do full prepare/rebuild if something in AppResources is changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AppResources -> App_Resources
CHANGELOG.md
Outdated
* [Fixed #2560](https://github.com/NativeScript/nativescript-cli/issues/2560): `tns run` should do full prepare/rebuild if something in AppResources is changes | ||
* [Fixed #2561](https://github.com/NativeScript/nativescript-cli/issues/2561): Fix prepare process terminates if passing too many arguments to a new node process | ||
* [Fixed #2641](https://github.com/NativeScript/nativescript-cli/issues/2641): Removed files are not sync correctly on android | ||
* [Fixed #2642](https://github.com/NativeScript/nativescript-cli/issues/2642): `tns run ios/anroid` sync hidden files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
anroid -> android
Fixed issue descriptions and removed internal issues that were practically never released
Updated Changelog with fixed and implemented issues for the RC release, so new things can be browsed easily