What's Changed
- [Fixed] Handling the following issues: #689 #567 #596 #664 #611 #593 #586 #442
- [Improved] Update dependencies, update React to v18.1.0, update Electron to v19.0.1
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #684
- Fix the problem of Linux icon. by @EmeryWan in #694
- Add Linux tray menu; Fix tray window position; Fix AppImage APP icon by @EmeryWan in #695
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #699
- Bump plist from 3.0.4 to 3.0.5 by @dependabot in #700
- Bump moment from 2.29.1 to 2.29.2 by @dependabot in #702
- 任务栏小窗开关 by @ClDaniel1 in #703
- Multi chose folder switch all by @ClDaniel1 in #704
- chore: replace taobao mirror by @watonyweng in #713
- 为 linux 平台添加一个选项控制是否使用系统框架 by @moonheart in #712
New Contributors
- @EmeryWan made their first contribution in #694
- @watonyweng made their first contribution in #713
- @moonheart made their first contribution in #712
Full Changelog: v4.1.1...v4.1.2
What's Changed
- [Fixed] Handling the following issues: #689 #567 #596 #664 #611 #593 #586 #442
- [Improved] Update dependencies, update React to v18.1.0, update Electron to v19.0.1
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #684
- Fix the problem of Linux icon. by @EmeryWan in #694
- Add Linux tray menu; Fix tray window position; Fix AppImage APP icon by @EmeryWan in #695
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #699
- Bump plist from 3.0.4 to 3.0.5 by @dependabot in #700
- Bump moment from 2.29.1 to 2.29.2 by @dependabot in #702
- 任务栏小窗开关 by @ClDaniel1 in #703
- Multi chose folder switch all by @ClDaniel1 in #704
- chore: replace taobao mirror by @watonyweng in #713
- 为 linux 平台添加一个选项控制是否使用系统框架 by @moonheart in #712
New Contributors
- @EmeryWan made their first contribution in #694
- @watonyweng made their first contribution in #713
- @moonheart made their first contribution in #712
Full Changelog: v4.1.1...v4.1.2-beta
- [New] Add German translation #679
- [Fixed] Fix a bug in the search function #634
- [Improved] Optimize the appearance in dark mode
- [Improved] Update dependencies, update Electron to v17.0.0
- [New] 添加德语翻译 #679
- [Fixed] 修复一处搜索的问题 #634
- [Improved] 优化夜间模式的一些样式
- [Improved] 更新依赖,Electron 升级到 v17.0.0
What's Changed
- Optimize the appearance in dark mode by @Aaron00101010 in #671
- Add german translation by @bergo in #679
New Contributors
- @Aaron00101010 made their first contribution in #671
- @bergo made their first contribution in #679
Full Changelog: v4.1.0...v4.1.1
- [New] Added "append" mode when writing to system hosts (originally "overwrite" mode)
- [New] Added a setting to change the data storage path, now you can save hosts data to other directories
- [Improved] Update dependency, update Electron to v16.0.5
- [New] 写入系统 hosts 时,新增“追加”模式(原本为“覆盖”模式)
- [New] 新增修改数据存储路径的设置,现在可以将 hosts 数据保存到其他目录了
- [Improved] 更新依赖,更新 Electron 到 v16.0.5
- [New] Add toggle developer tools menu item
- [Fixed] Fix an issue with dock icons causing a blank interface on Windows
- [Improved] Upgrade dependencies; upgrade Electron to 13.0.1
- [New] 添加切换开发者工具菜单项
- [Fixed] 修复 Windows 下一处关于 dock 图标导致界面空白的问题
- [Improved] 升级依赖;升级 Electron 为 13.0.1 版
- [New] Add a new find & replace function, press Ctrl + F (Cmd + F on macOS) to open the find & replace panel
- [New] The list tree can be multi-selected (hold down the Shift or Ctrl/Cmd key)
- [Fixed] Fix the problem that the cursor cannot be seen in dark mode
- [Fixed] Fixed the problem that some scheme is not displayed in the group mode
- [Improved] Uses multi-select mode by default
- [New] 添加新的查找及替换功能,按 Ctrl + F(macOS 下为 Cmd + F)可切换到查找及替换面板
- [New] 目录树可以多选(按住 Shift 或 Ctrl/Cmd 键)
- [Fixed] 修复夜间模式下光标看不见的问题
- [Fixed] 修复组合模式下部分内容未显示的问题
- [Improved] Hosts 方案默认使用多选模式
The panel of find and replace:
After three weeks of beta testing, SwitchHosts v4.0 is finally officially released.
Compared with v3.x, this is a completely rewritten version, which establishes a better foundation for subsequent updates.
In terms of core functions (management, switching hosts), it has not changed much, but some minor issues that have been kept in the issue for a long time have been dealt with, such as using a proxy to update remote hosts, etc., and some experience details have also been obtained optimization.
If you find a problem or bug, please submit an issue feedback or PR!
Happy switching!
经过三周的 beta 测试,SwitchHosts v4.0 终于正式发布了。
与 v3.x 相比,这是一个彻底重写的版本,为后续的更新建立了更好的基础。
在核心功能(管理、切换 hosts)上,它没有太大的变化,不过一些在 issue 中保持了很长时间的小问题得到了处理,比如使用代理更新远程 hosts 等等,一些体验细节也得到了优化。
如果发现问题或 bug,欢迎提交 issue 反馈或者 PR!
祝 Switch 愉快!
- Add data import and export support
- Add HTTP API
- Improve the interface under Windows
- Some other styles and minor function adjustments
- 添加数据导入导出支持
- 添加 HTTP API
- 改进 Windows 下的界面
- 一些其他样式及小功能调整
This is the fourth version of SwitchHosts!
This version has made a lot of changes internally, almost all of the code has been rewritten, some unreasonable places have been fixed, and a new UI and architecture have been added to facilitate subsequent improvements and extensions.
It is still in the beta stage. Some functions have not been implemented, such as Alfred support. There may be some unknown issues. If you find out, please submit an issue or pull request, thank you very much!
Happy switching!
这是 SwitchHosts 的第四个版本!
这个版本在内部做了很多改变,代码几乎全部重写了,修复了一些不合理的地方,同时有了新的 UI 以及架构,方便后续进一步改进扩展。
目前还是 beta 阶段,一些功能还没有实现,比如 Alfred 支持等,可能还有一些未知的问题,如果你发现了,请提交 issue 或者 pull request,非常感谢!
祝 Switch 愉快!