File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.8.1] - 2026-02-17
11+
12+ ### Added
13+ - ** AI Service Updates** :
14+ - Updated AI models (GPT-5 family, Gemini 3 family, Grok 4) in ` aiService.ts `
15+ - Improved transcription timestamp accuracy and audio resampling logic
16+ - ** Player Enhancements** :
17+ - Added media title display to the player UI
18+ - Robust shadowing segment deletion with automatic file cleanup
19+
20+ ### Fixed
21+ - ** Bug Fixes** :
22+ - Fixed loop playback issue when no A/B area is focused
23+ - Resolved infinite re-render loop in ` WaveformVisualizer `
24+ - Fixed volume control visibility and aesthetics
25+ - ** Maintenance** :
26+ - Resolved multiple TypeScript linting errors and removed unsafe ` any ` casts
27+ - Cleaned up unused variables in ` shadowingStore.ts `
28+
1029## [ 0.8.0] - 2025-12-13
1130
1231### Added
@@ -195,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
195214 - Layout optimizations for desktop view
196215 - TypeScript and React component structure
197216
198- [ Unreleased ] : https://github.com/USERNAME/loopmate/compare/v0.8.0...HEAD
217+ [ Unreleased ] : https://github.com/USERNAME/loopmate/compare/v0.8.1...HEAD
218+ [ 0.8.1 ] : https://github.com/USERNAME/loopmate/compare/v0.8.0...v0.8.1
199219[ 0.8.0 ] : https://github.com/USERNAME/loopmate/compare/v0.7.0...v0.8.0
200220[ 0.7.0 ] : https://github.com/USERNAME/loopmate/compare/v0.6.1...v0.7.0
201221[ 0.6.1 ] : https://github.com/USERNAME/loopmate/compare/v0.6.0...v0.6.1
Original file line number Diff line number Diff line change 1919 " loop-station" ,
2020 " media-player"
2121 ],
22- "version" : " 0.8.0 " ,
22+ "version" : " 0.8.1 " ,
2323 "type" : " module" ,
2424 "scripts" : {
2525 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments