shadowsocks / shadowsocks-windows

A C# port of shadowsocks
Other
58.11k stars 16.41k forks source link

shadowsocks windows v5 #2979

Open Stzx opened 3 years ago

Stzx commented 3 years ago

The UI interface and internal code are heavily coupled in the current version, and other code is not cleaned up, which makes maintenance difficult.

Therefore, we decided to redraw the UI and clean up the related code to improve maintainability in the v5 version. We also migrated the UI from WinForms to WPF.

For v5/master changes, please make them through PR.

Here is a partial list of v5 work.

lovetingyuan commented 3 years ago

Could you support config.json hot update? When the gui-config.json is changed, ss client can apply it instantly.

DuckSoft commented 3 years ago

@lovetingyuan You can finish this function and open a pull request then. We’d appreciate your great work.

database64128 commented 3 years ago

@lovetingyuan It won't be supported.