Releases: eagledot/hachi
1.2
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
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
Full Changelog: v1.0...v1.1
V1.0 Release
v1.0 clip python module