aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* refactor(configuration): Derive Default traitFuwn2026-01-211-0/+1
|
* refactor(response): Remove escaped newlinesFuwn2026-01-211-14/+7
|
* fix(response): Use charset instead of mime in nocss Content-TypeFuwn2026-01-211-1/+1
|
* perf: Cache environment variables at startupFuwn2026-01-215-56/+85
|
* fix(main): Remove deprecated std::env::set_var useFuwn2026-01-211-2/+6
|
* fix(html,url): Resolve clippy pedantic lints and reduce allocationsFuwn2026-01-212-34/+30
|
* feat!: Overhaul KEEP_GEMINI configuration optionFuwn2025-06-073-71/+71
|
* fix(response): Always proxy images as raw bytesFuwn2025-06-051-0/+10
|
* chore: Bump MSRVFuwn2025-06-021-3/+7
|
* style: Use nightly Rust formatterFuwn2025-06-023-23/+14
|
* deps: Bump compatible dependenciesFuwn2025-06-021-1/+1
|
* fix(response): Robust path pattern matchingFuwn2025-05-271-15/+25
|
* fix(html): Show Gemini fragment when condensing by linkFuwn2025-05-271-1/+1
|
* fix(html): Default condense behaviour regressionFuwn2025-05-271-3/+6
|
* fix(html): Escape nested list items in headingsFuwn2025-05-211-3/+10
|
* refactor(src): Remove unnecessary allocationsFuwn2025-05-214-50/+87
|
* refactor(url): simplify approachFuwn2025-01-141-52/+46
|
* format(configuration): reformat using rustfmt rulesFuwn2025-01-141-20/+8
|
* fix(html): relative url handlingFuwn2025-01-142-8/+26
|
* fix(response): mobile html viewportFuwn2024-11-021-2/+2
|
* fix(html): render pre as basic textFuwn2024-09-141-1/+5
|
* fix(html): selection and highlighting bordersv0.2.30Fuwn2024-07-271-15/+6
|
* feat(html): clear adjacent link indicatorsFuwn2024-07-271-2/+45
|
* fix(html): use markdown safetyFuwn2024-07-241-2/+7
|
* feat(response): update proxy documentationFuwn2024-07-241-6/+6
|
* style(response): clippy cleanupFuwn2024-07-241-9/+10
|
* refactor(response): move configuration into structFuwn2024-07-245-25/+48
|
* chore: remove semi-outdated technical informationFuwn2024-07-243-24/+2
|
* fix(response): remove hard path fixerFuwn2024-07-241-79/+39
|
* fix(response): handle non-trimmed redirect assumptionsv0.2.26Fuwn2024-07-211-3/+14
|
* fix(html): parse base path urlsFuwn2024-07-201-0/+2
|
* refactor: remove all explicit clonesv0.2.24Fuwn2024-06-292-19/+16
|
* fix(html): empty alt text behaviourFuwn2024-06-291-4/+10
|
* fix(response): new latex.css locationFuwn2024-06-271-1/+1
|
* fix(html): replace relative path with absolute pathv0.2.20Fuwn2024-06-191-8/+12
|
* feat: bump septemberv0.2.19Fuwn2024-06-191-1/+7
|
* refactor: remove long file headersFuwn2024-06-194-68/+0
| | | | There's a LICENSE file anyway.
* feat: CONDENSE_LINKS_AT_HEADINGS configuration optionFuwn2024-06-191-1/+16
|
* feat(response): PLAIN_TEXT_ROUTES wildcard matchingv0.2.18Fuwn2024-06-151-1/+37
|
* feat: custom primary colour variableFuwn2024-06-131-5/+17
|
* refactor(url): use unwrap instead of mapFuwn2024-06-071-10/+7
|
* fix(response): fallback on no contentFuwn2024-05-231-1/+1
|
* deps(germ): bump to 0.4.0Fuwn2024-04-041-3/+5
|
* feat(html): condense links optionFuwn2024-04-041-2/+28
|
* feat(response): clean up proxy infoFuwn2024-04-042-12/+7
|
* feat(cargo): bump versionv0.2.14Fuwn2024-04-021-1/+7
|
* feat(html): silent image embedding optionFuwn2024-04-021-5/+10
|
* feat(html): embed images flagFuwn2024-04-021-0/+23
|
* feat(response): show redirect content on redirectv0.2.13Fuwn2024-03-261-9/+41
|
* refactor(url): rename makeFuwn2024-03-262-4/+4
|