Commit Graph

631 Commits (7ffc22fa2206db9fc0d6ce9267cd825d6e6af4e7)

Author SHA1 Message Date
zanllp 7ffc22fa22 Improve fuzzy-search regexp function hint. 2023-09-23 11:02:24 +08:00
zanllp 5495f791be Add support for using regular expressions in fuzzy search 2023-09-23 10:50:34 +08:00
zanllp 9eba15fa8c
Merge pull request #427 from zanllp/remove-walk-mode-condition
Remove condition for adding walk mode folder
2023-09-17 05:21:52 +08:00
zanllp e20c5b4f32 Remove condition for adding walk mode folder 2023-09-17 05:19:46 +08:00
zanllp 31d13e8c68
Merge pull request #419 from zanllp/fix/remove-extra-path-preset-folder
Fix issue with inability to remove preset folders added to ExtraPath
2023-09-13 11:14:34 +08:00
zanllp ac7c37658f Fix issue with inability to remove preset folders added to ExtraPath 2023-09-13 11:12:35 +08:00
zanllp 70577355bd
Merge pull request #418 from zanllp/remove-unnecessary-logger
Remove unnecessary logger
2023-09-13 03:37:08 +08:00
zanllp dfb78508a7 Remove unnecessary logger 2023-09-13 03:36:11 +08:00
zanllp dccdbda76f
Merge pull request #409 from zanllp/releases/0.5.0
Release v0.5.0 & new icon
2023-09-12 06:37:58 +08:00
zanllp 7a6f349cc4 Release v0.5.0 & new icon 2023-09-12 05:51:54 +08:00
zanllp 55c5b6a290
Update README-zh.md 2023-09-12 05:12:54 +08:00
zanllp 138b623f2b
Update README.md 2023-09-12 05:11:37 +08:00
zanllp 2feffdc0d4
Merge pull request #413 from zanllp/feature/interaction-optimization-download-bug-fix
Refactor interaction for improved user experience and fix download bugs
2023-09-12 05:01:54 +08:00
zanllp 6e08d64d0e Refactor interaction for improved user experience and fix download bugs 2023-09-12 05:00:48 +08:00
zanllp e9ce24fe52
Merge pull request #412 from zanllp/feature/video-playback-support
Add support for video playback
2023-09-12 03:48:00 +08:00
zanllp 2fe50e0d1a Add support for video playback 2023-09-12 03:43:26 +08:00
zanllp 09767d9699
Merge pull request #408 from zanllp/add-shortcut-key-for-image-download
Add shortcut key for image download
2023-09-10 10:01:19 +08:00
zanllp 51d9e3d7ff Add shortcut key for image download 2023-09-10 10:00:27 +08:00
zanllp 63d921350a
Merge pull request #407 from zanllp/improve-display-and-usability
Improve display and usability
2023-09-10 08:37:37 +08:00
zanllp 81963d890b update style 2023-09-10 08:33:46 +08:00
zanllp 843dcecad9 Improve display and usability 2023-09-10 08:30:41 +08:00
zanllp 9ffde3e062
Merge pull request #406 from zanllp/feature/custom-walk-mode-folder-path
Added support for custom walk mode folder path
2023-09-10 07:45:45 +08:00
zanllp 945ef9b251 Added support for custom walk mode folder path 2023-09-10 07:31:05 +08:00
zanllp 228e045d58
Merge pull request #402 from zanllp/fix-minor-issue
Fix several errors.
2023-09-08 09:54:03 +08:00
zanllp af3ef92e72 Fix several errors. 2023-09-08 09:49:00 +08:00
zanllp 7cfdd34c62 update readme 2023-09-08 05:12:00 +08:00
zanllp ae83515526
Merge pull request #401 from zanllp/adjust-documentation-i18n
adjust documentation and i18n
2023-09-08 04:47:01 +08:00
zanllp 0ada2b8a48 adjust documentation and i18n 2023-09-08 04:45:49 +08:00
zanllp 41d8249cd7
Merge pull request #400 from zanllp/feature/add-traditional-chinese-i18n
Add Traditional Chinese i18n support
2023-09-08 04:12:22 +08:00
zanllp 6b8a967ddd Add Traditional Chinese i18n support 2023-09-08 04:11:02 +08:00
zanllp d46ddcd893 fix 2023-09-06 12:24:58 +08:00
zanllp 9b3d9301c3
Merge pull request #392 from zanllp/fix-missing-type
add missing type annotation
2023-09-01 22:39:26 +08:00
zanllp 3c3c1fa19a add missing type annotation 2023-09-01 22:38:56 +08:00
zanllp fa9982bcc9
Merge pull request #390 from zanllp/image-search-pagination
Change image search to use pagination based on cursor instead of fixed maximum of 500 images.
2023-09-01 03:22:33 +08:00
zanllp bc6c3ef205 Change image search to use pagination based on cursor instead of fixed maximum of 500 images. 2023-09-01 03:16:57 +08:00
zanllp a9f1406803
Merge pull request #389 from zanllp/fix/minor-error
Fix a minor error
2023-08-31 05:07:37 +08:00
zanllp c5d6382bad Fix a minor error 2023-08-31 05:06:43 +08:00
zanllp 225410aed6
Merge pull request #388 from zanllp/feature/image-tag-optimization
Enhance tag management for images, add more tips
2023-08-31 04:58:36 +08:00
zanllp 335c37b561 Enhance tag management for images, add more tips 2023-08-31 04:56:35 +08:00
zanllp a47800b6e7
Merge pull request #373 from rayadaschn/rayadaschn-patch-download
fix: multi-file download problem
2023-08-31 02:20:05 +08:00
zanllp accf14e706 Fixing issue when used as a plugin, build resource 2023-08-31 02:11:02 +08:00
zanllp 91ed19f8e8 Merge branch 'rayadaschn-patch-download' of github.com:rayadaschn/sd-webui-infinite-image-browsing into pr/rayadaschn/373 2023-08-31 01:48:32 +08:00
Huy 1c11738fb4 fix: multi-file download problem
Fix the problem that only the selected files are downloaded when multiple files are selected.
2023-08-31 01:43:39 +08:00
zanllp 38a04a4b93
Merge pull request #386 from zanllp/gradio-sendto-fix
Fix handling of sendto events when embedded in Gradio
2023-08-27 15:49:06 +08:00
zanllp 4ea5282516 Fix handling of sendto events when embedded in Gradio 2023-08-27 15:47:09 +08:00
zanllp 345709bcde
Update .env.example 2023-08-25 07:01:10 +08:00
zanllp aa4cee6b2c
Merge pull request #382 from zanllp/privacy-security-fixes
Added privacy and security link, fixed some CSS anomalies
2023-08-25 06:19:56 +08:00
zanllp c48e3aecf6 Added privacy and security link, fixed some CSS anomalies 2023-08-25 06:19:01 +08:00
zanllp bec2ca17d5
Update README-zh.md 2023-08-23 20:22:12 +08:00
zanllp 6f760485ca
Update README.md 2023-08-23 20:21:04 +08:00