Skip to content

v1.1.0

Choose a tag to compare

@philocalyst philocalyst released this 24 Apr 21:49

What's new

Added

  • Add MIT License (LICENSE) under the MIT terms.
  • Justfile enhancements:
    • Require just (command-runner) in documentation.
    • Introduce a package recipe (just package) to build and bundle release binaries.
    • Detect current_platform dynamically via uname -m.
  • GitHub Actions release workflow: enable overwrite: true in release.yml.

Changed

  • Migrate setDefaultApplication and ConfigManager.loadConfig to async/await; remove semaphore-based callbacks.
  • Simplify UTI resolution by passing typeIdentifier directly.
  • 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 package and wildcard install).

Fixed

  • Remove redundant separators in README.