- Fix Updater (again)
- Fix a crash when speedtesting groups
- Add rule condition
inbound
- Add search functionality for Front and Landing proxies
- Configure domain rules that use direct outbound to use Direct DNS 1
- Improve themes and add the QDarkStyle theme 2
- Fix Linux system proxy setter not working 3
- Improve log visibility in dark mode
- Fix
Chinese bypass
route profile missingcn_SITE
rule-set - Other fixes and improvements
1
All rule conditions that match domains and use direct outbound will also be applied to dns direct rules. This will fix a slowdown reported in accessing domestic websites.
2
Since Qt does not properly handle dark mode in Linux based systems, a custom theme with dark color settings has been added for such environments.
3
Due to some library mismatch this feature was broken. The libxcb-cursor
lib is no longer shipped with Nekoray, if the app failed to launch please make sure to manually install this library. For ubuntu sudo apt-get install -y libxcb-cursor-dev
can be used. For other distros, please find out which package provides this library and install it. In case the app did not run even with the said steps taken, please run ./launcher in terminal and then copy LD_LI... ./nekoray
and run it in the terminal, it will report the missing library which then you can install manually. Also please report the missing library in issues so that it can be shipped if needed.
- This version has been re-released once to hotfix a bug regarding an error with
system proxy
set whenallow other devices to connect
is on.