Skip to content

Releases: koval01/whoogle-search-kdev

v0.8.2

15 Aug 16:20
Compare
Choose a tag to compare

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 to lxml.
  • 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

15 Aug 16:21
2600ad5
Compare
Choose a tag to compare
Add traefik instance configuration (#781)

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

v0.7.3

15 Aug 16:21
47df4da
Compare
Choose a tag to compare
Bump version to 0.7.3

v0.7.2

15 Aug 16:22
8a0b872
Compare
Choose a tag to compare
Bump version to 0.7.2

v0.7.1

15 Aug 16:22
1af4566
Compare
Choose a tag to compare
Bump version to 0.7.1

v0.7.0

15 Aug 16:22
84b5987
Compare
Choose a tag to compare
Remove `lsof` dependency in replit deploy (#569)

Use `killall -q python3` instead

v0.6.0

15 Aug 16:23
c6716e6
Compare
Choose a tag to compare
Enable tag builds for pypi and buildx workflows

v0.5.4

15 Aug 16:23
904091f
Compare
Choose a tag to compare
Bump version to 0.5.4

v0.5.3

15 Aug 16:23
a64a86e
Compare
Choose a tag to compare
Bump version to 0.5.3

v0.5.2

15 Aug 16:23
cbe32a0
Compare
Choose a tag to compare
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