Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version 3.0.3

+11 -3
+9 -1
CHANGELOG.md
··· 5 5 6 6 ## [Unreleased] 7 7 8 + ## [3.0.3] – 2025-09-29 9 + ### Changed 10 + - Replaced emojis with devicons 11 + 12 + ### Fixed 13 + - Workflow action hopefully?... 14 + 8 15 ## [3.0.2] – 2025-09-29 9 16 ### Added 10 17 - Configuration handling now prefers **XDG-compliant directories** over traditional fallback locations, ensuring consistent behavior across environments. ··· 413 420 414 421 --- 415 422 416 - [Unreleased]: https://github.com/your-org/your-repo/compare/v3.0.2...HEAD 423 + [Unreleased]: https://github.com/your-org/your-repo/compare/v3.0.3...HEAD 424 + [3.0.3]: https://github.com/your-org/your-repo/compare/v3.0.2...v3.0.3 417 425 [3.0.2]: https://github.com/your-org/your-repo/compare/v3.0.1...v3.0.2 418 426 [3.0.1]: https://github.com/philocalyst/infat/compare/v3.0.0…v3.0.1 419 427 [3.0.0]: https://github.com/philocalyst/infat/compare/v2.5.2…v3.0.0
+1 -1
Cargo.lock
··· 306 306 307 307 [[package]] 308 308 name = "infat-cli" 309 - version = "3.0.2" 309 + version = "3.0.3" 310 310 dependencies = [ 311 311 "clap", 312 312 "clap_complete",
+1 -1
infat-cli/Cargo.toml
··· 1 1 # infat-cli/Cargo.toml 2 2 [package] 3 3 name = "infat-cli" 4 - version = "3.0.2" 4 + version = "3.0.3" 5 5 edition = "2024" 6 6 description = "Command-line interface for infat" 7 7 license = "MIT"