What's new
Added
- Add MIT License (
LICENSE) under the MIT terms. - Justfile enhancements:
- Require
just(command-runner) in documentation. - Introduce a
packagerecipe (just package) to build and bundle release binaries. - Detect
current_platformdynamically viauname -m.
- Require
- GitHub Actions release workflow: enable
overwrite: trueinrelease.yml.
Changed
- Migrate
setDefaultApplicationandConfigManager.loadConfigto async/await; remove semaphore-based callbacks. - Simplify UTI resolution by passing
typeIdentifierdirectly. - Documentation updates:
- Clarify README summary and usage examples for file-type and URL-scheme associations.
- Revamp badges and stylistic copy (“ultra-powerful” intro, more user-friendly tone).
- Streamline source installation instructions (use
just packageand wildcard install).
Fixed
- Remove redundant separators in README.