Skip to content

Releases: eagledot/hachi

1.2

28 Oct 06:26
Compare
Choose a tag to compare

Full Back-end and Front-end rewrite.

Architecture has been re-written from scratch to support meta-data and Semantic search for the resources.
For now support only IMAGES.
Much better UX and UI.
Much faster queries and rendering of results.

This release would be in-compatible with previous versions, but supposed to be compatible with future releases with 2.0 being a stable release.

Please shift to this version by following guidelines in readme.

v1.1

24 Jun 07:26
Compare
Choose a tag to compare

What's Changed

  • Updated video decoding code allowing much faster indexing for videos.

  • Streaming video meta-data to hide latency, earlier request stalled until meta-data for videos in a directory was being collected. Very responsive.

  • Include/scan sub-directories too (optional) , while loading a specific video directory.

  • stateless indexing status, rather than using SSE events and complex logic with queues. Scalable and robust.

  • a minor memory leak plugged for windows based python module.

  • Formatting python files using 'black' module by @kuldeepx in #1

  • hachi frontend svelte project files by @kuldeepx in #2

Full Changelog: v1.0...v1.1

V1.0 Release

23 Mar 04:25
Compare
Choose a tag to compare
v1.0

clip python module