Releases: edermi/skweez
Releases · edermi/skweez
1.2
Changelog
- ca03318 Add option for custom headers
- a24877c Add option for custom user-agent
- 6fe3870 Add option to filter out non ascii chars
- 0a69c96 Cleanup header feature, use cobra's StringArray instead of StringSlice to allow headers containing a comma (not that uncommon)
- ec2d2e3 Fix error when header key contains space
- 2e7dd28 Merge branch 'filter-non-ascii' of github.com:braunbearded/skweez into braunbearded-filter-non-ascii
- 9e38c74 Merge branch 'main' into filter-non-ascii
- d90b0db Merge branch 'main' into header
- d08cd29 Merge pull request #2 from braunbearded/user-agent
- 34eab09 Merge pull request #3 from braunbearded/header
- 3d48959 Merge pull request #5 from braunbearded/split-fix
- f22cbc0 Simplify logic
- 8be78d9 Update README
- db472a8 Update dependencies
- f952166 Updated program help output in README
- 1f97919 Use golang.org/x/exp/utf8string for checking if a word only contains ascii chars. Encodings are complex and using a dedicated library for such a topic is IMO the way to go
- 92a7b6e split by other whitespace characters