NOTE: Settings/profiles from older versions of Searx-Qt will not work
because those versions store non-mutable objects and are hard to migrate.
Therefore you should delete your old config directory (possible at
~/.config/CYBERDEViL/searx-qt
, depending on your GNU/Linux distro).
For future versions of Searx-Qt config migration code should be no
problem to implement.
- [NEW] Guard; put failing instances on timeout or the blacklist based on
settable rules. This is optional.
- [NEW] Settable style and theme.
- [NEW] Search language favorites.
- [NEW] Extra info for search results (suggestions, corrections,
unresponsive_engines, infoboxes and answers).
- [NEW] Show image format in search results when available.
- [NEW] Ability to collapse categories and engines labels.
- [NEW] Option from context-menu to uncheck all categories/engines.
- [NEW] Store last used search language in profile.
- [NEW] Added splitter between search options and search results.
- [NEW] Added a horizontal splitter in the Categories Manager.
- [NEW] Stucture/data-type of json response verification, not to strict tho.
- [NEW] Profile presets (Web, Tor, i2p)
- [NEW] Make CLI spam settable.
- [NEW] Stats2 'analytics' filter.
- [NEW] Find text in search results (Ctrl+F)
- [NEW] Promt error dialog when updating instances failed.
- [FIX] Clear search query on profile load.
- [FIX] Bug where it was possible to create a profile with empty name.
- [UPT] Changed instance version filter to a minimum version filter.
- [UPT] Documentation.