summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-10Bump peaceiris/actions-mdbook from 1 to 2 (#360)HEADmaindependabot[bot]
2024-04-10Bump peaceiris/actions-gh-pages from 3 to 4 (#359)dependabot[bot]
2024-04-10Add BSD platform support and update workflows (#354)K.B.Dharun Krishna
2024-03-03Performance optimization with cargo flags (#355)Linus Walker
2024-02-15Change custom page files to use a `.md` extension (#322)Zacchary Dempsey-Plante
2024-02-11Update the Nix package link in the documentation (#353)Zacchary Dempsey-Plante
2024-02-11Bump MSRV to 1.64 (#352)Danilo Bargen
2024-01-17Add release build target "linux-aarch64-musl" for platform "linux/arm64" (#351)Nicolai Fröhlich
2023-11-21Update Arch Linux package URL in installing.md (#348)Felix Yan
2023-10-21Update Github actions badge (#346)Niklas Mohrin
2023-10-02Add "Tips and Tricks" chapter to user manual (#342)Niklas Mohrin
2023-08-27Allow querying multiple platforms (#300)JJ Style
2023-08-13Cargo.toml: Update license field following SPDX 2.1 license expression standa...Andrea Frigido
2023-07-10Include `completion/*` in published crate (#333)Niklas Mohrin
2023-07-06Update CI workflows (#324)K.B.Dharun Krishna
2023-07-06Completions: Add checks for wrong `tldr --list` output (#327)Iliia Maleki
2023-07-06Guard Fish completion when cache is empty (#331)Adam Henley
2023-07-05Line iterator: Improve test functions (#316)qknogxxb
2023-02-14Allow building with native-tls (#303)Danilo Bargen
2023-02-12Merge pull request #293 from dbrgn/documentation-fixesDanilo Bargen
2023-02-12Docs: Consistent capitalization of tealdeerDanilo Bargen
2023-02-12Docs: Remove section about overriding cache dirDanilo Bargen
2023-02-12Docs: Mention building with bundled rootsDanilo Bargen
2023-02-12Docs: Remove note about OpenSSLDanilo Bargen
2023-02-12CHANGELOG: Fix typoDanilo Bargen
2023-02-12Line iterator: Drop empty line without allocating (#314)qknogxxb
2023-02-10Docs: Add Debian to packaged list (#315)Blair Noctis
2023-02-07Obey 1.67 clippy lints (#313)tveness
2023-01-11Docs: Fix typo (irregular space → regular space) (#310)Y.D.X
2022-12-24Upgrade env_logger: 0.9 → 0.10Danilo Bargen
2022-12-24Run cargo updateDanilo Bargen
2022-12-18Docs: Add scoop package manager as supported installation method (#305)Mohit Raj
2022-10-24Update CHANGELOGDanilo Bargen
2022-10-24Release v1.6.1v1.6.1Danilo Bargen
2022-10-22Run cargo update (#299)Danilo Bargen
2022-10-22Fix path source for custom pages dir (#297)Danilo Bargen
2022-10-11Docs: improve grammar (#296)Cyrus Yip
2022-10-02Release v1.6.0v1.6.0Danilo Bargen
2022-10-01Run cargo update (#291)Danilo Bargen
2022-10-02Merge pull request #290 from dbrgn/remove-deprecated-commandsDanilo Bargen
2022-10-01Remove deprecated -m/--markdown commandDanilo Bargen
2022-10-01Remove deprecated -o/--os commandDanilo Bargen
2022-10-01Remove deprecated --config-path commandDanilo Bargen
2022-10-01Merge pull request #276 from dbrgn/cache-dir-configDanilo Bargen
2022-10-01Lazy creation of cache directoryDanilo Bargen
2022-10-01Impl From<RawX> for more config typesDanilo Bargen
2022-10-01Cache: Add pages_dir helper methodDanilo Bargen
2022-10-01Cache: Make URL a parameter, not a fieldDanilo Bargen
2022-10-01Move custom_pages_dir business logic from RawConfig to ConfigDanilo Bargen
2022-10-01Add integration test for cache_dirDanilo Bargen