Skip to content

Releases: lxl66566/urldecoder

v1.3.2

05 Apr 04:58
Compare
Choose a tag to compare
publish; output end of line in verbose mode

urldecoder v1.3.1

10 Mar 06:47
Compare
Choose a tag to compare

bug fix:

  • fix the behave of adding tailing \n

urldecoder v1.3.0

09 Mar 13:11
Compare
Choose a tag to compare

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

24 Feb 08:08
Compare
Choose a tag to compare

feature:

  • support multiple input file pattern
    • breaking change: now urldecoder use origin glob to glob files, without **/ prefix. So you need to use **/*.md instead *.md in previous version.
  • friendlier error message

v1.1.1

20 Feb 05:20
Compare
Choose a tag to compare
add escape space, release v1.1.1

v1.1.0

18 Feb 03:22
Compare
Choose a tag to compare

bug fix:

  • remove warning from dir

features:

  • --exclude -e exclude folders and files

v1.0.1

17 Feb 17:29
Compare
Choose a tag to compare

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
  • display line change instead of url change