Skip to content

Commit 8684ea2

Browse files
committed
chore: bump version to 0.8.1 and update changelog
1 parent 8bcd8a7 commit 8684ea2

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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",

0 commit comments

Comments
 (0)