aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Switched from using AsRef<str> to using &UriSilux2023-02-222-16/+17
| | | | | | | | | | | | | | | | I honestly just switched the definition and then frantically changed small things based on rusts error messages, but it passes fmt, clippy and tests so I think it's fine. This allow a bit finer control over the URI, but is honetly a bit insignificant.
| * Make the wget footer click to copySilux2023-02-221-1/+5
| |
| * Cleaned up thewget_footer function and generated commandSilux2023-02-221-18/+14
| | | | | | | | | | | | | | The command now has slightly more concise flags, the cut_dir flag gets omitted when it would be zero, if downloading root put files in a folder named the title of the page, use match claues instead of ifs, bit more concise I think
| * Fix the wget footerSilux2023-02-211-7/+11
| | | | | | | | ...by having it use the absolute url instead of the breadcrumbs
* | Merge pull request #1045 from svenstaro/dependabot/cargo/clap_mangen-0.2.9Sven-Hendrik Haase2023-02-231-2/+2
|\ \ | | | | | | Bump clap_mangen from 0.2.8 to 0.2.9
| * | Bump clap_mangen from 0.2.8 to 0.2.9dependabot[bot]2023-02-231-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.8...clap_mangen-v0.2.9) --- updated-dependencies: - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Add CHANGELOG entry for sorting subdir fixSven-Hendrik Haase2023-02-211-0/+1
| |
* | Merge pull request #991 from Vam-Jam/sort_down_fixSven-Hendrik Haase2023-02-211-1/+1
|\ \ | | | | | | [fix] Sorting breaks subdir downloading
| * | [fix] Sorting breaks subdir downloadingVamist2022-12-061-1/+1
| | | | | | | | | - Small check in render.rs make_link_with_trailing_slash to return nothing if link is empty, instead of adding a /
* | | Merge pull request #1041 from svenstaro/dependabot/cargo/grass-0.12.3Sven-Hendrik Haase2023-02-211-5/+4
|\ \ \ | | | | | | | | Bump grass from 0.12.2 to 0.12.3
| * | | Bump grass from 0.12.2 to 0.12.3dependabot[bot]2023-02-201-5/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [grass](https://github.com/connorskees/grass) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/connorskees/grass/releases) - [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md) - [Commits](https://github.com/connorskees/grass/commits) --- updated-dependencies: - dependency-name: grass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1040 from svenstaro/dependabot/cargo/http-0.2.9Sven-Hendrik Haase2023-02-211-2/+2
|\ \ \ | | | | | | | | Bump http from 0.2.8 to 0.2.9
| * | | Bump http from 0.2.8 to 0.2.9dependabot[bot]2023-02-201-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [http](https://github.com/hyperium/http) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.8...v0.2.9) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1044 from svenstaro/remove-cross-configSven-Hendrik Haase2023-02-211-3/+0
|\ \ \ | |/ / |/| | Remove Cross config now that there's been a release
| * | Remove Cross config now that there's been a releaseSven-Hendrik Haase2023-02-211-3/+0
|/ /
* | Bump depsSven-Hendrik Haase2023-02-161-27/+27
| |
* | Bump depsSven-Hendrik Haase2023-02-141-55/+62
| |
* | Merge pull request #1032 from svenstaro/dependabot/cargo/anyhow-1.0.69Sven-Hendrik Haase2023-02-111-2/+2
|\ \ | | | | | | Bump anyhow from 1.0.68 to 1.0.69
| * | Bump anyhow from 1.0.68 to 1.0.69dependabot[bot]2023-02-061-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.69. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.68...1.0.69) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump deps moreSven-Hendrik Haase2023-02-012-3/+19
| |
* | Bump depsSven-Hendrik Haase2023-02-011-108/+157
| |
* | Merge pull request #1030 from svenstaro/dependabot/cargo/grass-0.12.2Sven-Hendrik Haase2023-02-011-4/+4
|\ \ | | | | | | Bump grass from 0.12.1 to 0.12.2
| * | Bump grass from 0.12.1 to 0.12.2dependabot[bot]2023-02-011-4/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [grass](https://github.com/connorskees/grass) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/connorskees/grass/releases) - [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md) - [Commits](https://github.com/connorskees/grass/commits) --- updated-dependencies: - dependency-name: grass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump more depsSven-Hendrik Haase2023-01-223-24/+8
| |
* | Bump depsSven-Hendrik Haase2023-01-221-99/+98
| |
* | Merge pull request #1012 from svenstaro/dependabot/cargo/rustls-0.20.8Sven-Hendrik Haase2023-01-141-2/+2
|\ \ | | | | | | Bump rustls from 0.20.7 to 0.20.8
| * | Bump rustls from 0.20.7 to 0.20.8dependabot[bot]2023-01-141-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rustls](https://github.com/rustls/rustls) from 0.20.7 to 0.20.8. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.20.7...v/0.20.8) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1008 from svenstaro/dependabot/cargo/grass-0.12.1Sven-Hendrik Haase2023-01-141-2/+12
|\ \ | | | | | | Bump grass from 0.12.0 to 0.12.1
| * | Bump grass from 0.12.0 to 0.12.1dependabot[bot]2023-01-091-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [grass](https://github.com/connorskees/grass) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/connorskees/grass/releases) - [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md) - [Commits](https://github.com/connorskees/grass/commits) --- updated-dependencies: - dependency-name: grass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1009 from svenstaro/dependabot/cargo/regex-1.7.1Sven-Hendrik Haase2023-01-141-2/+2
|\ \ \ | | | | | | | | Bump regex from 1.7.0 to 1.7.1
| * | | Bump regex from 1.7.0 to 1.7.1dependabot[bot]2023-01-101-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.7.0...1.7.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Disable upx compression for mipsSven-Hendrik Haase2023-01-141-1/+1
| | | | | | | | | | | | It appears to be currently broken in upx 4.0.1
* | | Merge pull request #1010 from svenstaro/dependabot/cargo/assert_cmd-2.0.8Sven-Hendrik Haase2023-01-141-2/+2
|\ \ \ | | | | | | | | Bump assert_cmd from 2.0.7 to 2.0.8
| * | | Bump assert_cmd from 2.0.7 to 2.0.8dependabot[bot]2023-01-101-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.7...v2.0.8) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1011 from svenstaro/dependabot/cargo/rustls-pemfile-1.0.2Sven-Hendrik Haase2023-01-111-6/+12
|\ \ \ | |/ / |/| | Bump rustls-pemfile from 1.0.1 to 1.0.2
| * | Bump rustls-pemfile from 1.0.1 to 1.0.2dependabot[bot]2023-01-111-6/+12
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/commits/v/1.0.2) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1004 from connorskees/update-grassSven-Hendrik Haase2023-01-013-83/+42
|\ \ | | | | | | update grass to 0.12.0
| * | update Cargo.lockConnor Skees2023-01-011-80/+19
| | |
| * | update grass to 0.12.0Connor Skees2023-01-012-3/+23
| | |
* | | Merge pull request #998 from svenstaro/dependabot/cargo/fast_qr-0.7.0Sven-Hendrik Haase2023-01-012-3/+3
|\ \ \ | |/ / |/| | Bump fast_qr from 0.6.1 to 0.7.0
| * | Bump fast_qr from 0.6.1 to 0.7.0dependabot[bot]2023-01-012-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/erwanvivien/fast_qr/releases) - [Commits](https://github.com/erwanvivien/fast_qr/commits) --- updated-dependencies: - dependency-name: fast_qr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump depsSven-Hendrik Haase2023-01-011-33/+33
| |
* | Merge pull request #1006 from svenstaro/fix-freebsd-buildSven-Hendrik Haase2023-01-011-0/+3
|\ \ | | | | | | Try to fix FreeBSD build by using custom image
| * | Try to fix FreeBSD build by using custom imageSven-Hendrik Haase2023-01-011-0/+3
|/ / | | | | | | We need https://github.com/cross-rs/cross/pull/1166 here.
* | Fix more lintsSven-Hendrik Haase2022-12-311-1/+1
| |
* | Make clippy happySven-Hendrik Haase2022-12-301-1/+1
| |
* | Run cargo fmtSven-Hendrik Haase2022-12-305-40/+36
| |
* | Fix lintsSven-Hendrik Haase2022-12-1916-74/+72
| |
* | Bump depsSven-Hendrik Haase2022-12-192-253/+140
|/
* Bump depsSven-Hendrik Haase2022-11-282-42/+94
|