Skip to content

Releases: tessel/t2-cli

v0.0.23

25 Jun 01:19
Compare
Choose a tag to compare
Commit Message/Description
34a16f5 0.0.23
f6bb140 t2 init: broad cleanup (#779)
ec9eee2 npmignore
5f282ff deps: upgrade t2-project 0.2.0 => 0.3.0 (#778)
3a39f85 fix(bin/tessel-install-drivers): jshint error
a4b79f7 t2 install-drivers: minor logging changes. Silences non linux platforms (where unnecessary)
d700d68 t2 init: detectLanguage => resolveLanguage (matches deployment)
94ba7b6 t2 init: make langs available as deployment does
9788bf6 t2 init: make langs available as deployment does
414dc67 test/unit/init: clean up tests
90eac0e t2 run: temporary restriction to remote process stdin forwarding (LAN only)
6099746 Adding @nplus11's work on Rust init
55978f1 Logging Reform. Integrate npmlog, char-spinner. Resolves gh-607 (#768)
c37ff9d followup: t2 run: hook up process.stdin to remote.stdin
cb710fe t2 run: hook up process.stdin to remote.stdin
f2f7752 Fix repo urls in package.json
895fbc7 Allow deployment from entry point without package.json in directory. Fixes gh-717 (#766)
43d1cc5 Add a prompt before you submit a crash report. (#749)
16cee4a Enables pushed app before starting
075281a mock build list requests to avoid potential s3 issues

v0.0.22

31 May 18:24
Compare
Choose a tag to compare
Commit Message/Description
299aff7 0.0.22
9d88920 Continued replacement of process.env.HOME* with os.homedir()
48177d1 t2 run/push: built-in whitelist rules should have node_modules/** prefix to ensure they are found at any installation depth below node_modules/ (#748)
4d1d7ad Use os.homedir() to resolve the user's home directory (#751)
19a0bd8 Remove (unnecessary?) + at the beginning of the udev rule
3bd4ed2 Conditionally run update-notifier only if a non-root command has been run
7c5b07b Replace this with grunt.task.current in changelog task (#739)

v0.0.21

12 May 21:29
03f167c
Compare
Choose a tag to compare
Commit Message/Description
52ae38d Fix the order in which updates are presented (#736)
24fdd7d Deployment reorg/refactor as groundwork for multi-language support (#723)

0.0.20

11 May 17:58
Compare
Choose a tag to compare
Commit Message/Description
aeb929c t2 crash-reporter: Sanitize the user's username from crash reports. Fixes gh-728 (#729)
2ed847f Gruntfile: adds nodeunit:file:* (allows file names or glob expressions from ./test/unit/ and down)
7b96324 Ipv6 link local fix (#702)
7add2f8 t2 run/push: corrections to help text
557bcc3 Test fixes (#718)
81f0d14 Grunt pass
43db821 t2 crash-reporter: submit options, silent: true (tests)
55a7b5d Grunt pass
97b69bf Stop crashing when update-notifier fails (#715)
41de6c8 t2: add missing help to crash-reporter (shows status). Fixes gh-708 (#713)
bc23cca t2 run/push: stub gunzip & extract in remote binary request tests. Fixes gh-711 (#712)
e889c74 t2: add missing help to crash-reporter. Fixes gh-708 (#709)
4d026d3 t2 crash-reporter: do not register process event handlers in CI environment. (#704)
76990cc warn user to enable WiFi before scanning; closes #620
32564aa t2 crash-reporter: more preferences.json tests
4054a03 Dependencies: update uglify-js@2.6.2
2fd089a fixes #697 (#698)
38a77f7 Fixes #691 (#696)
d78991a docs(README): adds missing closing bracket for bootstrap.js link
0fd5a0c docs(README): adds testing section (#699)

0.0.19

20 Apr 02:43
Compare
Choose a tag to compare
Commit Message/Description
12792bd 0.0.19
7ea3a6a Add CLI version to t2 version command output (#604)
ef0a5e2 Disallow USB connections with t2 root command (#673) (#692)
4432036 Build the start script path correctly on Windows (#685)
13da695 Populate package.json with list of current contributors
859d045 Add grunt-git-authors to populate package.json with contributors
d3255b5 Whitelist aws sdk json (#688)
bd7ac0b Rename tesselFirmwareVerion to tesselEnvVersions. Fixes gh-682
a8e419e add option n for update command to not save config (#678)
83c47d3 Add Node version output to t2 version command (#679)
944114c Extend travis env matrix; Explicitly run tests on OSX and Linux boxes (#681)
e3b408d Rename files with underscores to files with dashes (#680)
5589828 t2 run/push record an entry point for reuse by t2 restart. Fixes gh-675 (#677)
4d10285 Fixes CR-0x3a93501d

0.0.18

14 Apr 22:51
Compare
Choose a tag to compare
Commit Message/Description
7b67ccf 0.0.18
5347fef Deploy: path must be a string
8f42d5e Deploy: fix for windows deployment, re: binary module resolution and injection
d13de24 Dependencies: removes sprintf-js (use template strings)
d74a152 show tessel.connectionType before tessel.name (#671)
6ebb227 Remove user path information from stack traces
011e26f Minor nits
fac3975 Add a crash reporter to diagnose CLI crashes. Update the service endpoint URL. All crashes get submitted by default. The user has can turn off crash reporting if he wants to. Add lots of tests. Thanks a lot @rwaldron.
d60f777 fixes #662 (#663)

Additionally, this is the first release that includes the t2 crash-reporter option. Reports are submitted here: http://crash-reporter.tessel.io/

0.0.17

12 Apr 10:56
Compare
Choose a tag to compare
Commit Message/Description
116ac8d 0.0.17
de95e28 fixes #661
181e098 Adds USB updating and options for local binary paths
e7860cc Dependency: update to t2-project@0.2.0; Use explicit dirname for dependency graph. (#660)
8d9d3ee Revised "overlooked asset" detection; tesselinclude hinting. Fixes gh-644 (#655)
fc24618 fix type of wifi password (#646)
4b3f72f Implement complete tesselinclude detect spec. Closes gh-638 (#639)
4d759b2 Update node-usb to 1.1.2 (#643)
6f86332 globRoot and folder as list
0e3bda1 warn about ignore folder
f2da32b Readme: release and changelog instructions
28296f8 Gruntfile: new changelog task

0.0.16

05 Apr 15:58
Compare
Choose a tag to compare
Commit Message/Description
50732a7 Do not local path.join(...) for remote system paths. Fixes gh-632
eef32b0 Nitpick: fixes comment in test/unit/deploy.js
ecb1179 change erase log reference from tessel to t2
c1ba6f8 Ensure that .tesselinclude and binary modules are ignored when using -s flag. Fixes gh-624
962c4ca Deploy: implements customizable binary path rewriting/translation

0.0.15

05 Apr 15:29
Compare
Choose a tag to compare
0.0.15 Pre-release
Pre-release
Commit Message/Description
c114a0b Deploy: custom compression options for handling edge cases.
ed843e9 Ensure IDs are sorted prior to selecting next
810c88d Don't let an internal failure from uglify bring down the entire deployment. Fixes gh-617

0.0.14

06 Mar 19:38
Compare
Choose a tag to compare
0.0.14 Pre-release
Pre-release
Commit Message/Description
64aa00d Adds tests for fetching wifi info with enabled/disabled interfaces
ac72ef1 fix(wifi): ignores initial commands not found error
91c6de7 test(ap): checks ap config before enabling
608134c fix(ap): checks ap config before enabling
60e04ee Wifi: eliminate use of timeout in wifi connection verification
4119b79 Grunt: jsbeautifier
7e01169 refactor(wifi): change config error message to template string
ecb6506 feat(access-point): ap/wifi parity && getAccessPointInfo
a0c5922 test(access-point): getAccessPointInfo
2e691b0 Eliminate use of test.fail; enforce test.done on all errors and failures. Related to gh-592