Skip to content

Releases: avan06/htmlq

v1.1.1

Choose a tag to compare

@avan06 avan06 released this 20 Jan 17:02
e5c2435

What's Changed

  • Trim, remove new line,remove consecutive whites by @Mirochiu in #2

New Contributors

Full Changelog: v1.0.5...v1.1.1

v1.0.5

Choose a tag to compare

@avan06 avan06 released this 14 Aug 13:14

Using "go build", compile executable files for three platforms.
The executables have only been tested on Windows 10 and Linux 8.


Improved the program to handle the "unsupported pseudo-class selector" error.
#1 (comment)

The original program was using the css selector package ericchiang/css. Clearly, this package didn't offer robust support for pseudo-class selectors. Now, I've switched to another package, andybalholm/cascadia, which provides the necessary support.

v1.0.4

Choose a tag to compare

@avan06 avan06 released this 11 Aug 03:13

Using "go build", compile executable files for three platforms.
The executables have only been tested on Windows 10 and Linux 8.


v1.0.4 Add the arguments PrintQuerysInAllResult and PrintTextInAllResult

  • PrintQuerysInAllResult:
    Enable printing of query conditions in results
  • PrintTextInAllResult:
    Enter a text content for printing in all results. If the content contains "#{serial number}", the content of the specified serial number's result will be automatically printed in all results following that serial number