✨ Features
- Added Search to the history window.
- Native Windows Video Thumbnails: Replaced the heavy
opencvimplementation with the native WindowsIShellItemImageFactoryAPI. Thumbnails are now generated by the OS, identical to File Explorer, with zero external overhead. - Enhanced History Viewer:
- Added new "File Name" column for easier list scanning.
- Deployed a separete website to handle embeddable videos.
- Integrated LZString compression for cleaner embeddable URL generation that supports titles.
🐛 Bug Fixes
- Fixed potential
PyHANDLEtype errors when interacting with Windows GDI objects.
🔧 Technical Changes
- Massive Optimization: Removed
opencv-python,moviepy,numpy,pandas,scikit-image,imageio, anddecoratordependencies. - Size Reduction: The compiled executable is approx. 100MB+ smaller and starts significantly faster.
- Refactoring: Rewrote
thumb.pyto usectypesandwin32guifor direct memory handling of bitmaps, removing the need for intermediate temp files or heavy processing libraries.
📦 Installation Notes
- New users: Download and run the EXE installer
- Existing users: The new installer will automatically detect and preserve your settings and data
Issues: Report any problems on the GitHub Issues page
Full Changelog: v1.1.5...v1.1.7