Soren L. Hansen
1e2e11405f
Merge branch 'master' into spice
2021-04-19 09:54:39 -07:00
Soren L. Hansen
f01cf519dc
Automate options documentation
2021-04-19 03:20:01 -07:00
Soren L. Hansen
3dd0f9245c
Release v1.1.0
...
Calling the release v2 made it very awkward to install. Oh, well.
2021-04-19 00:23:31 -07:00
Soren L. Hansen
117747708b
Release v2.1.0
2021-04-18 08:27:24 -07:00
Soren L. Hansen
31194be638
Remove e-mails from README
...
Let us not make it any easier for spammers than absolutely
necessary
2021-04-18 08:15:48 -07:00
Soren L. Hansen
91f9172faf
Add contributor list to README
2021-04-18 08:10:57 -07:00
Soren L. Hansen
c66ae7b2e4
First, primitive stab at SPiCE integration
...
Launch an Xspice and run:
echo -ne "\033]844;127.0.0.1;9876\007"
This will launch a SPiCE client connecting to 127.0.0.1:9876.
Still need to add all the security stuff and generally be
more defensive in the implementation.
2021-04-16 06:50:05 -07:00
Soren L. Hansen
d9fe29e9c7
Update typescript, webpack, and asset building
2021-04-16 06:49:17 -07:00
Søren L. Hansen
77c436b99b
Prep for 2.1.0alpha2 release
2021-04-11 00:18:28 -07:00
Søren L. Hansen
4a82d77e0b
Build for Solaris
...
Refresh pty import and add Solaris as a cross compile target
2021-04-10 23:38:29 -07:00
Søren L. Hansen
e988349add
Merge branch 'pr/sehaas/294'
2021-04-10 23:22:43 -07:00
Søren L. Hansen
4e017f1618
Take over GoTTY maintainership
...
@yudai built this amazing piece of software, but it now needs a new,
active maintainer. I'm taking a stab at it.
2021-04-10 21:46:31 -07:00
Søren L. Hansen
6353624986
Merge branch 'update-toolchain'
2021-04-10 21:17:50 -07:00
Søren L. Hansen
ac0a15df8a
Update toolchain
...
* Use go modules
* Remove vendor/
2021-04-09 19:21:36 -07:00
Sebastian Haas
b685b8040a
Add Progressive Web App support
...
provide manifest.json to enable PWA compatibilities
2020-10-01 22:32:47 +02:00
Stephan van Ellewee
2f69883b30
make docker
2020-02-28 14:49:19 +02:00
Stephan van Ellewee
1680db0961
Added Makefile mods, Dockerfile for demo
2020-02-28 14:43:17 +02:00
Stephan van Ellewee
ded7f094e6
removing makefile reference to godeps
2020-02-28 08:47:10 +02:00
Iwasaki Yudai
a080c85cbc
Release v2.0.0-alpha.3
2017-12-13 17:44:18 +09:00
Iwasaki Yudai
9ac120a557
Support local webpack
2017-10-03 15:34:51 +09:00
Iwasaki Yudai
513b3a5c4d
Do not compile asset by default
...
Run make all instead when you recreate server/asset.go.
2017-09-28 13:37:34 +09:00
Iwasaki Yudai
2c50c43290
Release v2.0.0-alpha.2
2017-08-27 15:56:11 +09:00
Iwasaki Yudai
d1ec7125cf
Run webpack when ts files are updated
2017-08-24 13:22:27 +09:00
Iwasaki Yudai
248f51b290
Release v2.0.0-alpha.1
2017-08-23 12:18:14 +09:00
Iwasaki Yudai
a8bb23f570
Rename bundle.js to gotty-bundle.js
2017-08-22 16:03:19 +09:00
Iwasaki Yudai
70aaf33082
Bundle hterm
2017-08-22 15:58:50 +09:00
Iwasaki Yudai
c1ccfdd859
Add npm to makefile
2017-08-22 12:10:52 +09:00
Iwasaki Yudai
8803721f3d
Add xterm itegration
...
* Move to TypeScript from legacy JavaScript
* Add support of xterm.js
* Hterm is still available for backward compatibility
2017-08-21 16:38:28 +09:00
Iwasaki Yudai
91ee778665
Show commit ID on version
2017-08-17 14:04:17 +09:00
Iwasaki Yudai
a6133f34b7
Refactor
2017-08-11 15:31:11 +09:00
Iwasaki Yudai
91be466d29
Release with commit ID
...
So that release branch can push assets with a proper commit ID.
2017-08-08 17:29:40 +09:00
Iwasaki Yudai
54597c0ba6
Use SHA256SUM
2016-08-11 16:48:03 +09:00
Iwasaki Yudai
49f2051c93
Exclude darwin/arm from cross compile targets
2016-07-29 16:52:37 +09:00
Iwasaki Yudai
a350994aa2
Change to go1.6.1 and vendoring
2016-04-13 16:17:57 +09:00
Iwasaki Yudai
84f098fe4c
Generate shasums
2015-10-18 11:58:04 +09:00
Iwasaki Yudai
a9d26bec2c
Run commands in Make on wercker
2015-10-12 13:34:31 +09:00
Iwasaki Yudai
ee77ec1b3a
Add favicon
2015-08-30 16:44:18 +09:00
Iwasaki Yudai
d3e48aa3ae
Merge profile and config files and support custom index file
2015-08-29 13:23:00 +09:00
Iwasaki Yudai
45f65bfc29
Support profile files to customize hterm
2015-08-23 22:58:01 +09:00
Iwasaki Yudai
a765d6c660
Set window title by control message
2015-08-23 20:54:46 +09:00
Iwasaki Yudai
67b54b7f20
Show command and hostname in windows title
2015-08-23 14:09:13 +09:00
Iwasaki Yudai
7e2befa1bb
Add make resource
that simply generates app/resource.go
...
Easy to run when you don't want to build a binary.
2015-08-21 19:01:08 +09:00
Iwasaki Yudai
372ac4fbc1
Gofmt generated resource file
2015-08-20 17:16:13 +09:00
Iwasaki Yudai
a40c468a7e
Format and fix typo
2015-08-17 07:02:51 +09:00
Iwasaki Yudai
cba86dd046
Initialize repository
2015-08-16 20:52:27 +09:00