Commit Graph

377 Commits (2de7af488dfd738ea090c1eb5ad3d965392ddced)

Author SHA1 Message Date
zanllp a7ec307a59 update readme 2023-05-21 02:17:47 +08:00
zanllp 09e2be0639
Merge pull request #162 from zanllp/add-folder-to-scan-path-and-open-local-folder-feature
Add feature to add current folder to scan path and open local folder in default file browser
2023-05-21 01:20:05 +08:00
zanllp db0a3ed04b Add feature to add current folder to scan path and open local folder in default browser 2023-05-21 01:12:13 +08:00
zanllp 4720b15126
Merge pull request #154 from zanllp/feature/new-cache-mechanism
Introduce new caching mechanism, no longer require unique file paths
2023-05-18 23:33:50 +08:00
zanllp 3d40beda93 update readme 2023-05-18 23:32:21 +08:00
zanllp 69ddc92083 Improved cache performance and fixed potential inconsistencies. 2023-05-18 23:31:36 +08:00
zanllp e563d69290 Introduce new caching mechanism, no longer require unique file paths 2023-05-18 01:13:51 +08:00
zanllp 404fbbeb41
Merge pull request #153 from zanllp/feature/copy2clipboard-fallback
Add fallback for copy-to-clipboard
2023-05-17 20:58:13 +08:00
zanllp 48cf8df6c9 Add fallback for copy-to-clipboard 2023-05-17 20:57:16 +08:00
zanllp 7951a417c4
Merge pull request #152 from zanllp/feature/touch-resize-drag-and-fullscreen-preview-enhancements
Add support for touch operations in useResizeAndDrag and enhance full-screen preview functionality
2023-05-17 20:37:35 +08:00
zanllp 940016a220 Add support for touch operations in useResizeAndDrag and enhance full-screen preview functionality 2023-05-17 20:35:25 +08:00
zanllp f4f5550016
Merge pull request #148 from zanllp/feature/file-consistency-check
Add file consistency check after search completion
2023-05-17 02:54:50 +08:00
zanllp 50b6dea340 Add file consistency check after search completion 2023-05-17 02:51:44 +08:00
zanllp 6b64ec1e44
Merge pull request #147 from zanllp/fuzzy-search-tag-assist
Add fuzzy search as an assist for tag search
2023-05-16 23:53:35 +08:00
zanllp 02141dd1cf Add fuzzy search as an assist for tag search 2023-05-16 23:52:04 +08:00
zanllp e474a3086c
Merge pull request #144 from zanllp/feature/auto-refresh-notify-on-update
feat: Auto-refresh notification only when updates are available; UI and copy improvements
2023-05-15 23:29:22 +08:00
zanllp 23108916b5 feat: Auto-refresh notification only when updates are available; UI and copy improvements 2023-05-15 23:25:46 +08:00
zanllp 28de188298
Merge pull request #135 from zanllp/add-reminder-comment-to-index-js
Add reminder comment to index.js to discourage direct modifications
2023-05-14 16:28:07 +08:00
zanllp 3b4ee8a683 Add reminder comment to index.js to discourage direct modifications 2023-05-14 16:24:13 +08:00
zanllp 2231794ecf
Merge pull request #133 from wfjsw/features/cross-tab-image-sending
enable cross-tab parameter delivery
2023-05-14 15:17:33 +08:00
wfjsw 6e17b99783 enable cross-tab parameter delivery 2023-05-14 10:41:22 +08:00
zanllp 088867cd74
Update README-zh.md 2023-05-14 08:13:39 +08:00
zanllp 6c24371201
Update README.md 2023-05-14 08:12:50 +08:00
zanllp eee7c412e6
Merge pull request #132 from zanllp/feature/image-advanced-search
Feature/image advanced search
2023-05-14 07:58:16 +08:00
zanllp 2049709d26 add missing i18n text 2023-05-14 07:54:37 +08:00
zanllp 1b8db31892 update readme 2023-05-14 07:52:13 +08:00
zanllp 69de1aeb43 Add support for advanced search in image search, similar to Google 2023-05-14 07:44:05 +08:00
zanllp d67fcf9394
Merge pull request #126 from zanllp/feature/auto-refresh-with-tree-view-and-index-check
Add auto-refresh with tree view and index check when returning to ext…
2023-05-12 02:16:40 +08:00
zanllp 6bd98a2e92 Add auto-refresh with tree view and index check when returning to extensions 2023-05-12 01:57:03 +08:00
zanllp 4175d02f76
Merge pull request #124 from zanllp/fix/refresh-page-db-lock-error
Fix database lock error that occurs after refreshing the page
2023-05-11 20:34:41 +08:00
zanllp 6ad84cd123
Fix database lock error that occurs after refreshing the page 2023-05-11 20:34:05 +08:00
zanllp 5c1b630d1b
Merge pull request #121 from zanllp/firefox-compatibility
firefox-compatibility
2023-05-10 20:24:24 +08:00
zanllp cba028f6b7 firefox-compatibility 2023-05-10 20:03:16 +08:00
zanllp 34388f00d0 update readme 2023-05-10 02:39:11 +08:00
zanllp 012c5a0f5f
Merge pull request #119 from zanllp/feature/support-more-lora-syntax
Enhanced Lora syntax support to include additional variations
2023-05-10 02:01:08 +08:00
zanllp 204a9ecf2a Enhanced Lora syntax support to include additional variations 2023-05-10 01:59:47 +08:00
zanllp 98d69d23f0
Merge pull request #113 from zanllp/shorten-send-to-timeout-12s
Shorten "send to" timeout to 12 seconds
2023-05-09 00:17:51 +08:00
zanllp 3c489bd42f Shorten "send to" timeout to 12 seconds 2023-05-09 00:17:07 +08:00
zanllp 26375161a7
Merge pull request #112 from zanllp/lower-send-to-timeout-and-continue
Lowered "send to" timeout and continued execution even if timed out.
2023-05-08 22:22:25 +08:00
zanllp d75eae2ec6 Lowered "send to" timeout and continued execution even if timed out. 2023-05-08 22:20:53 +08:00
zanllp 39f6c9bc79
Merge pull request #111 from zanllp/remove-unnecessary-save-extra-i18n-fix
Removed unnecessary 'save' and 'extra' walk mode entry, and added missing i18n.
2023-05-08 21:47:44 +08:00
zanllp 8961d16696 fix copyPreviewUrl encounter a error in iframe 2023-05-08 21:38:21 +08:00
zanllp 4bc06c1074 build fe 2023-05-08 21:09:19 +08:00
zanllp fe8b26f2e1 copy2clipboard i18n 2023-05-08 20:55:18 +08:00
zanllp c1eac2490a
Merge pull request #106 from zanllp/zanllp-patch-1
Update README-zh.md
2023-05-07 22:07:34 +08:00
zanllp 10acb652ad
Update README-zh.md 2023-05-07 22:07:22 +08:00
zanllp b1cb2760f0
Update README.md 2023-05-07 22:06:25 +08:00
zanllp 3878d6fc64
Merge pull request #105 from zanllp/feature/auto-create-new-tabpane-after-deleting
Add auto-creation of new TabPane after deletion
2023-05-07 21:49:20 +08:00
zanllp 9c0b809d03 Add auto-creation of new TabPane after deletion 2023-05-07 21:47:56 +08:00
zanllp 31bfe63ad0
Merge pull request #104 from zanllp/feature/delete-image-in-fullscreen-preview
Add support for deleting images in fullscreen preview
2023-05-07 21:21:59 +08:00