Skip to content

Releases: h3yng/manhunt

Manhunt 1.0.1

07 May 08:10
d659f2b

Choose a tag to compare

Changelog

  • da3ad7a docs(readme): flesh out readme with install guide and usage info
  • d659f2b feat(app): add private mode and better browser handling
  • d3641a1 feat(config): save default config if it doesn't exist
  • 158dbf0 feat:(npm): add npm wrapper for manhunt

Manhunt v1.0.0

13 Apr 07:54
899acae

Choose a tag to compare

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