Commit Graph

  • 2fbe6c8843 fix(autocomplete): fix dropdown width calculation bug Will Miao 2026-03-07 23:23:26 +08:00
  • 4fb07370dd fix(tests): add offset parameter to MockTagFTSIndex.search() Will Miao 2026-03-07 23:10:00 +08:00
  • 43f6bfab36 fix(autocomplete): strip file extensions from model names in search suggestions Will Miao 2026-03-07 23:07:10 +08:00
  • a802a89ff9 feat(autocomplete): implement virtual scrolling and pagination Will Miao 2026-03-07 22:17:26 +08:00
  • 343dd91e4b feat(ui): improve clear button UX in autocomplete text widget Will Miao 2026-03-07 21:09:59 +08:00
  • 3756f88368 feat(autocomplete): improve multi-word tag search with query normalization Will Miao 2026-03-07 20:24:35 +08:00
  • acc625ead3 feat(recipes): add sync changes dropdown menu for recipe refresh Will Miao 2026-03-04 20:31:58 +08:00
  • f402505f97 i18n: complete TODO translations in locale files Will Miao 2026-03-04 20:27:21 +08:00
  • 4d8113464c perf(recipe_scanner): eliminate event loop blocking during cache rebuild Will Miao 2026-03-04 15:10:46 +08:00
  • 1ed503a6b5 docs: add lazy hash computation to v1.0.0 release notes Will Miao 2026-03-04 07:41:19 +08:00
  • d67914e095 docs: update portable package download link to v1.0.0 Will Miao 2026-03-03 22:06:29 +08:00
  • 2c810306fb feat: implement automated supporter recognition in README v1.0.0 Will Miao 2026-03-03 21:52:08 +08:00
  • dd94c6b31a chore: add v1.0.0 release notes and update version in pyproject.toml Will Miao 2026-03-03 21:19:50 +08:00
  • 1a0edec712 feat: enhance supporters modal with auto-scrolling and visual improvements Will Miao 2026-03-03 21:18:12 +08:00
  • 7ba9b998d3 fix(stats): resolve dashboard initialization race condition and test failure Will Miao 2026-03-03 15:08:33 +08:00
  • 8c5d5a8ca0 feat(stats): implement infinite scrolling and paginated model usage lists (fixes #812) Will Miao 2026-03-03 15:00:01 +08:00
  • 672e4cff90 fix(move): reset manual folder selection when using default path (fixes #836) Will Miao 2026-03-02 23:29:16 +08:00
  • c2716e3c39 fix(i18n): resolve missing translation keys and complete multi-language support Will Miao 2026-03-02 22:02:47 +08:00
  • b72cf7ba98 feat(showcase): optimize CivitAI media URLs for better performance Will Miao 2026-03-02 14:05:44 +08:00
  • bde11b153f fix(preview): resolve CORS error when setting CivitAI remote media as preview Will Miao 2026-03-02 13:21:18 +08:00
  • 8b924b1551 feat: add draggable attribute to recipe card elements Will Miao 2026-03-02 10:28:36 +08:00
  • ce08935b1e fix(showcase): support middle-click and left-click to expand showcase Will Miao 2026-03-02 08:44:15 +08:00
  • 24fcbeaf76 Skip performance tests by default Will Miao 2026-02-28 21:46:20 +08:00
  • c9e5ea42cb Fix null-safety issues and apply code formatting Will Miao 2026-02-28 21:38:41 +08:00
  • b005961ee5 feat(ui): improve changelog styling and spacing Will Miao 2026-02-28 20:47:44 +08:00
  • ce03bbbc4e fix(frontend): defer LoadingManager DOM initialization to resolve i18n warning Will Miao 2026-02-28 20:30:16 +08:00
  • 78b55d10ba refactor: move supporters loading to separate API endpoint Will Miao 2026-02-28 20:14:20 +08:00
  • 77a2215e62 Fix lazy hash calculation for checkpoints in extra paths Will Miao 2026-02-27 19:19:16 +08:00
  • 31901f1f0e Merge pull request #829 from willmiao/feature/lazy-hash-checkpoints pixelpaws 2026-02-27 11:02:39 +08:00
  • 12a789ef96 fix(extra-folder-paths): fix extra folder paths support for checkpoint and unet roots Will Miao 2026-02-27 10:27:29 +08:00
  • d50bbe71c2 fix(extra-folder-paths): fix extra folder paths support for checkpoint and unet roots Will Miao 2026-02-27 10:27:29 +08:00
  • 40d9f8d0aa feat: lazy hash calculation for checkpoints feature/lazy-hash-checkpoints Will Miao 2026-02-26 22:39:11 +08:00
  • 9f15c1fc06 feat: Add Extra Folder Paths feature with improved layout Will Miao 2026-02-26 19:31:10 +08:00
  • 87b462192b feat: Add extra folder paths support for LoRA Manager Will Miao 2026-02-25 18:16:17 +08:00
  • 8ecdd016e6 Increase trigger words limit from 30 to 100 Will Miao 2026-02-25 17:11:21 +08:00
  • 71b347b4bb fix(settings): Auto-scroll to first search match in settings modal Will Miao 2026-02-25 13:26:59 +08:00
  • 41d2f9d8b4 i18n: Update settings navigation and section translations Will Miao 2026-02-25 13:16:38 +08:00
  • 0f5b442ec4 refactor(settings): restructure Language, Auto-organize and Metadata settings for better searchability Will Miao 2026-02-25 11:13:41 +08:00
  • 1d32f1b24e refactor(settings): shorten folder settings labels for better readability Will Miao 2026-02-25 08:20:05 +08:00
  • ede97f3f3e Fix calculate_recipe_fingerprint to handle non-string hash and invalid strength values Will Miao 2026-02-25 00:11:38 +08:00
  • 099f885c87 Fix pytest import errors and i18n translation keys Will Miao 2026-02-25 00:07:18 +08:00
  • fc98c752dc Fix Windows FileNotFoundError when loading LoRAs from lora_stack Will Miao 2026-02-24 23:58:32 +08:00
  • c2754ea937 feat(ui): improve settings layout with inline help tooltips Will Miao 2026-02-24 23:28:42 +08:00
  • f0cbe55040 refactor(settings): improve settings modal visual hierarchy and alignment Will Miao 2026-02-24 15:44:33 +08:00
  • 1f8ab377f7 refactor(settings): Move Priority Tags into Download Path Templates section Will Miao 2026-02-24 14:57:28 +08:00
  • de53ab9304 refactor(settings): restructure settings modal with subsection headers Will Miao 2026-02-24 14:33:09 +08:00
  • 8d7e861458 fix: correct i18n keys in settings modal for metadata archive and proxy settings Will Miao 2026-02-24 11:30:43 +08:00
  • 60674feb10 feat(ui): increase settings modal width and adjust height for better responsiveness Will Miao 2026-02-24 09:12:07 +08:00
  • a221682a0d refactor(settings): implement macOS Settings style for settings modal Will Miao 2026-02-24 07:19:32 +08:00
  • 3f0227ba9d feat(settings): add search functionality to settings modal (P2) Will Miao 2026-02-24 06:36:49 +08:00
  • 528225ffbd feat(settings): add left navigation sidebar to settings modal Will Miao 2026-02-23 21:12:15 +08:00
  • 916bfb0ab0 Allow adaptive multi-line model names in cards Will Miao 2026-02-23 18:19:02 +08:00
  • 70398ed985 feat(lora-loader): Load LoRAs using lower-level API to bypass folder_paths validation Will Miao 2026-02-23 18:06:15 +08:00
  • 1f5baec7fd docs: add recipe batch import feature requirements document Will Miao 2026-02-23 17:07:03 +08:00
  • f1eb89af7a refactor: Extract isNodeEnabled helper to eliminate mode check duplication Will Miao 2026-02-23 16:47:09 +08:00
  • 7a04cec08d Merge pull request #825 from RanKaze/main pixelpaws 2026-02-23 16:39:45 +08:00
  • ec5fd923ba fix(randomizer): Initialize RANDOMIZER_CONFIG widget with default config Will Miao 2026-02-23 14:25:55 +08:00
  • 26b139884c perf(usage-stats): prevent unnecessary writes when idle Will Miao 2026-02-23 14:00:00 +08:00
  • ec76ac649b Fix long model name display issues in modal and cards Will Miao 2026-02-23 08:53:33 +08:00
  • e08cae97f1 chore(release): bump version to 0.9.16 and update release notes v0.9.16 Will Miao 2026-02-22 21:06:52 +08:00
  • a0cf78842e feat(download): download to current version's directory in versions tab Will Miao 2026-02-22 15:55:04 +08:00
  • 0b48654ae6 feat: add browser extension integration hooks Will Miao 2026-02-22 12:00:32 +08:00
  • 807f4e03ee feat(autocomplete): support input element sharing for subgraph promotion Will Miao 2026-02-22 09:41:54 +08:00
  • 60324c1299 feat: filter node with mode:0 K1einB1ue 2026-02-22 07:19:08 +08:00
  • 773adb27c9 feat(model_download): add file_params JSON parsing to download handler Will Miao 2026-02-22 04:26:38 +08:00
  • d653494ee1 Clarify metadata refresh skip paths help text across all languages Will Miao 2026-02-21 07:30:29 +08:00
  • 9117ee60dd feat(download): add file_params support for precise file selection Will Miao 2026-02-20 15:32:48 +08:00
  • 879588e252 refactor(settings): invert sync logic from whitelist to blacklist Will Miao 2026-02-20 12:14:50 +08:00
  • 1725558fbc i18n: Add Early Access translations for all supported languages Will Miao 2026-02-20 11:12:30 +08:00
  • 67869f19ff feat(early-access): implement EA filtering and UI improvements Will Miao 2026-02-20 10:32:51 +08:00
  • e8b37365a6 fix: Show all tags in LoRA Pool without limit (#819) Will Miao 2026-02-19 09:59:08 +08:00
  • b9516c6b62 fix: Handle missing Civitai API response fields gracefully Will Miao 2026-02-18 12:02:48 +08:00
  • 16c52877ad feat: add dynamic trigger_words inputs to PromptLM node Will Miao 2026-02-18 07:18:12 +08:00
  • 466351b23a fix: display long LoRA filenames in multiple lines in preview tooltip Will Miao 2026-02-15 19:14:42 +08:00
  • 83fc3282d4 refactor: Simplify TriggerWord Toggle node height handling Will Miao 2026-02-12 07:40:07 +08:00
  • d8adb97af6 feat: Add configurable max height for TriggerWord Toggle node Will Miao 2026-02-11 18:04:11 +08:00
  • 85e511d81c feat(testing): implement Phase 4 advanced testing Will Miao 2026-02-11 11:58:28 +08:00
  • 8e30008b29 test: complete Phase 3 of backend testing improvement plan Will Miao 2026-02-11 11:10:31 +08:00
  • e335a527d4 test: Complete Phase 2 - Integration & Coverage improvements Will Miao 2026-02-11 10:55:19 +08:00
  • 25e6d72c4f test(backend): Phase 1 - Improve testing infrastructure and add error path tests Will Miao 2026-02-11 10:29:21 +08:00
  • 6b1e3f06ed refactor(example-images): minimize async lock contention by moving I/O outside critical sections Will Miao 2026-02-11 09:24:00 +08:00
  • 94edde7744 feat(settings): add metadata_refresh_skip_paths to sync keys for UI update Will Miao 2026-02-09 10:09:53 +08:00
  • 024dfff021 feat: add metadata refresh skip paths setting, #790 Will Miao 2026-02-09 09:53:40 +08:00
  • a13fbbff48 i18n: complete translations for skip metadata refresh feature Will Miao 2026-02-09 09:21:59 +08:00
  • 765c1c42a9 feat: enhance skip metadata refresh with smart UI and subtle badges, #790 Will Miao 2026-02-09 09:15:29 +08:00
  • 2b74b2373d fix: prevent video preview persisting when switching between recipes Will Miao 2026-02-08 11:18:41 +08:00
  • b4ad03c9bf fix: improve example image upload reliability and error handling, #804 Will Miao 2026-02-08 09:16:48 +08:00
  • 199c9f742c feat(docs): update AGENTS.md with improved testing and development instructions Will Miao 2026-02-08 08:30:57 +08:00
  • e2f1520e7f docs: update LM-Extension-Wiki with CivArchive support and v0.4.8 features Will Miao 2026-02-07 23:27:01 +08:00
  • 26884630d3 feat(model-modal): improve transition animations and fix navigation logic modal-rework Will Miao 2026-02-07 10:20:05 +08:00
  • 66e9d77c67 feat: implement lazy loading and image caching for thumbnails Will Miao 2026-02-07 09:53:24 +08:00
  • 5ffca15172 feat(showcase): add wheel navigation, horizontal thumbnail rail scroll, and image counter Will Miao 2026-02-07 00:35:29 +08:00
  • 4d9115339b feat(showcase): improve remote image loading with skeleton animation and fade-in effects Will Miao 2026-02-06 23:49:45 +08:00
  • 469f7a1829 feat(showcase): add Show button to NSFW notice in main media area Will Miao 2026-02-06 23:04:22 +08:00
  • d27e3c8126 Phase 2: Model Modal Tabs and Edit Features Will Miao 2026-02-06 19:57:33 +08:00
  • 7bc63d7631 Phase 1: Model Modal Split-View Redesign Will Miao 2026-02-06 19:24:49 +08:00
  • 1606a3ff46 feat: add clear button to autocomplete text widget and fix external value change sync Will Miao 2026-02-06 09:15:16 +08:00
  • b313f36be9 feat(duplicates): exit duplicate mode when no duplicates found, #783 Will Miao 2026-02-05 22:54:24 +08:00
  • fa3625ff72 feat(filter): add tag logic toggle (OR/AND) for include tags filtering Will Miao 2026-02-05 22:35:18 +08:00
  • 895d13dc96 feat(settings): clean up default values from settings.json Will Miao 2026-01-29 19:04:11 +08:00