Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Latest commit

 

History

History
116 lines (53 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

116 lines (53 loc) · 4.54 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.0-rc.14 (2023-09-29)

Features

  • added model downloading (99fe9a3)

Performance Improvements

  • added whisper context caching (6418108)

Code Refactorings

  • improved error handling (9e3d049)

0.1.0-rc.13 (2023-09-28)

Features

  • switched to pure rust for whisper (940046a)

Code Refactorings

0.1.0-rc.12 (2023-03-13)

Features

  • added preliminary support for statically linking python (47684da)
  • amalgamated end recording and begin transcription buttons (c2df14e)

Bug Fixes

  • increased font size of textbox (e8258d0)

0.1.0-rc.11 (2023-03-12)

Bug Fixes

  • macos: added extension module linker args (82b8a51)

0.1.0-rc.10 (2023-03-12)

Features

  • added unix packaging system (d11c765)

Bug Fixes

  • fixed layout for error view (2912de9)

Documentation Changes

  • added proper usage instructions (147a1a2)

0.1.0-rc.9 (2023-03-12)

0.1.0-rc.8 (2023-03-12)

0.1.0-rc.7 (2023-03-12)

0.1.0-rc.6 (2023-03-12)

0.1.0-rc.5 (2023-03-12)

0.1.0-rc.4 (2023-03-12)

Bug Fixes

  • updated to perseus v0.4.0-beta.22 (a4839b3)

0.1.0-rc.3 (2023-03-12)

Bug Fixes

  • fixed deployment config (286682a)

0.1.0-rc.2 (2023-03-11)

Bug Fixes

  • fixed up release system (ba001c5)

0.1.0-rc.1 (2023-03-11)

Features

  • added proper styling and made everything work (d385b41)
  • added recording functionality (ffa8dc2)
  • began the project! 🎉 (9a3d76c)
  • created functional transcription system (aff973e)

Bug Fixes