Releases: yuma-dev/clip-library
Releases · yuma-dev/clip-library
1.7.3
🎨 UI Improvements
- The update button now displays the changelog and download progress
- Clipboard exports now have dedicated text to reduce confusion
🚀 Performance
- Optimized thumbnail generation by using a proper priority queue for the first 12 thumbnails that actually works this time
🔧 Fixes & Stability
- Fixed fullscreen darkening being incorrect and intrusive
- Fixed settings unexpectedly resetting
- Fixed errors in logs caused by deleted files
💡 Other
- Various attempts to get Discord’s WindowCapture DLL to cooperate with the app :)
1.7.2
🎨 UI Improvements
- Enhanced startup and placeholder animations for a more polished look
🖼️ Performance
- Improved thumbnail generation process (ongoing optimizations)
🔇 New Features
- Added ability to mute sections
🐛 Bug Fixes
- Resolved race condition issue where clips would occasionally start with incorrect data
1.7.1
- 🔥 Importing from Steelseries is now a thing! You can import your whole library simply over the settings. 🔥
- 🛠️ Fixed thumbnails not generating if you add a new clip while the app is running.
- ✨ Revamped the settings/tag dropdown UI and added some nice little touches with a few small UI changes.
- 🖱️ Fixed multi-selection not selecting correctly using shift.
1.7.0
📢 Clip Library Update - Major Improvements!
🚨 Important Notice:
This update will trigger a one-time regeneration of all thumbnails.
⏳ Duration: This process may take 5–10 minutes to complete.
Please allow it to finish before using the app for the best experience.
🆕 New Features:
- Timeline Frame Preview: See a small preview of the exact frame when hovering over the timeline.
- Clip Card Behavior:
- Clip Cards now start at the trim start/middle and are now unmuted. You can change the Volume or mute it again in the Settings.
- Thumbnails are now auto-generated from the beginning of the actual trimmed clip.
- Enhanced Exporting:
- Improved exporting progress and button UI.
- Added export quality settings and a helpful tooltip for the export button.
- Multi-Selection for Clips: Select multiple clips for faster and easier deletion.
- Tag Dropdown Revamp:
- Removed default tags like "private".
- Enhanced UI with explicit options for visibility settings.
- @ Tag Search: Use @tagmentions in the search bar for faster filtering.
🛠 Fixes & Improvements:
- Video Replay Fix: Resolved issue where clips replayed from the very beginning when no trim end was set.
- Settings Modal: Fixed race condition that blocked updates.
- Thumbnail Generation: Now processes in slow, efficient batches.
- Code Cleanup: Removed unused declarations and variables.
1.6.3 Clipboard Hotfix
- hotfix for the clipboard functionality not being implemented after rewriting the export function