Commit graph

461 commits

Author SHA1 Message Date
Haishan
b6360d520a chore: increase css specificity of extended modal classes 2020-08-01 20:40:45 +08:00
Haishan
b7756145ca build: upgrade deps 2020-08-01 20:40:45 +08:00
Haishan
99688df556 v0.2.1 2020-07-13 10:50:16 +08:00
Haishan
80d0dff7bf
Merge pull request #508 from JokerQyou/master 2020-07-13 10:45:24 +08:00
Joker_
19dfbf7f2b
URI-encode secret before appending to websocket URL 2020-07-12 23:39:03 +08:00
Haishan
9de394eedf v0.2.0 2020-07-04 18:01:08 +08:00
Haishan
32bed273c8 feat: support rule provider 2020-07-04 17:58:56 +08:00
Haishan
55e928a87f v0.1.25 2020-07-01 21:35:43 +08:00
Haishan
fa8b9dac67 docs: add build command in README 2020-07-01 21:34:08 +08:00
Haishan
9055ea8f7e feat: support mixed-port 2020-06-30 22:49:15 +08:00
Haishan
9cd5b4efc2 build: upgrade deps 2020-06-30 22:49:15 +08:00
Haishan
25e2680cef v0.1.24 2020-06-22 22:39:49 +08:00
Haishan
b93c0267c8 fix: fix can not type in Chinese in proxy text filter input 2020-06-22 22:35:59 +08:00
Haishan
31fbdfc3df v0.1.23 2020-06-20 22:37:35 +08:00
Haishan
c600c7840a fix: fix color display for unavailable proxy item 2020-06-20 22:33:50 +08:00
Haishan
632c6a3735 feat: add a simple filter for proxy names 2020-06-20 22:28:43 +08:00
Haishan
71a7d8d4c1 v0.1.22 2020-06-18 21:07:30 +08:00
Haishan
40479ada88 fix: fix broken hideUnavailableProxies setting 2020-06-18 21:03:29 +08:00
Haishan
f1d0714f19 refactor: make proxy group lowest latency item when sorting by latency 2020-06-18 20:50:59 +08:00
Haishan
eb28e99f2b fix(config): fix mode switching 2020-06-18 20:45:43 +08:00
Haishan
48acdbb5be
Merge pull request #499 from zhzy0077/patch-1 2020-06-18 20:39:33 +08:00
Haishan
9d5d238082 v0.1.21 2020-06-17 00:40:43 +08:00
Haishan
629062d945 refactor(proxies): make the content header and settings button sticky 2020-06-17 00:36:38 +08:00
Haishan
320cc4bff7 chore: use flex for proxy items layout 2020-06-16 23:41:22 +08:00
Haishan
cee7dff478 feat: toggle to close old connections automatically when switching proxy 2020-06-16 23:41:17 +08:00
Haishan
babe27f9d2 feat: use special color for non-proxy summary view dot item 2020-06-16 22:22:01 +08:00
Zhiyuan Zheng
c0adc3a792
Fix: fix the case mistake in config logic.
**Issue:**
When changing the mode, Clash server will return an error `{"message":"Body invalid"}`.

**Changes:**
According to the https://github.com/Dreamacro/clash/blob/master/tunnel/mode.go. Make first-letter uppercase to make the mode-changing work. Tested locally.
2020-06-16 13:26:49 +08:00
Haishan
c848d8414e fix: default to big latency for items with unavailable statistics when sorting
for https://github.com/haishanh/yacd/issues/496
2020-06-16 00:03:16 +08:00
Haishan
0bf2d72d05 refactor: use grid for proxy list layout 2020-06-15 23:17:50 +08:00
Haishan
98f0753cdc build: upgrade deps 2020-06-14 23:30:12 +08:00
Haishan
263a4335eb v0.1.20 2020-06-08 22:39:27 +08:00
Haishan
00b96ae397 chore: switch to Open Sans and reduce emitted font files 2020-06-08 22:39:27 +08:00
Haishan
6808047241
Merge pull request #493 from haishanh/dependabot/npm_and_yarn/websocket-extensions-0.1.4 2020-06-07 23:47:33 +08:00
dependabot[bot]
2f8e778851
build: bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-07 15:41:21 +00:00
Haishan
2ef281c7cd v0.1.19 2020-06-07 18:45:13 +08:00
Haishan
361effbd98 changed: switch primary font family from Merriweather Sans to Inter
also starting to self hosting font files
2020-06-07 18:42:25 +08:00
Haishan
e864feb401 fix: mode not display correctly due to clash API change
for https://github.com/haishanh/yacd/issues/491
2020-06-07 18:41:12 +08:00
Haishan
201f6904c2 added: modal prompt to close previous connections when switch proxy 2020-06-07 17:09:23 +08:00
Haishan
bbb9f55183 v0.1.18 2020-06-04 00:11:36 +08:00
Haishan
bf17be6a65 added: test latency button for each proxy group 2020-06-04 00:05:57 +08:00
Haishan
07082c5b09 build: compile ts files with babel 2020-06-03 21:44:00 +08:00
Haishan
c9ed1d8ae6 v0.1.17 2020-06-03 00:06:53 +08:00
Haishan
238e1e7df3 changed: reduce connections table visual width
for #488
2020-06-03 00:04:09 +08:00
Haishan
2edb46d7f6 build: upgrade deps 2020-06-02 00:11:35 +08:00
Haishan
d6c767cefb v0.1.16 2020-05-31 16:10:32 +08:00
Haishan
0203cab9af
Merge pull request #487 from pinzhenx/filter 2020-05-31 16:06:53 +08:00
eddium
a4fb1ccd65 feat(conns): add filter 2020-05-31 12:26:01 +08:00
Haishan
bff19ea28b v0.1.15 2020-05-25 23:40:21 +08:00
Haishan
38eb417688 add: add loading status to test latency button 2020-05-25 23:38:48 +08:00
Haishan
d729818d11 v0.1.14 2020-05-17 22:02:30 +08:00