All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.11.1 (2024-12-25)
- comparison: locked folders are now saved and reloaded even after app is closed (12604c2)
- locked-folders: can now use drag and drop of folders to locked folders list (5ea335a)
- locked-folders: last opened location for selecting locked folders is now reused each time (19ec825)
- logs: message now raised when db is not accessible (8506ffd)
- logs: verbose mode will now also log when starting to process a video, not only when finished (767d1f3)
- preferences: the chosen scan folders are now remembered between app restarts (474ef41)
- settings: comparison mode now saved between restarts (3c4de00)
- settings: comparison threshold now saved between restarts (c61403d)
- settings: thumbnails mode now saved between app restarts (615e6d8)
- settings: use/don't use/use only cache option now saved between app restarts (b211ba2)
- comparison: removed parallel reporting of estimated pairs as it was colliding with comp window (163a58f)
1.11.0 (2024-10-27)
- auto-remove: when verbose is enabled, auto remove modes will also log the kept files (1a5024d)
- cache: cache location now saved even when app is restarted (371a1f9)
- folders: when opening folder explorer, last location will now be reused instead of home/videos (85ed1b1)
- settings: verbose is now a saved setting across restarts (9cba0bc)
- verbose: verbose mode will now also log to files for better crash trace (11aa13f)
- ui: changed file link color to support both light and dark mode (e83c96e)
- speed: compiled as native macOS arm architecture for approx 30% speed gains while keeping same performance on older intel macs (c8f4722)
- cache: can now declare pair as not duplicates and save to cache (a7d4749)
- ui: improved ui as per #105 and fixed minor glitch (b040739)
- comparison: checked for nulls to try prevent two crash types in bothVideosMatch & rejectVideo (d0a3f6a)
1.9.1 (2023-03-19)
- settings: canceling while setting custom cache now actually cancels (791b24c)
1.9.0 (2023-01-29)
- trash: add setting to delete files directly (22f366c)
1.8.1 (2022-10-25)
- comparison: cache only option will now work on windows (39093f8)
1.8.0 (2022-10-24)
- comparison: new auto comparison mode for videos where only created or modified dates differ (2a5fd0e)
- comparison: new option to only use cached videos for faster scans if previously cached (d922af2)
- comparison: only compare videos with names contained in another now for manual comparison (e0c4f06)
- comparison: right/left arrows now shortcuts for delete right/left, up/down for next/prev (258c29c)
- comparison: videos of bitrates of less than 5kb/s difference will now be considered equal (e7e90c6)
- applephotos: apple photos button will now open Pictures as it's macOS default .photoslibrary (1194a53)
- applephotos: should now skip videos that are Apple Photo derivative files - closes #52 (cabd388)
- cache: default cache folder wouldn't work because of folder not existing closes #69 (a1991d2)
- cache: will now cache even if apostrophe in file name or path (fc83504)
- comparison: bitrates within 1kB/s are now considered equal, closes #84 (d3a0b4d)
- comparison: fixed auto delete same except date, that would skip two videos (316c609)
- comparison: videos with very small size (100kB) difference are also considered in auto mode (56b5a59)
- livephotos: live photos should now be skipped upon scan - closes #58 (fa6b5d0)
1.7.0 (2022-04-11)
- cache: user can now select custom cache location and name (e361b5d)
- duplicates: fixed regression caused by update QT from 5 to 6 (b6a62ff)
- windows: fixed microsoft store preventing default cache location (00f9496)
1.6.0 (2022-01-03)
- apple photos: enable selection of apple photos library with dedicated button (89c0851)
- apple photos: name of video inside apple photos is displayed in side by side (85cc0ca)
- apple photos: reveal and play in apple photos instead of file manager if in Photos library (ce6f579)
- apple photos: trash if in Apple Photos will now move to specific album (4785581)
1.5.1 (2022-01-01)
- comparison: will now display file create date (a9093d3)
- move video: fixed #50 moving now blocked in Apple Photos. Also confirmation is asked if locked (c7593e1)
1.5.0 (2021-06-23)
- trash: can now select custom folder into which duplicates should be moved, instead of trash (0c2f1d1)
- macos: will now block deletion of videos that are in an apple photos library. closes #10 (0de825d)
- video: solved bug for some video files that ffmpeg doesn't find an average fps for (div/0) (d1b2c5f)
1.4.0 (2021-06-20)
- cache: can now clear or disable cache, cleaned up but now only identified by path name (90c2105)
- help: added contact and about links to website (f182a58)
- windows: now builds successfully on windows with ffmpeg and opencv. Still icon and tests to do (30a4b28)
- db: uuid is now properly generated, move from date had not been done well (10f8882)
- qt-bug: multi thread datetime objects caused trouble because of QT bug, using Uuid in db (632b123)
- video: fix a memory leak while capturing frames, which would take ram useage through the roof (f1e15f5)
1.3.0 (2021-06-04)
- dependencies: image captures are now done with library ffmpeg only: much (approx 2x) faster (2382162)
1.2.0 (2021-05-22)
- comparison: added new ui for locked and important folders (57dd50c)
- comparison: locked folders now working, must implement other features (80a28bb)
- comparison: working on folder settings ui for comparison (da90ee9)
- extensions: added .dv extensions as compatible (1325fb3)
1.1.0 (2021-04-21)
1.0.2 (2021-04-21)
- comparison: fixed crashes due to ffmpeg library file opening errors (3c702ef)
1.0.1 (2021-03-23)
1.0.0 (2021-03-21)
0.4.0 (2021-02-22)
- comparison: when auto trash is stopped it will stay at current video (5b86ee6)
0.3.0 (2021-02-22)
- comparison: added auto trash feature when sizes differ (c0baace)
- comparison: added function to check if file names for matches are contained in one or another (4076fca)
- comparison: deletion for identical files with contained names will always be longest first (efa1a1d)
- video support: add specific error message for failed videos (a0ec760)
0.2.0 (2021-02-22)
- comparison: implemented auto deletion option for identical files (83dd3d5)
0.1.2 (2021-02-22)
- comparison: audio&video codec now shown orange if equal (df3188e)
- print number of added videos as they are being added (f7df736)
0.1.1 (2021-02-22)
- minor message change to trash not delete (ae5669f)
- comparison: videos are now sorted by size before comparison (9ea630b)
- fix file size sorting, add verbose checkbox and set default open folder (6dff757)