Releases: koval01/whoogle-search-kdev
Releases · koval01/whoogle-search-kdev
v0.8.2
Release Notes - Version 0.8.2
Updates and Improvements
- Added missing translation keys to
translations.json
. - Updated the test suite to include valid translation keys.
- Improved print mode in pytest for more comprehensive output.
- Enhanced the
replace_any_case
function in the results utility module. - Fixed a regex issue that was causing problems.
- Updated
Generated_files.xml
for better performance. - Updated
autocomplete.min.js
to the latest version. - Made updates to the CSS for improved styling.
- Deleted the
currency.min.js.map
file. - Implemented hot fixes for various issues.
- Updated the design of the question filter.
- Updated the
.gitignore
file in the build directory. - Implemented logic to remove unused cache busting pointers.
- Fixed the style of search suggestions in the images tab.
- Changed the main font to 'Inter'.
- Updated the error template for better usability.
- Improved error template to enhance user experience.
- Updated the search style for a more polished look.
- Updated additional IDE-related files.
- Ignored the build path for JetBrains IDE.
- Added only minified files to the build path.
- Added support for the Kazakh language.
- Removed unused style tags.
- Minified and migrated from the default
html.parser
tolxml
. - Updated translations for improved accuracy.
- Skipped the OpenAI filter if no token is found in the environment.
- Deleted the
fly.toml
file. - Removed unnecessary entries from
requirements.txt
. - Merged changes from the main remote-tracking branch.
- Deleted the
pipfile
. - Updated
requirements.txt
to reflect dependencies accurately. - Updated dependencies in
requirements.txt
to stay up-to-date. - Updated the certificate authority bundle to
certifi-2023.7.22
.
Please note that all of these changes are only a part, not all of the changes in version 0.8.2.
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.4
v0.5.3
v0.5.2
Hotfix: extract only 'q' element from query string Occasionally the search results will contain links with arguments such as 'dq', which was being erroneously used in attempts to extract the 'q' element from query strings. This enforces that only links with '?q=' or '&q=' (elements with a standalone 'q' arg) will have the element extracted. I also refactored the naming of this element once extracted to be just 'q'. Although this seems counterintuitive, it makes a little more sense since this element is the one we're extracting. It's a vague url arg name, but it is what it is. Bump version to 0.5.2 for hotfix release