Commit Graph

389 Commits

Author SHA1 Message Date
yicheng b42ba7123f Feature: Use apple prefer way to run privileged task 2019-08-18 22:25:02 +08:00
yichengchen a6e09a625e Fix: manual import Sparkle without pods && Bump Version 2019-07-31 13:03:27 +08:00
yichengchen e407436534 Feature: update readme 2019-07-30 21:14:20 +08:00
yichengchen eca4238208 Fix: error url scheme decoding 2019-07-30 21:02:15 +08:00
yichengchen 3f40cd5869 Improve: fix storyboard warnings 2019-07-30 15:29:09 +08:00
yichengchen b3842ca78e Fix: add missing button for log level silent 2019-07-30 15:23:55 +08:00
yichengchen ddf44630e0 Fix: error placement of group.enter() 2019-07-30 14:26:58 +08:00
yichengchen b9a576df4d Improve: add missing translate 2019-07-30 14:24:55 +08:00
yichengchen 4838ccaf45 Fix: some crash in remoteConfigViewController 2019-07-30 14:21:36 +08:00
yichengchen 08b9ac7595 Feature: add notarize task for ci in release 2019-07-30 10:59:07 +08:00
yichengchen 4daf34da4c Feature: upgrade Sparkle to support hardened runtime 2019-07-30 10:57:44 +08:00
yichengchen 4623d1621c Bump Version 2019-07-29 19:07:05 +08:00
yichengchen 330c737665 Fix: add missing translates 2019-07-29 19:04:17 +08:00
yichengchen 520735a5a4 Fix: showing config file changed notice after remote config update 2019-07-29 19:01:07 +08:00
yichengchen 19e6986345 Bugfix: update remote config button in menu no work 2019-07-29 18:46:27 +08:00
yichengchen eea8407f4b Improve: Fix crash in remoteConfigViewConytroller 2019-07-29 12:03:54 +08:00
yichengchen f94e38f5c3 Improve: support url scheme clash, and remove additional / in the url path 2019-07-29 12:03:24 +08:00
yichengchen 3d209e0251 Improve: export command: socks5->socks5h 2019-07-28 19:44:43 +08:00
yichengchen 3b5549fa90 Feature: add translates 2019-07-28 19:09:02 +08:00
yichengchen 765541e07a Feature: support url import
format: clashx:///install-config?url=http%3A%2F%2Fexample.com
2019-07-28 18:56:30 +08:00
yichengchen f51948b30f Improve: fix config file watcher and remove unused code 2019-07-28 17:37:59 +08:00
yichengchen 599393879a Feature: add mutil remote config update check at launch 2019-07-28 17:08:10 +08:00
yichengchen a79b1f4927 Feature: interface for mutil remote config manage 2019-07-28 16:28:55 +08:00
yichengchen 7fdd889128 Bump Version 2019-07-28 13:49:32 +08:00
yichengchen 44f9d12ec2 Improve: upgrade deps 2019-07-28 13:25:22 +08:00
yichengchen 591f476a53 Feature: upgrade clash core 2019-07-28 12:43:11 +08:00
yichengchen 6728658ce0 Improve: remove menu item width limits 2019-07-28 12:41:41 +08:00
yichengchen 49fadd4826 Feature: normalize translates 2019-07-28 12:39:49 +08:00
yichengchen 5549dd8196 Feature: check remote config file formate before replace it 2019-07-28 11:49:22 +08:00
yichengchen 4ea006684c Feature: auto remove old error config after upgarde 2019-07-28 11:48:35 +08:00
yicheng 0a12af2856 Bump Version 1.10.0 2019-06-29 18:54:34 +08:00
yicheng 60bfa1cd52 Feature: upgrade clash core and rename all .yml to .yaml 2019-06-29 18:52:05 +08:00
yicheng 59acf7916c Feature: Upgrade go version in ci 2019-06-29 17:49:51 +08:00
yicheng 34095f0404 Feature: upgrade deps 2019-06-29 17:48:18 +08:00
Jason Chen bf8277b46f Fix typo 2019-05-31 13:02:52 +08:00
Jason Chen d3f8c99fd3 Update README.md 2019-05-31 13:02:52 +08:00
yicheng 7ade9a11c2 Fix menu item show 2019-05-17 11:07:24 +08:00
yicheng 93d044c101 Fix aboutViewController link no work 2019-05-17 11:07:11 +08:00
yicheng 040a9ef40a Chore: Remove dsym file upload in ci 2019-05-17 10:54:56 +08:00
yicheng 6eaa3cc31e Feature: add kDidUpdateRemoteConfigHook hook 2019-05-17 10:50:00 +08:00
yicheng 2661f1f5d9 Bump Version 2019-05-17 10:43:39 +08:00
yicheng 2f6b5d6614 Feature: sort the proxy group 2019-05-17 10:25:49 +08:00
yicheng 63c0f16cd3 Feature: add shortcut for proxy mode 2019-05-16 16:02:38 +08:00
yicheng 4b5c088dce Fix: dashboard close shortcut not work with caps lock 2019-05-16 14:10:28 +08:00
yicheng 8045f58082 Improve: remove remote config fetch cache 2019-05-16 12:38:53 +08:00
yicheng efc4a5facf Add kProxyEnableHook kProxyDisableHook
### Run custom custom scripts after set/unset system proxy.
    - set kProxyEnableHook and kProxyDisableHook in your termial

        defaults write com.west2online.ClashX kProxyEnableHook -string "Your commond"
        defaults write com.west2online.ClashX kProxyDisableHook -string "Your commond"

    - For Examole:

      defaults write com.west2online.ClashX KproxyEnableHook -string "/usr/local/bin/python3 /Users/username/.config/clash/proxy_up.py"
2019-05-12 11:13:18 +08:00
yichengchen 94ede83f49 Chore: Set speed label font to system 9 regular 2019-05-11 11:49:57 +08:00
yichengchen cf15f17588 Fix ci release build 2019-05-10 22:12:53 +08:00
yichengchen c31e1e3a48 Bump Version 2019-05-10 21:47:05 +08:00
yichengchen d75543e02b Feature: Allow show proxy group desicion in first class menuitem 2019-05-10 21:42:43 +08:00