-
Notifications
You must be signed in to change notification settings - Fork 16.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎂 ForwardProxyView + HotkeysView + OnlineConfigView + VersionUpdatePromptView #2991
Conversation
…omptView - Infrastructure: use one HttpClient instance throughout the lifecycle - Version update: rewrite the update service and add update prompt window - Server sharing: add copy link button - Dependencies: add ReactiveUI.Events.WPF, ReactiveUI.Fody, ReactiveUI.Validation, WPFLocalizeExtension, MdXaml
- Since we now use System.Version, it's no longer needed.
- Thanks @DuckSoft for the review suggestions
- Include localization .dll folders when packaging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The quick test is pass, base appveyor Shadowsocks-4.2.0.78.zip
version.
👍 Looks good to me, but someone else must approve.
- Workaround for ElementHost bug
After 24 hours test, There looks have an issue: Everytime when I start Shadowsocks, the "No available update" message bubble always popup. If I disable IMHO, If not user manually check update then popup "No available update" is no necessity. |
@chenshaoju Thanks for the feedback! I'm adding a check to prevent the no available updates pop-up from showing up when it |
Please follow the guide below
You will be asked some questions, please read them carefully and answer honestly
Put an
x
into all the boxes [ ] relevant to your pull request (like that [x])Use Preview tab to see how your pull request will actually look like
Searched for similar pull requests
Compiled the code with Visual Studio
Require translation update
Require document update (readme.md, wikipage, etc)
What is the purpose of your pull request?
Description of your pull request and other information
HttpClient
instance throughout the lifecycleReactiveUI.Events.WPF
,ReactiveUI.Fody
,ReactiveUI.Validation
,WPFLocalizeExtension
,MdXaml