62 Commits

Author SHA1 Message Date
c15c09f07c
add readme support 2022-07-28 01:39:51 +08:00
17c6053ed2
Release 1.0.4 v1.0.4 2022-07-19 23:06:15 +08:00
4ccea5edf2
remove unused dependencies 2022-07-19 23:02:04 +08:00
8251624981
Replace tera with askama, split the code 2022-07-19 22:58:03 +08:00
46b7c6379f
Delete chrono, use time crate instead, update dependencies v1.0.3 2022-07-19 00:42:08 +08:00
39bcd56608
update deps 2022-07-02 11:23:25 +08:00
f82e85aa66
update deps v1.0.2 2022-06-18 12:44:00 +08:00
c98ef43525
Fixed the problem that log cannot be displayed in doc mode 2022-06-07 17:59:04 +08:00
f1921d184d
update README 2022-06-07 12:15:36 +08:00
d1d849d93b
update deps and reduce binary size v1.0.1 2022-06-07 11:35:06 +08:00
0217f3f1f6
Release 1.0.0 v1.0.0 2022-06-07 11:06:42 +08:00
c575147891
update deps 2022-06-07 10:25:45 +08:00
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
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
92a69aa058
bug fixs v1.0.0-rc.10 2022-06-06 18:23:20 +08:00
fa3ca96fb7
bug fixs 2022-06-06 14:27:56 +08:00
edc7fad925
add aarch64 support 2022-06-06 13:19:34 +08:00
fd3c93a8d4
add update deps v1.0.0-rc.9 2022-06-06 13:01:22 +08:00
2c1cdc5720 v1.0.0-rc.8 Update clap to 3.0.0, ready to release v1.0.0-rc.8 2022-01-02 22:12:19 +08:00
02b6c26874 v1.0.0-rc.7 Update clap dependency, rewrite deprecated code, now has better color output v1.0.0-rc.7 2021-10-24 21:46:08 +08:00
027d336643 v1.0.0-rc.6 Optimize the code and supplement the readme v1.0.0-rc.6 2021-09-05 11:52:26 +08:00
62fd879e53 v1.0.0-rc.5 fixed undecode url and try to statically link msvc runtime v1.0.0-rc.5 2021-09-03 18:41:58 +08:00
757a2943f4 v1.0.0-rc.4 add readme and 403 connection close bug fix v1.0.0-rc.4 2021-08-25 22:35:12 +08:00
2cda2c0a45 1.0.0-rc.4 add readme and 403 connection close bug fix 2021-08-25 20:41:59 +08:00
dda85e927a change name 2021-08-25 12:33:34 +08:00
de00101713 add LICENSE 2021-08-25 00:05:33 +08:00
12993018ab 1.0.0-rc.3 log optimization and bug fix v1.0.0-rc.3 2021-08-24 12:11:15 +08:00
d59a3fc4a5 1.0.0-rc.2 xdg-open and tls bug fix v1.0.0-rc.2 2021-08-23 17:47:56 +08:00
8db0f82d08 0.8.3-beta firefox dark mode bug fix v0.8.3-beta v1.0.0-rc.1 2021-08-23 15:27:48 +08:00
e407395080 0.8.2-beta Update Github automatic build v0.8.2-beta 2021-08-23 14:18:14 +08:00
d6e64db5c7 0.8.1-beta Try to replace openssl with rustls v0.8.1-beta 2021-08-23 14:08:20 +08:00
1ae50ebca8 0.8.0-beta cargo doc crate_name bug fix v0.8.0-beta 2021-08-23 12:48:35 +08:00
2624d5d6fe github action v0.7.9-beta 2021-08-22 18:40:26 +08:00
882201c3b0 github action 2021-08-22 18:08:38 +08:00
35381ee844 github action 2021-08-22 17:49:21 +08:00
5e635c7e49 github action 2021-08-22 17:46:24 +08:00
60bfcca6af github action 2021-08-22 17:27:53 +08:00
8290b08147 github action 2021-08-22 17:15:23 +08:00
469f948e15 github action 2021-08-22 17:00:45 +08:00
252f3cc166 github action 2021-08-22 16:59:51 +08:00
0dad86b103 github action 2021-08-22 16:52:30 +08:00
7197306227 github action 2021-08-22 16:51:20 +08:00
4ae8af6f28 github action 2021-08-22 16:50:30 +08:00
85c4a25109 github action 2021-08-22 16:47:47 +08:00
7bfdfd20ea github action 2021-08-22 16:44:33 +08:00
17ebb00a78 github action 2021-08-22 16:23:10 +08:00
b99bf2c447 0.7.2-beta cargo doc support and bugs fix 2021-08-22 15:49:00 +08:00
45d5d12487 0.6.5-beta Rewrite based on actix_web 2021-08-21 20:10:41 +08:00