forked from oldj/SwitchHosts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
合并 charlestang 的修改,修复重启时候不能加载正确图标颜色的问题。
- Loading branch information
Showing
4 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* Email: [email protected] | ||
* Blog: http://oldj.net/ | ||
* Source: https://github.com/oldj/SwitchHosts | ||
* Latest Stable: 0.2.2.1784 | ||
* Latest Stable: 0.2.2.1785 | ||
|
||
|
||
这是一个用于快速切换 hosts 文件的小程序,基于 Python 和 wxPython 开发。 | ||
|
@@ -26,7 +26,7 @@ | |
|
||
你可以直接下载源码到本地运行或编辑,或者在下面下载可执行版本: | ||
|
||
* [SwitchHosts! Windows 绿色版下载](https://github.com/downloads/oldj/SwitchHosts/SwitchHosts_v0.2.1.1780.zip) | ||
* [SwitchHosts! Windows 绿色版下载](https://github.com/downloads/oldj/SwitchHosts/SwitchHosts_v0.2.2.1785.zip) | ||
* [所有下载](https://github.com/oldj/SwitchHosts/downloads) | ||
* [SwitchHosts! 支持Common Host版本 绿色版下载](https://github.com/downloads/charlestang/SwitchHosts/SwitchHosts-6794add.zip) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
class SwitchHostsApp(object): | ||
|
||
VERSION = "0.2.2.1784" | ||
VERSION = "0.2.2.1785" | ||
|
||
def __init__(self): | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters