You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -184,6 +184,8 @@ TiNy will resolve any duplicate options and flags in order of appearance.
184
184
* Add more built-in recipes.
185
185
186
186
## Changelog
187
+
* 4.2.1: Fixes issue generating certain simulators with special characters in their names
188
+
* 4.2.0: Adds --prefer-appc and --prefer-ti to override automatic detection to use appc or ti CLI.
187
189
* 4.0.0: Removed the need to use `tn r` or `tn b` thanks to [appc-compat](https://npmjs.com/appc-compat)
188
190
* 3.0.0: Reverted TiNy from hook back to wrapper, supporting both `ti build` and `appc run`.
189
191
* 2.3.0: Fixes for TiNy not to mess when run via Studio or AppC CLI
@@ -194,12 +196,12 @@ TiNy will resolve any duplicate options and flags in order of appearance.
194
196
* 0.1.0: Original version.
195
197
196
198
## Bugs
197
-
When you find issues, please [report](https://github.com/FokkeZB/gittio/issues) them. Be sure to include *all* of the output from the gittio command that didn't work as expected. Also please check if there's not already in issue for it.
199
+
When you find issues, please [report](https://github.com/jasonkneen/tn/issues) them. Be sure to include *all* of the output from the gittio command that didn't work as expected. Also please check if there's not already in issue for it.
198
200
199
201
## License
200
202
201
203
<pre>
202
-
Copyright 2013-2015 Fokke Zandbergen
204
+
Copyright (c) 2016-2021, Jason Kneen.
203
205
204
206
Licensed under the Apache License, Version 2.0 (the "License");
205
207
you may not use this file except in compliance with the License.
0 commit comments