whoogle-search/app
Don-Swanson cffef7aa15
Update dependencies and configuration for version 1.2.0
- Bump target Python version to 3.12 in `pyproject.toml`.
- Update Flask to version 3.1.2 in `requirements.txt`.
- Remove deprecated dark mode configuration from the application.
- Adjust logo rendering in templates to remove dark mode dependency.
- Update GitHub Actions workflows to support the 'updates' branch for builds.
- Increment version to 1.1.3 with an optional update-testing tag.
2025-11-26 11:47:54 -06:00
..
models Update dependencies and configuration for version 1.2.0 2025-11-26 11:47:54 -06:00
services Refactor search function to improve title extraction by including CVA68e class and enhance content retrieval logic with additional snippet class handling, ensuring more accurate results. 2025-10-01 20:58:51 -05:00
static Merge pull request #1228 from tunazorlu/turkishtranslation 2025-09-14 08:23:01 -05:00
templates Update dependencies and configuration for version 1.2.0 2025-11-26 11:47:54 -06:00
utils Refactor User Agent handling in request.py and ua_generator.py 2025-11-23 22:16:53 -06:00
__init__.py Update README and codebase to enhance User Agent handling 2025-11-23 20:35:08 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Update dependencies in requirements.txt and refactor file handling in app initialization and utility functions to use context managers for better resource management. Adjust filter logic to utilize 'string' instead of 'text' for BeautifulSoup queries, enhancing compatibility with future versions. 2025-09-23 22:14:41 -05:00
request.py Refactor User Agent handling in request.py and ua_generator.py 2025-11-23 22:16:53 -06:00
routes.py Update dependencies and configuration for version 1.2.0 2025-11-26 11:47:54 -06:00
version.py Update dependencies and configuration for version 1.2.0 2025-11-26 11:47:54 -06:00