Commit Graph

75 Commits

Author SHA1 Message Date
Tim-Paik dc598b05ff update deps 2023-07-17 18:15:43 +08:00
Tim_Paik 2381628fc4
Merge pull request #6 from Tim-Paik/dependabot/cargo/h2-0.3.17
Bump h2 from 0.3.15 to 0.3.17
2023-04-14 01:11:16 +08:00
dependabot[bot] 93a2457ad6
Bump h2 from 0.3.15 to 0.3.17
Bumps [h2](https://github.com/hyperium/h2) from 0.3.15 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.15...v0.3.17)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-13 17:03:44 +00:00
Tim_Paik eabccd2c43
Merge pull request #5 from Tim-Paik/dependabot/cargo/comrak-0.17.0
Bump comrak from 0.14.0 to 0.17.0
2023-03-28 22:49:05 +08:00
dependabot[bot] 49c9a6d128
Bump comrak from 0.14.0 to 0.17.0
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.14.0 to 0.17.0.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](https://github.com/kivikakk/comrak/compare/0.14.0...0.17.0)

---
updated-dependencies:
- dependency-name: comrak
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28 14:42:08 +00:00
Tim_Paik d2a1eedfbb
Merge pull request #4 from Tim-Paik/dependabot/cargo/tokio-1.25.0
Bump tokio from 1.24.1 to 1.25.0
2023-02-07 11:39:28 +08:00
dependabot[bot] 931ac2707f
Bump tokio from 1.24.1 to 1.25.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.25.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.24.1...tokio-1.25.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 00:57:42 +00:00
Tim_Paik 9ad17590a1
Merge pull request #3 from Tim-Paik/dependabot/cargo/tokio-1.24.1
Bump tokio from 1.21.2 to 1.24.1
2023-01-08 14:16:35 +08:00
dependabot[bot] 29647d06c1
Bump tokio from 1.21.2 to 1.24.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.24.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.24.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 21:51:56 +00:00
Tim-Paik d4714cd8f5
Release 1.1.0 2022-11-13 17:27:25 +08:00
Tim-Paik 91f9993315
update deps 2022-11-13 17:02:39 +08:00
Tim-Paik fc809f9bc9
v1.0.5 2022-07-28 15:09:02 +08:00
Tim-Paik 479f6006a6
update deps 2022-07-28 15:06:33 +08:00
Tim-Paik c15c09f07c
add readme support 2022-07-28 01:39:51 +08:00
Tim-Paik 17c6053ed2
Release 1.0.4 2022-07-19 23:06:15 +08:00
Tim-Paik 4ccea5edf2
remove unused dependencies 2022-07-19 23:02:04 +08:00
Tim-Paik 8251624981
Replace tera with askama, split the code 2022-07-19 22:58:03 +08:00
Tim-Paik 46b7c6379f
Delete chrono, use time crate instead, update dependencies 2022-07-19 00:42:08 +08:00
Tim-Paik 39bcd56608
update deps 2022-07-02 11:23:25 +08:00
Tim-Paik f82e85aa66
update deps 2022-06-18 12:44:00 +08:00
Tim-Paik c98ef43525
Fixed the problem that log cannot be displayed in doc mode 2022-06-07 17:59:04 +08:00
Tim-Paik f1921d184d
update README 2022-06-07 12:15:36 +08:00
Tim-Paik d1d849d93b
update deps and reduce binary size 2022-06-07 11:35:06 +08:00
Tim-Paik 0217f3f1f6
Release 1.0.0 2022-06-07 11:06:42 +08:00
Tim-Paik c575147891
update deps 2022-06-07 10:25:45 +08:00
Tim_Paik 9d81ee2291
Merge pull request #2 from Tim-Paik/dependabot/cargo/regex-1.5.5
Bump regex from 1.5.4 to 1.5.5
2022-06-07 10:10:03 +08:00
Tim_Paik d6f7ec2380
Merge pull request #1 from Tim-Paik/dependabot/cargo/crossbeam-utils-0.8.8
Bump crossbeam-utils from 0.8.6 to 0.8.8
2022-06-07 10:08:52 +08:00
dependabot[bot] b4c980db32
Bump regex from 1.5.4 to 1.5.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
- [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.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 22:02:34 +00:00
dependabot[bot] 3953820138
Bump crossbeam-utils from 0.8.6 to 0.8.8
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.6 to 0.8.8.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.6...crossbeam-utils-0.8.8)

---
updated-dependencies:
- dependency-name: crossbeam-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 21:10:58 +00:00
Tim-Paik 92a69aa058
bug fixs 2022-06-06 18:23:20 +08:00
Tim-Paik fa3ca96fb7
bug fixs 2022-06-06 14:27:56 +08:00
Tim-Paik edc7fad925
add aarch64 support 2022-06-06 13:19:34 +08:00
Tim-Paik fd3c93a8d4
add update deps 2022-06-06 13:01:22 +08:00
Tim-Paik 2c1cdc5720 v1.0.0-rc.8 Update clap to 3.0.0, ready to release 2022-01-02 22:12:19 +08:00
Tim-Paik 02b6c26874 v1.0.0-rc.7 Update clap dependency, rewrite deprecated code, now has better color output 2021-10-24 21:46:08 +08:00
Tim-Paik 027d336643 v1.0.0-rc.6 Optimize the code and supplement the readme 2021-09-05 11:52:26 +08:00
Tim-Paik 62fd879e53 v1.0.0-rc.5 fixed undecode url and try to statically link msvc runtime 2021-09-03 18:41:58 +08:00
Tim-Paik 757a2943f4 v1.0.0-rc.4 add readme and 403 connection close bug fix 2021-08-25 22:35:12 +08:00
Tim-Paik 2cda2c0a45 1.0.0-rc.4 add readme and 403 connection close bug fix 2021-08-25 20:41:59 +08:00
Tim-Paik dda85e927a change name 2021-08-25 12:33:34 +08:00
Tim-Paik de00101713 add LICENSE 2021-08-25 00:05:33 +08:00
Tim-Paik 12993018ab 1.0.0-rc.3 log optimization and bug fix 2021-08-24 12:11:15 +08:00
Tim-Paik d59a3fc4a5 1.0.0-rc.2 xdg-open and tls bug fix 2021-08-23 17:47:56 +08:00
Tim-Paik 8db0f82d08 0.8.3-beta firefox dark mode bug fix 2021-08-23 15:27:48 +08:00
Tim-Paik e407395080 0.8.2-beta Update Github automatic build 2021-08-23 14:18:14 +08:00
Tim-Paik d6e64db5c7 0.8.1-beta Try to replace openssl with rustls 2021-08-23 14:08:20 +08:00
Tim-Paik 1ae50ebca8 0.8.0-beta cargo doc crate_name bug fix 2021-08-23 12:48:35 +08:00
Tim-Paik 2624d5d6fe github action 2021-08-22 18:40:26 +08:00
Tim-Paik 882201c3b0 github action 2021-08-22 18:08:38 +08:00
Tim-Paik 35381ee844 github action 2021-08-22 17:49:21 +08:00