Skip to content

Releases: avan06/htmlq

v1.0.5

14 Aug 13:14
Compare
Choose a tag to compare

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

11 Aug 03:13
Compare
Choose a tag to compare

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