Releases: h3yng/manhunt
Releases · h3yng/manhunt
Manhunt 1.0.1
Manhunt v1.0.0
Changelog
- 899acae ci(release): setup goreleaser and add license
- 43091a0 feat(app): add app entry point and config init command
- a23d04a feat(app): add bookmark upsert logic and save to config
- 609d63a feat(app): implement core logic and rofi handlers
- 0e82e18 feat(app): wire up main logic and move entry point
- 56e8649 feat(bookmarks): add url normalization and item listing
- ef4dda3 feat(commands): add command parsing and helper logic
- 14899dd feat(commands): add startupItems and dedupe aliases
- 416d5a5 feat(config): add base config and shortcut structs
- b54d6d4 feat(config): add config loading
- 6eedc0c feat(config): add default config and save it to configDir
- fc5b546 feat(core): init project with basic runner stubs and query logic
- ae0dd28 feat(links): add links and slash prefix logic for links
- 59e586d feat(runner): add rofi runner and selection logic
- f4e5b14 feat(search): implement search query resolution
- ecffc8a fix(typo): use config dir, and remove print lines
- 317a659 init project
- d004c5d refactor(rofi): use script mode for more effective handling