Skip to content

Releases: ncoevoet/facet

Contre-jour (v1. 0.7)

06 Apr 06:12
1bf714b

Choose a tag to compare

What's Changed

  • fix: prevent culling group ID collisions and preserve manual selections by @white-hat in #6

New Contributors

Full Changelog: v1.0.6...v1.0.7

Pellicule (v1.0.6)

26 Mar 08:24

Choose a tag to compare

darkroom (v1.0.5)

21 Mar 13:32

Choose a tag to compare

Flare (v1.0.4)

21 Mar 00:09

Choose a tag to compare

blue hour (v1.0.3)

19 Mar 23:33

Choose a tag to compare

fix: remove dead shared-person code, unused method, and duplicated SQL

Remove shared-person feature remnants (routes, backend endpoints, share
tokens, component logic/specs) since person sharing was removed from the
UI. Delete unused onPersonChange method. Extract duplicated date-filter
SQL in timeline endpoints into build_date_range_clauses helper.

Clarity (v1.0.2)

18 Mar 18:49

Choose a tag to compare

fix: update test specs for protected properties and renamed methods

- stats.component.spec: access protected signals via any cast
- gallery.store.spec: add missing show_capsules/show_folders features
- folders.component.spec: fix Observable type for queryParams mock
- shared-view.component.spec: replace loadMore() with onScrollReached()

bokeh (v1.0.0)

17 Mar 21:17

Choose a tag to compare

Facet 1.0.0 — AI-powered photo analysis engine

Multi-dimensional scoring, face recognition, semantic search, capsules,
timeline, map, albums, AI critique, captions, and a full Angular 20 gallery.
267 tests. Supports VRAM profiles from CPU-only to 24 GB.

See CHANGELOG.md for the complete feature list.

0.4

12 Mar 13:36

Choose a tag to compare

0.4

Full Changelog: 0.3...0.4

0.3

10 Mar 08:00

Choose a tag to compare

0.3
fix(saliency): fix BiRefNet dtype mismatch and SigLIP embedding extra…