Releases: lxl66566/urldecoder
Releases · lxl66566/urldecoder
v1.3.2
urldecoder v1.3.1
bug fix:
- fix the behave of adding tailing
\n
urldecoder v1.3.0
features:
- enhance performance.
- using tokio to process files parallelly
- reduce str decode times.
In result, this release brings 2x faster decode performance.
version | TotalSeconds |
---|---|
v1.2.0 | 1.4150043 |
v1.3.0 | 0.5194647 |
v1.2.0
v1.1.1
v1.1.0
v1.0.1
bug fix:
- print urls that does not change
- fix glob pattern bug
- enforce parameter, to avoid change file content carelessly
feature:
- not display utf-8 encode error by default
- add
--verbose
-v
, to show encoding error anyway
- add
- display line change instead of url change