Skip to content

Commit

Permalink
## ver 1.0.2 (2015-10-19)
Browse files Browse the repository at this point in the history
添加:

1. 添加对hosts格式化功能(Ctrl+Shift+F)
2. 关于菜单中,添加快捷键菜单
3. 分组菜单中,增加菜单:添加分组
4. 标题栏中显示当前DNS名称
  • Loading branch information
yaniswang committed Oct 19, 2015
1 parent 1fa4d57 commit 18b8995
Show file tree
Hide file tree
Showing 9 changed files with 2,285 additions and 2,232 deletions.
177 changes: 93 additions & 84 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,85 +1,94 @@
hostsPlus 变更日志
====================

## ver 1.0.1 (2014-7-28)

添加:

1. 权限问题导致hosts写入失败时,引导至帮助页面

## ver 1.0.0 (2014-7-24)

添加:

1. 添加自动探测活动网卡名字功能,能自适应兼容Windows和Mac系统
2. 添加方案保存菜单
3. 添加字体大小修改功能

## ver 0.9.7 (2013-5-29)

添加:

1. 系统栏图标添加方案选择菜单

修正:

1. 更新codemirror到最新3.12版,修正了某些特殊场景下部分区域隐藏的问题

调整:

1. 当无分组信息时,系统栏图标右键菜单中不显示分组菜单

## ver 0.9.6 (2013-4-24)

添加:

1. 添加由于hosts权限问题而写入失败的提醒
2. 添加导入HAR文件批量CDN检测功能

修正:

1. 修正检测远程Hosts导致的内存泄露问题

## ver 0.9.5 (2013-3-12)

添加:

1. 添加搜索和替换功能,并支持正则搜索
2. 添加全局备份和恢复功能,方便重装系统时备份数据
3. 添加远程Hosts功能,以支持公司内全局范围的Hosts共享
4. 添加CDN一致性检测功能,发布时可轻松检测全球生效情况
5. 添加由于hosts权限问题而写入失败的提醒
6. Mac版本添加DNS切换支持

调整:

1. codeMirror升级为v3.1

## ver 0.9.4 (2012-9-1)

添加:

1. 切换方案和分组时,会提示“您的编辑结果还没保存,需要为您保存吗?”,若选择“是”会自动保存

修正:

1. 按Ctrl + P等特殊按钮会插入一些看不见的特殊字符
2. 在启用重定向到主机名功能时,修正了内存泄露问题
3. 修改后再撤销,标题栏没有恢复为未修改状态
4. IE DNS缓存关闭后重启软件没有记住状态问题的修正
5. 当同一个机器名或域名被多次重定向时,会发起多次请求的修正
6. hostsPlus被外部强制关闭会造成数据丢失的问题

调整:

1. 由GPL协议调整为更开放的MIT协议
2. codeMirror升级到2.32版本
3. 标题里的方案名调整显示到最前面
4. 取消Ctrl + G的限制,可在任意行新建分组


## ver 0.9.3 (2012-8-7)

添加:

hostsPlus 变更日志
====================

## ver 1.0.2 (2015-10-19)

添加:

1. 添加对hosts格式化功能(Ctrl+Shift+F)
2. 关于菜单中,添加快捷键菜单
3. 分组菜单中,增加菜单:添加分组
4. 标题栏中显示当前DNS名称

## ver 1.0.1 (2014-7-28)

添加:

1. 权限问题导致hosts写入失败时,引导至帮助页面

## ver 1.0.0 (2014-7-24)

添加:

1. 添加自动探测活动网卡名字功能,能自适应兼容Windows和Mac系统
2. 添加方案保存菜单
3. 添加字体大小修改功能

## ver 0.9.7 (2013-5-29)

添加:

1. 系统栏图标添加方案选择菜单

修正:

1. 更新codemirror到最新3.12版,修正了某些特殊场景下部分区域隐藏的问题

调整:

1. 当无分组信息时,系统栏图标右键菜单中不显示分组菜单

## ver 0.9.6 (2013-4-24)

添加:

1. 添加由于hosts权限问题而写入失败的提醒
2. 添加导入HAR文件批量CDN检测功能

修正:

1. 修正检测远程Hosts导致的内存泄露问题

## ver 0.9.5 (2013-3-12)

添加:

1. 添加搜索和替换功能,并支持正则搜索
2. 添加全局备份和恢复功能,方便重装系统时备份数据
3. 添加远程Hosts功能,以支持公司内全局范围的Hosts共享
4. 添加CDN一致性检测功能,发布时可轻松检测全球生效情况
5. 添加由于hosts权限问题而写入失败的提醒
6. Mac版本添加DNS切换支持

调整:

1. codeMirror升级为v3.1

## ver 0.9.4 (2012-9-1)

添加:

1. 切换方案和分组时,会提示“您的编辑结果还没保存,需要为您保存吗?”,若选择“是”会自动保存

修正:

1. 按Ctrl + P等特殊按钮会插入一些看不见的特殊字符
2. 在启用重定向到主机名功能时,修正了内存泄露问题
3. 修改后再撤销,标题栏没有恢复为未修改状态
4. IE DNS缓存关闭后重启软件没有记住状态问题的修正
5. 当同一个机器名或域名被多次重定向时,会发起多次请求的修正
6. hostsPlus被外部强制关闭会造成数据丢失的问题

调整:

1. 由GPL协议调整为更开放的MIT协议
2. codeMirror升级到2.32版本
3. 标题里的方案名调整显示到最前面
4. 取消Ctrl + G的限制,可在任意行新建分组


## ver 0.9.3 (2012-8-7)

添加:

1. 添加Linux和Mac两个平台的支持
46 changes: 23 additions & 23 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@

The MIT License
================

Copyright (c) 2014 Yanis Wang \< yanis.wang@gmail.com \>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

The MIT License
================

Copyright (c) 2014-2015 Yanis Wang \< yanis.wang@gmail.com \>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
122 changes: 61 additions & 61 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
hostsPlus
================

![hostsPlus logo](https://raw.github.com/yaniswang/hostsPlus/master/img/logo.png)

hostsPlus是一款强大的hosts增强管理软件,可以方便高效的管理您的hosts绑定,是您开发的得力助手。

![hostsPlus screenshot](https://raw.github.com/yaniswang/hostsPlus/master/img/screenshot.png)

功能
================

1. 多文件Hosts方案管理
2. 单Hosts文件中分组管理
3. 远程Hosts
4. 切换DNS
5. CDN一致性检测
6. 主题支持
7. 跨平台兼容:Windows,Mac

文档
================

1. 使用手册: [https://github.com/yaniswang/hostsPlus/wiki/manual](https://github.com/yaniswang/hostsPlus/wiki/manual)

下载
================

Releases: [https://github.com/yaniswang/hostsPlus/releases](https://github.com/yaniswang/hostsPlus/releases)

协议
================

hostsPlus is released under the MIT license:

> The MIT License
>
> Copyright (c) 2014 Yanis Wang \<yanis.wang@gmail.com\>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.
感谢
================

* GitHub: [https://github.com/](https://github.com/)
hostsPlus
================

![hostsPlus logo](https://raw.github.com/yaniswang/hostsPlus/master/img/logo.png)

hostsPlus是一款强大的hosts增强管理软件,可以方便高效的管理您的hosts绑定,是您开发的得力助手。

![hostsPlus screenshot](https://raw.github.com/yaniswang/hostsPlus/master/img/screenshot.png)

功能
================

1. 多文件Hosts方案管理
2. 单Hosts文件中分组管理
3. 远程Hosts
4. 切换DNS
5. CDN一致性检测
6. 主题支持
7. 跨平台兼容:Windows,Mac

文档
================

1. 使用手册: [https://github.com/yaniswang/hostsPlus/wiki/manual](https://github.com/yaniswang/hostsPlus/wiki/manual)

下载
================

Releases: [https://github.com/yaniswang/hostsPlus/releases](https://github.com/yaniswang/hostsPlus/releases)

协议
================

hostsPlus is released under the MIT license:

> The MIT License
>
> Copyright (c) 2014-2015 Yanis Wang \<yanis.wang@gmail.com\>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.
感谢
================

* GitHub: [https://github.com/](https://github.com/)
* CodeMirror: [http://codemirror.net/](http://codemirror.net/)
Loading

0 comments on commit 18b8995

Please sign in to comment.