Skip to content

Releases: screwyprof/favkit

v0.5.0

23 Dec 22:33
6fa9591

Choose a tag to compare

0.5.0 (2024-12-23)

⚠ BREAKING CHANGES

  • Desktop and Downloads are now handled as custom locations with full paths instead of special targets with ~ notation.

Features

  • simplify target handling to use full paths (#12) (ac0e996)

Miscellaneous Chores

v0.4.0

22 Dec 19:20
38b950e

Choose a tag to compare

0.4.0 (2024-12-22)

Features

  • add special handling for Downloads folder (8e5817b)

v0.3.0

22 Dec 17:22
712d30d

Choose a tag to compare

0.3.0 (2024-12-22)

Features

  • handle special locations (Recents & Applications) in Finder sidebar (#9) (101102b)

v0.2.0

22 Dec 02:03
ef19056

Choose a tag to compare

0.2.0 (2024-12-22)

Features

  • improve AirDrop display in Finder sidebar (#6) (767c9aa)

v0.1.2

22 Dec 01:04
136b1ef

Choose a tag to compare

0.1.2 (2024-12-22)

Bug Fixes

  • correct release artifact packaging permissions (bb9f4e4)

v0.1.1

22 Dec 00:46
07abd8a

Choose a tag to compare

0.1.1 (2024-12-22)

Bug Fixes

  • trigger release with improved artifact packaging (4634922)

v0.1.0

22 Dec 00:10
4e437ec

Choose a tag to compare

0.1.0 (2024-12-21)

Features

  • add git hooks with pre-commit checks (1a3f935)
  • add Makefile linting and improve organization (c08dcfd)
  • add minimal FinderApi with acceptance test (486e0a9)
  • add nix-filter and improve build targets (3e22dfe)
  • add security audit to lint target (0aeb152)
  • favorites: add URL resolution for sidebar items (c5af86d)
  • implement display name retrieval for favorites (6e28a64)
  • introduce anti-corruption layer for favorites (88725da)
  • introduce MacOS API abstraction (31ccccd)
  • migrate to cargo-nextest (020da32)
  • sidebar: implement Display trait for SidebarItem (c211697)