Florian Mounier
039c730409
Bump 3.2.4
3.2.4
2018-09-03 14:41:39 +02:00
Florian Mounier
82676862ca
Fix one-shot auto-open url when uri-root-path is used.
2018-09-03 11:54:38 +02:00
Mounier Florian
5b6b61286d
Merge pull request #173 from GrahamDumpleton/uri-root-path
...
Fix up --uri-root-path so behaves as one would expect for this.
2018-09-03 11:42:36 +02:00
Mounier Florian
f32cb4d358
Merge pull request #172 from ZoomerAnalytics/fix-keepalive-ping
...
added missing keepalive_timer.start()
2018-09-03 11:27:55 +02:00
Graham Dumpleton
ad155f1f17
Only create default conf file after options are parsed.
2018-08-30 12:30:22 +10:00
Felix Zumstein
9e1045de9b
added missing keepalive_timer.start()
2018-08-26 22:54:53 +02:00
Graham Dumpleton
db3d37f6fe
Fix up generation of URLs with prefix.
2018-08-23 13:26:16 +10:00
Graham Dumpleton
611f2e30d6
Add uri root path before all routes.
2018-08-23 11:53:38 +10:00
Florian Mounier
1984e4b869
Fix compare tags in Changelog
2018-06-04 11:20:09 +02:00
Florian Mounier
f58ea904b3
Merge branch 'master' of github.com:paradoxxxzero/butterfly
2018-06-04 11:15:47 +02:00
Florian Mounier
af0f4d20fe
Update Changelog
2018-06-04 11:15:24 +02:00
Mounier Florian
10b5ce3bcc
Merge pull request #161 from k4pu77/master
...
Updated docker baseimage
2018-06-04 11:12:33 +02:00
Florian Mounier
a0287946d9
Bump 3.2.3
3.2.3
2018-06-04 11:05:07 +02:00
Florian Mounier
fbd71d55ef
Fix lint
2018-06-04 11:03:06 +02:00
Peter Cai
0ac8437387
term: fix password input on Chrome for Android
...
1. Also force focus on inputHelper on keyup on Android
2. Clear the inputHelper immediately upon receiving input
2018-06-03 20:58:39 +08:00
Peter Cai
866b56b682
term: bring back touch simulation of special keys on mobile
...
and also fixed it. The original version did not work because it tried
to change read-only fields of the event, which is not allowed.
The last commit removed support of touch simulation of Ctrl and Alt
by removing the `virtual_input.coffee` file. This commit brings it back
with a better implementation.
2018-06-03 20:10:24 +08:00
Peter Cai
4d87059872
remove unneeded virtual_input
...
We have already introduced a virtual textarea for every platform.
This one seems redundant.
However, some features may still not work perfectly on a mobile browser
2018-06-03 18:03:23 +08:00
Peter Cai
5bbe456496
term: remove redundant events of inputHelper and redundant contentEditable
...
We do not need to listen for keydown and keypress for inputHelper because these events will propagate through the parent.
Listening them will be redundant and will cause some shortcut key combinations to stop working.
Since we now have a hidden `textarea`, there is no longer need to set anything to contentEditable
2018-06-03 17:51:16 +08:00
Peter Cai
5b9cc257a8
term: do not re-focus on keyup when on mobile
...
Doing this will mess up the mobile browsers.
Although we still don't support mobile browsers very well, this can at least make it usable on them.
2018-06-03 12:19:43 +08:00
Peter Cai
34b6287e0c
term: complete support for IME & CJK rendering
...
this fixes #75 and #47 , two bugs originated long long ago.
1. Added support for IME events `compositionstart` `compositionupdate` and `compositionend`.
2. Refactored some code to receive input events from a hidden textarea just as how `xterm.js` now does. This removes the need to set `contentEditable` on the body in order to receive IME compistion events, and also guides the IME input box correctly following the cursor.
3. Fixed CJK rendering. Forces "forceWidth" mode with double width on those known CJK ranges in Unicode. Corrected the placeholder logic of the force width mode. Note that some rare halfwidth CJK characters will still not render correctly without `force-unicode-width` enabled. If you see any issue, please enable the `--force-unicode-width` option.
4. Miscallaneous fixes for some problems after introducing the above change
Tested on Firefox Nightly 62 on Linux and Chromium 67 on Linux, with `fcitx` as input method.
2018-06-03 10:27:49 +08:00
Peter Cai
41ee5fb843
update grunt-sass
...
the old grunt-sass no longer works with newer node.js
2018-06-03 10:12:19 +08:00
Christoph Christen
ae6b36fa89
Updated docker baseimage
2018-01-02 21:05:49 +01:00
Mounier Florian
cfda54a724
Merge pull request #158 from brentley/master
...
updating setuptools
2017-12-19 18:02:48 +01:00
Brent Langston
033169ab08
updating setuptools
2017-12-19 10:56:53 -06:00
Florian Mounier
920c435b00
Bump 3.2.2
3.2.2
2017-11-23 14:57:08 +01:00
Florian Mounier
27e6aa8a5d
Update changelog
2017-11-23 14:56:56 +01:00
Florian Mounier
92633f52ce
Fix unescaping entities when linkifying
2017-11-23 14:56:18 +01:00
Florian Mounier
f5f854964b
Bump 3.2.1
3.2.1
2017-09-27 11:55:15 +02:00
Florian Mounier
55528fdf91
Issue correct X.509 v3 certificates (you will need to re-generate your certs)
2017-09-27 11:54:58 +02:00
Florian Mounier
9eae13486e
Use X509 v4.
2017-09-27 11:34:41 +02:00
Florian Mounier
79bd074dae
Bump 3.2.0
3.2.0
2017-09-27 10:59:19 +02:00
Mounier Florian
7b0ba2bfe7
Merge pull request #147 from 3ch01c/master
...
updated cert generation to v3 to comply with new browser standards
2017-09-21 17:58:55 +02:00
Mounier Florian
db17b9d8ac
Merge pull request #152 from f0ma/master
...
Fix problem with ignoring --shell option in python2
2017-09-21 17:58:11 +02:00
Stanislav Ivanov
b5de82bfcf
Fix problem with ignoring --shell option in python2
2017-09-21 18:04:03 +03:00
Jack Miner
13dbe0434c
updated cert generation to v3 to comply with new browser standards
2017-07-24 17:52:14 -06:00
Florian Mounier
ef0057c23f
Bump 3.1.5
3.1.5
2017-05-29 10:32:28 +02:00
Mounier Florian
6bc8e1438f
Merge pull request #146 from warpkwd/fix_i_dont_options
...
fix i-hereby-...-whatsoever option
2017-05-29 10:21:39 +02:00
Yukihiro KAWADA
8856ea9dc4
fix i-hereby-...-whatsoever option
...
i-hereby-...-whatsoever revise to i_hereby_whatsoever
2017-05-24 12:59:18 +09:00
Florian Mounier
4edb2d269f
Bump 3.1.4
3.1.4
2017-05-15 15:32:50 +02:00
Florian Mounier
272891470c
Add --i-hereby-declare-i-dont-want-any-security-whatsoever option. Fix #143
2017-05-15 15:32:39 +02:00
Florian Mounier
574b3dc74b
Bump 3.1.3
3.1.3
2017-05-15 11:31:07 +02:00
Florian Mounier
269dd2b618
Fix crash on lsof on python3
2017-05-15 11:30:59 +02:00
Florian Mounier
0625e05cbb
Actually fix white-space on folded lines.
2017-05-10 16:01:40 +02:00
Florian Mounier
6b1101bc45
Fix white-space on folded lines.
2017-05-10 15:59:42 +02:00
Florian Mounier
3e6d0b203f
Bump 3.1.2
3.1.2
2017-05-03 10:27:40 +02:00
Florian Mounier
8189598dd6
Add __about__ __all__
2017-05-03 10:27:30 +02:00
Florian Mounier
4a8b5f2147
Add yarn.lock
2017-05-02 18:17:46 +02:00
Florian Mounier
f9a1ff4dea
Bump 3.1.1
3.1.1
2017-05-02 18:12:36 +02:00
Florian Mounier
96d88a5e91
Bump 3.1.0
3.1.0
2017-05-02 18:00:24 +02:00
Florian Mounier
bdc1c7a80d
Add a Makefile. Lint code. Fix butterfly open. Add a CHANGELOG.md
2017-05-02 17:59:52 +02:00