- Updated dark theme (#121)
- Dark theme is no longer the previous high contrast "white on black" color scheme
- New configuration settings
- Split interface and result language config (#89)
- Added option for using privacy respecting result alternatives (#106)
- `youtube.com` -> `invidiou.site`
- `twitter.com` -> `nitter.net`
- `instagram.com` -> `bibliogram.art`
- Improved search suggestion arrow key navigation behavior (#115)
- Added repl.it deployment (#114)
- Improved ad filtering for non-English results (f7380ae15d)
- Split interface and result language config (#89)
- New config option: privacy respecting result alternatives (#106)
- Updated search suggestion behavior (#115)
- Minor project improvements and refactoring:
- Added footer to results UI
- Updated opensearch template
- Various bug fixes, including:
- Fixed pipx run command (#118)
- Fixed browser autocomplete (#128)
- Fixed missing autofocus on search field in Firefox (dfb1e81fa1)
* Added country and safe search config options
* Updated handling of parser error in results test
* Improved handling of default country
* Added 1px empty gif fallback as a replacement for images that fail to load
This addresses #18, which brought up the issue of searching with Whoogle
with the search instance set to always use a specific container in
Firefox Container Tabs.
Could also be useful if you want to share your search results or
something, I guess. Though nobody likes when people do that.
* Added language configuration support
Main page now has a dropdown for selecting preferred language of
results.
Refactored config to be its own model with language constants.
* Added more language support
Interface language is now updated using the "hl" arg
Fixed chinese traditional and simplified values
Updated decoding of characters to gb2312
* Updated to use conditional decoding dependent on language
* Updated filter to not rely on valid config to work properly