2.2 KiB
2.2 KiB
| 1 | commit | auth_date | author | subject | category |
|---|---|---|---|---|---|
| 2 | 075399ff | 2025-11-12 | Daniel.y | Merge pull request #2346 from danielaskdd/optimize-json-sanitization | json |
| 3 | 23cbb9c9 | 2025-11-12 | yangdx | Add data sanitization to JSON writing to prevent UTF-8 encoding errors | json |
| 4 | 6de4123f | 2025-11-12 | yangdx | Optimize JSON string sanitization with precompiled regex and zero-copy | json |
| 5 | 70cc2419 | 2025-11-12 | yangdx | Fix empty dict handling after JSON sanitization | json |
| 6 | 7f54f470 | 2025-11-12 | yangdx | Optimize JSON string sanitization with precompiled regex and zero-copy | json |
| 7 | a08bc726 | 2025-11-12 | yangdx | Fix empty dict handling after JSON sanitization | json |
| 8 | abeaac84 | 2025-11-12 | yangdx | Improve JSON data sanitization to handle tuples and dict keys | json |
| 9 | cca0800e | 2025-11-12 | yangdx | Fix migration to reload sanitized data and prevent memory corruption | json |
| 10 | d1f4b6e5 | 2025-11-12 | yangdx | Add data sanitization to JSON writing to prevent UTF-8 encoding errors | json |
| 11 | dcf1d286 | 2025-11-12 | yangdx | Fix migration to reload sanitized data and prevent memory corruption | json |
| 12 | f28a0c25 | 2025-11-12 | yangdx | Improve JSON data sanitization to handle tuples and dict keys | json |
| 13 | c46c1b26 | 2025-10-31 | yangdx | Add pycryptodome dependency for PDF encryption support | |
| 14 | 61b57cbb | 2025-11-01 | yangdx | Add PDF decryption support for password-protected files | |
| 15 | ece0398d | 2025-11-01 | Daniel.y | Merge pull request #2296 from danielaskdd/pdf-decryption | |
| 16 | 5a6bb658 | 2025-11-11 | Daniel.y | Merge pull request #2338 from danielaskdd/migrate-to-pypdf | |
| 17 | c434879c | 2025-11-11 | yangdx | Replace PyPDF2 with pypdf for PDF processing | |
| 18 | fdcb4d0b | 2025-11-11 | yangdx | Replace PyPDF2 with pypdf for PDF processing | |
| 19 | 186c8f0e | 2025-11-19 | yangdx | Preserve blank paragraphs in DOCX extraction to maintain spacing | docx |
| 20 | 4438ba41 | 2025-11-19 | yangdx | Enhance DOCX extraction to preserve document order with tables | docx |
| 21 | 95cd0ece | 2025-11-19 | yangdx | Fix DOCX table extraction by escaping special characters in cells | docx |
| 22 | e7d2803a | 2025-11-19 | yangdx | Remove text stripping in DOCX extraction to preserve whitespace | docx |
| 23 | fa887d81 | 2025-11-19 | yangdx | Fix table column structure preservation in DOCX extraction | docx |
| 24 | 3f6423df | 2025-12-01 | yangdx | Fix KaTeX extension loading by moving imports to app startup | katex |
| 25 | 8f4bfbf1 | 2025-12-01 | yangdx | Add KaTeX copy-tex extension support for formula copying | katex |