|
| 1 | +dde-file-manager (6.5.133) unstable; urgency=medium |
| 2 | + |
| 3 | + * feat: add content index upgrade unit |
| 4 | + * refactor: move ProcessPriorityManager to dfm-base |
| 5 | + * feat: add file content extractor framework |
| 6 | + * chore: refactor tests directory structure and CMake configuration |
| 7 | + * fix: refactor extractor IPC protocol handling |
| 8 | + * feat: add configurable text extraction via DConfig |
| 9 | + * feat: add idle timeout to extractor process |
| 10 | + * feat: add OCR extractor plugin for image text extraction |
| 11 | + * feat: enhance extractor test tool with batch directory processing |
| 12 | + * feat: add pot file support to text index |
| 13 | + * fix: improve text extraction by removing empty lines |
| 14 | + * fix: remove unsupported image formats from OCR config |
| 15 | + * refactor: use centralized field name constants |
| 16 | + * feat: add OCR text search capability |
| 17 | + * refactor: replace legacy docutils with enhanced process extractor |
| 18 | + * feat: add OCR text search configuration and UI components |
| 19 | + * fix: improve extractor process output handling |
| 20 | + * feat: add OCR text search support |
| 21 | + * chore: update extractor library version and remove error handling |
| 22 | + * fix: update library paths for debian package |
| 23 | + * fix: configure rpath for textindex service |
| 24 | + * feat: add birth time indexing as numeric field |
| 25 | + * fix: update supported OCR image extensions list |
| 26 | + * refactor: improve timestamp handling in document indexing |
| 27 | + * fix: add QtGui support for extractor process |
| 28 | + * fix: optimize file support validation logic |
| 29 | + * fix: return true for already added configs |
| 30 | + * fix: improve index state recovery handling |
| 31 | + * feat: update text index version to v3 |
| 32 | + * fix: prevent version number changes during incremental tasks |
| 33 | + * feat: enhance anything search with file extensions support |
| 34 | + * feat: add excluded path handling in text indexing |
| 35 | + * fix: handle directory move before index completion |
| 36 | + * refactor: simplify index status UI implementation |
| 37 | + * feat: add file index search setting in search plugin |
| 38 | + * feat: add confirmation dialog for disabling file index |
| 39 | + * fix: prevent memory leak in settings dialog |
| 40 | + * fix: prevent checkbox state refresh issue |
| 41 | + * chore: update gitignore for AI tool configurations |
| 42 | + * chore: updaet SPDX header |
| 43 | + * refactor: optimize file listing and sorting performance |
| 44 | + * fix: add traversal request sort signal |
| 45 | + * feat: add sorting performance logging and state persistence checks |
| 46 | + * fix: add bmp format to textindex image types |
| 47 | + * fix: improve local directory iteration performance |
| 48 | + * refactor: remove file data caching system |
| 49 | + * fix: update OCR search result handling |
| 50 | + * fix: disable OCR text search by default |
| 51 | + * fix: optimize file selection behavior when holding shift key |
| 52 | + * fix: improve minimum text length validation |
| 53 | + * refactor: optimize image preview loading process |
| 54 | + * fix: improve directory iteration error handling |
| 55 | + * refactor: implement high-performance filename sorter |
| 56 | + * chore: standardize code formatting and text updates |
| 57 | + * chore: update translations |
| 58 | + * refactor: update namespace usage in search plugin |
| 59 | + * fix: [filedialog] The file name changed when cd dir. |
| 60 | + * Fix: Fix computer icon rendering by creating pixmap with device pixel ratio |
| 61 | + * fix: [vault] remove insecure IsValidInvoker process whitelist validation |
| 62 | + |
| 63 | + -- Zhang Sheng <zhangsheng@uniontech.com> Thu, 23 Apr 2026 21:05:42 +0800 |
| 64 | + |
1 | 65 | dde-file-manager (6.5.132) unstable; urgency=medium |
2 | 66 |
|
3 | 67 | * fix: trim whitespace from address bar input |
|
0 commit comments