CHANGELOG
For a full overview of all changes see
https://notabug.org/CYBERDEViL/searx-qt
Version 0.2-beta3
- [FIX] Instance filtering was filtering out all instances when a engine
filter was set, this due searx-stats2 api changed.
Version 0.2-beta2
- [FIX] Crash: "QThread: Destroyed while thread is still running".
Version 0.2-beta1
- [NEW] Profiles.
- [NEW] Custom search categories (engine collections).
- [NEW] Custom (private?) instances (with user profile type).
- [NEW] Show results files information (torrent/magnet links, file count,
file size and peers)
- [NEW] Customize user-agent strings, with option to pick a random user-
agent string from the list for every request.
- [NEW] Application is translatable now. (There are no translations yet
but it's possible.)
- [NEW] Whitelist filter instances.
- [NEW] Keep settings window size persistent.
- [NEW] Updating instances from stats2 is threaded now.
- [UPT] Settings window got redesigned with tabs.
- [UPT] Engines will be checked / unchecked when a category gets checked
/ unchecked.
- [UPT] Documentation.
- [FIX]
QLayout: Attempting to add QLayout "" to QWidget "", which
already has a layout.
- [FIX] Keep current instance selected (Instances table) while it exists
after the table changed.
Version 0.1-beta2
- [NEW] Easier creation of Debian package with
python-stdeb
.
- [NEW] Ability to set the URL of the searx-stats2 instance (found in
Settings).
- [FIX] Instances version filter did display all left-over versions in
the combobox after adding one or more versions to the filter.
- [UPT] Documentation.