v1.0.1
rishikanthc/Scriberrv1.0.1Aug 31, 2025by github-actions[bot]
AI Summary
Focuses on Docker containerization fixes, including UID/PID mapping and diarization logic improvements.
Key Highlights
- Fixed Docker UID/PID mapping issues
- Resolved Docker bind mount permission errors
- Switched diarization to WhisperX CLI
New Features
- Docker UID/PID fix
- Docker permissions fix
- WhisperX CLI diarization
Full Release Notes
## Scriberr v1.0.1 Welcome to this new release of Scriberr! ### Installation #### Homebrew (macOS/Linux) ```bash brew tap rishikanthc/scriberr brew install scriberr ``` #### Manual Installation Download the appropriate archive for your platform below, extract it, and place the binary in your PATH. ## Changelog ### Others * 9736ec44be1ed021de912e0c9ffff58438be804e: change default uid/pid to 1000 (@rishikanthc) * 2c868967b35e042624e115f968a5cb16c33052d6: fix docker not respecting env uid pid (@rishikanthc) * 2add3ec4d3443725de3d65b6659ebffeea9e0b42: fix permissions errors for docker bind mounts (@rishikanthc) * 6caf56aa0cd77ba8919324955d174568d3dcd131: fixed diarization to use whisperX-cli instead of python script (@rishikanthc) * f35b2efd757e1ad64053adcc97fde0684d38e9f2: fixes #158 and #160 (@rishikanthc) * 9a7212fa5db873d7687516b7520ef246b7d2bda2: fixes #161 (@rishikanthc) * a7846f9f6a479450241bad16918b0a4cfa575b8a: remove python scripts as they are no longer used (@rishikanthc)