mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #254] [MERGED] Release 0.4.0 #824
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#824
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/254
Author: @benbusby
Created: 4/1/2021
Status: ✅ Merged
Merged: 4/5/2021
Merged by: @benbusby
Base:
main← Head:develop📝 Commits (10+)
01b810bAdd ability to redirect reddit.com to libredd.it (#180)35b5552Merge remote-tracking branch 'origin/main' into develop5689285Bump cryptography from 3.2 to 3.3.2 (#193)16b3d0fList public instances in readme0471809add basic keyboard supportc5fdf84Do not autocapitalize on index page search bar (#200)3958e60Merge branch 'develop' into develop4bbfc8cfix 'j' and 'k' inside search input38f1601Add basic keyboard support #202e066a19Ensure G logo doesn't appear in mobile img results📊 Changes
50 files changed (+1144 additions, -492 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/feature_request.md(+6 -0)📝
.github/workflows/buildx.yml(+2 -0)📝
Dockerfile(+30 -11)📝
README.md(+51 -16)📝
app.json(+53 -3)📝
app/__init__.py(+24 -9)📝
app/filter.py(+58 -33)📝
app/models/config.py(+21 -12)📝
app/request.py(+21 -20)📝
app/routes.py(+39 -43)📝
app/static/css/dark-theme.css(+92 -18)📝
app/static/css/header.css(+6 -0)➕
app/static/css/light-theme.css(+130 -0)➕
app/static/css/logo.css(+17 -0)📝
app/static/css/main.css(+52 -25)➖
app/static/css/search-dark.css(+0 -40)📝
app/static/css/search.css(+0 -12)➕
app/static/css/variables.css(+26 -0)📝
app/static/img/favicon/manifest.json(+11 -8)➕
app/static/img/whoogle.svg(+1 -0)...and 30 more files
📄 Description
New features:
whoogle.envWHOOGLE_DOTENV=1libredd.itredirectBug fixes and improvements:
Other:
*** Still TBD, needs further testing to ensure this is a long term fix
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.