Releases: mateconpizza/gurl
Releases 路 mateconpizza/gurl
Release list
v0.1.7
[0.1.7] - 2026-01-25
Bug Fixes
- (extractor/user) Use
NewRegexExtractor - (extractor) Panic when
Extractfn is nil
Features
- (cli) Add
menuflag - (cli) Remove
atotto/clipboarddependency - (regex) Add case-insensitive pattern
- Add execute command once, with all search results as arguments.
Other
- (deps) Update Go to
1.24 - (linter) Update
golangci-lint
Refactor
- (extractor) Move
deduplicationto scanning phase - (core) Add
Appstruct and encapsulateapplogic - (extractors) Implement
NewRegexExtractorfactory - (extractor) Allow
customextraction logic per extractor - (extractors) Implement concurrent pipeline with ordered output
- (scanner) Optimize result handling
- (core) Add session management
- (help)
sortbuilt-in extractor output - (cli) Restructure
extractorsystem andCLIinterface - (cli) Remove
execflag - (core) Add
contextandsignalhandling for cmd execution - (core) Restructure global flags into
Argsstruct
Documentation
- Updates
- Update
README
Performance
- (core)
preallocateslice capacity
Testing
- (extractor) Add
selectExtractors - (types) Add
resolveTypes - (extractors) Add
buildExtractorRegistry - (input) Add
processInputData - (extract) Add
runExtractor - (output) Add
outputData - (types) Add
parseTypes - (parser) Add
user extractors - Add
getItemsFrom - (custom) Update
- (regex) URLs regex (main)
Miscellaneous Tasks
- Add
pre-commithooks conf - (go) Update module path
- (core) Improve code structure
- Clean dead code
- Better naming
[0.1.6] - 2024-10-20
Features
STDOUTafter selection.
Miscellaneous Tasks
- Minor update
[0.1.5] - 2024-08-21
Bug Fixes
menuargs flag- Remove
linterson build - (regex) Tweaks
Features
- (args) Add default
urlsflag - (menu) Add
[-p|--prompt]flag - Use slice pointer
- Add
bufio.Scanner
Miscellaneous Tasks
- Add logs
- Simple updates
[0.1.3] - 2024-07-19
Bug Fixes
- Remove unused
channel - Remove
spinner - Limit results to flag
limitFlag
Features
- (flag) Add
ignoreURLs - (args) Add
-e,--emailflag - Add simple
spinner - (make) Add
install/uninstalloption - Tags
v0.1.1
Documentation
- Update
README - Update
README - Update
README - Update
README - Update
README - Update
README
[0.1.1] - 2024-04-03
Bug Fixes
- (regex) Obtain before
whitespace
Features
- (regex) Add custom regex
- (items) Show
uniqueitems - Add
versionflag - Add find emails
- Add
handleActionfunc - Add
indexoption - Add
dumpURLs tofile - Add
limitto results - Add
printflag - Add
Makefile - Add
mainlogic - Extract
URLsfrom data - Add
verbosemode - (menu) Add
dmenu - Add
browserenvironment variable - (regex) Add
regexfor URLs
Refactor
- (regex) Remove
magnet - (regex) Remove
magnet - Extract
addIndex - Tweaking
helpmsg - Simple
mainfn - Clean-up
- Simple
flags - Tweaking
urlRegex - (menu) Add methods
Documentation
- Update
README - Add
README - Add func comments