aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore(build): Replace vergen with git-based build scriptHEADmainFuwn2026-02-183-827/+51
* chore(deps): Remove unused anyhow and disable comrak default featuresFuwn2026-02-182-268/+1
* build: Switch from Earthly to DockerfileFuwn2026-02-184-41/+73
* feat(response): Add input/sensitive-input handlingFuwn2026-02-183-1/+174
* chore(Cargo.toml): Bump version patchFuwn2026-02-102-2/+2
* feat: Support HTTP/0.9Fuwn2026-02-106-0/+150
* chore: Bump version patch to v0.3.2Fuwn2026-01-212-2/+2
* chore(deps): Bump indirect dependenciesFuwn2026-01-211-743/+669
* refactor(configuration): Derive Default traitFuwn2026-01-211-0/+1
* chore(rustfmt.toml): Update version to style_editionFuwn2026-01-211-2/+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
* chore(Cargo): Bump version patchFuwn2025-06-232-2/+2
* feat(css): Responsive font sizeFuwn2025-06-231-1/+7
* feat(css): Proportional line-height to font-size scalingFuwn2025-06-231-1/+1
* chore: Bump version minorFuwn2025-06-072-2/+2
* docs(Configuration.md): Grammatical clean-upFuwn2025-06-071-11/+11
* feat!: Overhaul KEEP_GEMINI configuration optionFuwn2025-06-075-87/+79
* chore: Bump version patchFuwn2025-06-052-2/+2
* fix(response): Always proxy images as raw bytesFuwn2025-06-053-3/+13
* chore: Bump MSRVFuwn2025-06-022-4/+8
* chore: Bump version patchFuwn2025-06-022-2/+2
* ci(check): Use stable RustFuwn2025-06-021-1/+1
* style: Use nightly Rust formatterFuwn2025-06-024-23/+19
* chore(just): Pin Fuwn/justfiles cargo.justFuwn2025-06-021-1/+1
* deps: Bump compatible dependenciesFuwn2025-06-023-298/+608
* chore: Bump version patchFuwn2025-05-272-2/+2
* fix(response): Robust path pattern matchingFuwn2025-05-271-15/+25
* docs(Configuration.md): Add missing backtickFuwn2025-05-271-1/+1
* fix(html): Show Gemini fragment when condensing by linkFuwn2025-05-271-1/+1
* fix(html): Default condense behaviour regressionFuwn2025-05-271-3/+6
* chore(Cargo): Bump version in lock-fileFuwn2025-05-271-1/+1
* chore: Bump version patchFuwn2025-05-211-1/+1
* build(container): Simplify build taskFuwn2025-05-211-29/+6
* fix(html): Escape nested list items in headingsFuwn2025-05-211-3/+10
* refactor(src): Remove unnecessary allocationsFuwn2025-05-214-50/+87
* chore(just): Use base Cargo Justfile from Fuwn/justfilesFuwn2025-05-212-17/+6
* chore(git): Update ignored filesFuwn2025-05-211-0/+4
* ci: bump rustFuwn2025-01-142-3/+3
* docs(cargo): add minimum rust version for lock file version 4 supportFuwn2025-01-141-0/+1
* docs(cargo): bump versionFuwn2025-01-142-4/+4
* 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
* chore(crate): bump versionFuwn2024-11-022-2/+2
* deps: bump all to latest compatible releaseFuwn2024-11-022-399/+161
* fix(response): mobile html viewportFuwn2024-11-021-2/+2