Commit Graph

  • 3e5cb223f3 refactor(metadata): remove outdated metadata provider summary documentation Will Miao 2025-09-10 20:09:05 +08:00
  • 4ee5b7481c fix(downloader): set socket read timeout to 5 minutes for improved stability during large downloads Will Miao 2025-09-10 18:49:35 +08:00
  • e104b78c01 Merge branch 'willmiao:main' into main gaoqi125 2025-09-10 18:02:51 +08:00
  • ba1ac58721 feat(metadata): trigger metadata provider update when enabling metadata archive database Will Miao 2025-09-10 16:18:04 +08:00
  • a4fbeb6295 feat(metadata): update metadata archive management and remove provider priority settings Will Miao 2025-09-10 15:55:29 +08:00
  • 68f8871403 feat(metadata): add source tracking for SQLite metadata and implement Civitai API metadata validation Will Miao 2025-09-10 11:20:58 +08:00
  • 6fd74952b7 Refactor metadata handling to use unified provider system Will Miao 2025-09-09 20:57:45 +08:00
  • 1ea468cfc4 feat(metadata): enhance metadata archive management with download progress and status updates Will Miao 2025-09-09 15:24:28 +08:00
  • 14721c265f Refactor download logic to use unified downloader service Will Miao 2025-09-09 10:34:14 +08:00
  • 821827a375 feat(metadata): implement metadata archive management and update settings for metadata providers Will Miao 2025-09-08 13:17:16 +08:00
  • 9ba3e2c204 feat(metadata): implement metadata providers and initialize metadata service Will Miao 2025-09-08 10:33:59 +08:00
  • d287883671 refactor(civitai): remove legacy get_model_description and _get_hash_from_civitai methods Will Miao 2025-09-06 22:17:24 +08:00
  • ead34818db feat(utils): implement forwardMiddleMouseToCanvas function and integrate it into JSON, LoRA, and Tags widgets, see #417 Will Miao 2025-09-08 21:49:16 +08:00
  • a060010b96 feat(loras_widget): add delayed preview tooltip for LoRA names, see #416 Will Miao 2025-09-08 21:03:22 +08:00
  • 76a92ac847 Update wanvideo_lora_select_from_text.py gaoqi125 2025-09-07 23:21:33 +08:00
  • 74bc490383 Update __init__.py gaoqi125 2025-09-07 19:51:19 +08:00
  • 510d476323 feat(civitai): enhance LoRA matching by extracting hashes from metadata Will Miao 2025-09-07 10:05:30 +08:00
  • 1e7257fd53 fix(download): temporarily disable delay to speed up downloads Will Miao 2025-09-06 18:47:18 +08:00
  • 4ff1f51b1c fix(docs): update portable package download link to version 0.9.2 Will Miao 2025-09-06 18:02:57 +08:00
  • 74507cef05 feat(settings): add validation for settings.json to ensure required configuration is present fix(usage_stats): handle initialization errors for usage statistics when no valid paths are configured, fixes #375 Will Miao 2025-09-06 17:39:51 +08:00
  • c23ab04d90 chore(release): update version to 0.9.2 and add release notes for bulk auto-organization feature v0.9.2 Will Miao 2025-09-06 14:38:00 +08:00
  • d50dde6cf6 refactor(i18n): remove legacy migration summary and transition to JSON format Will Miao 2025-09-06 10:07:43 +08:00
  • fcb1fb39be feat(controls): add toggleBulkMode functionality for Checkpoints and Embeddings pages Will Miao 2025-09-06 08:15:18 +08:00
  • b0ef74f802 feat(LoraManager): add example images cleanup functionality to remove invalid or empty folders, see #402 Will Miao 2025-09-06 07:59:33 +08:00
  • f332aef41d fix(BulkManager): prevent initialization on recipes page to avoid unnecessary processing Will Miao 2025-09-05 22:45:23 +08:00
  • 1f91a3da8e fix(BulkManager): streamline cleanupBulkBaseModelModal to clear base model select options Will Miao 2025-09-05 21:00:54 +08:00
  • 16840c321d feat(api): enhance fetchModelDescription to improve error handling and response parsing Will Miao 2025-09-05 20:57:36 +08:00
  • c109e392ad feat(auto-organize): add auto-organize functionality for selected models and update context menu Will Miao 2025-09-05 20:51:30 +08:00
  • 5e69671366 Merge pull request #398 from gaoqi125/gaoqi125-patch-1 pixelpaws 2025-09-05 19:55:40 +08:00
  • 52d23d9b75 feat(constants): update model tags to include 'realistic', 'anime', 'toon', and 'furry' Will Miao 2025-09-05 19:53:29 +08:00
  • 4c4e6d7a7b feat(release-notes): update version to 0.9.1 and enhance bulk operations documentation v0.9.1 Will Miao 2025-09-05 18:15:08 +08:00
  • 03b6e78705 feat(locales): add bulk base model functionality in multiple languages and update toast messages Will Miao 2025-09-05 18:00:21 +08:00
  • 24c01141d7 Merge pull request #400 from willmiao/bulk-menu pixelpaws 2025-09-05 17:44:40 +08:00
  • 6dc2811af4 feat(bulk-modal): refactor bulk base model modal for improved UI and functionality, fixes 352 Will Miao 2025-09-05 17:36:54 +08:00
  • e6425dce32 feat(bulk-manager): enhance bulk mode handling by skipping actions when a modal is open Will Miao 2025-09-05 17:07:57 +08:00
  • 95e2ff5f1e Implement centralized event management system with priority handling and state tracking Will Miao 2025-09-05 16:56:26 +08:00
  • 92ac487128 feat(bulk-base-model): implement bulk base model setting functionality with UI and context menu integration Will Miao 2025-09-05 14:07:03 +08:00
  • 3250fa89cb feat(selection): implement marquee selection for bulk operations Will Miao 2025-09-05 11:24:10 +08:00
  • 7475de366b feat(context-menu): enhance bulk workflow options with append and replace actions Will Miao 2025-09-05 10:55:38 +08:00
  • affb507b37 feat(sync): enhance translation key synchronization to remove obsolete keys Will Miao 2025-09-05 10:45:54 +08:00
  • 3320b80150 Merge pull request #399 from willmiao/bulk-menu pixelpaws 2025-09-05 09:31:48 +08:00
  • fb2b69b787 feat(tags): refactor preset tags to constants for better maintainability Will Miao 2025-09-05 09:27:45 +08:00
  • 29a05f6533 Move test_i18n.py to scripts folder Will Miao 2025-09-05 08:48:20 +08:00
  • 9fa3fac973 feat(locales): add bulk tag management translations for multiple languages Will Miao 2025-09-05 08:43:01 +08:00
  • 904b0d104a feat(sync): add translation key synchronization script for locale management Will Miao 2025-09-05 08:35:20 +08:00
  • 1d31dae110 feat(tags): implement bulk tag addition and replacement functionality Will Miao 2025-09-05 07:18:24 +08:00
  • 476ecb7423 fix(banner): ensure href attribute defaults to '#' for actions without a URL Will Miao 2025-09-04 22:07:07 +08:00
  • 4eb67cf6da feat(bulk-tags): add bulk tag management modal and context menu integration Will Miao 2025-09-04 22:08:55 +08:00
  • a5a9f7ed83 fix(banner): ensure href attribute defaults to '#' for actions without a URL Will Miao 2025-09-04 22:07:07 +08:00
  • c0b029e228 feat(context-menu): refactor context menu initialization and coordination for improved bulk operations Will Miao 2025-09-04 16:34:05 +08:00
  • 9bebcc9a4b feat(bulk): implement bulk context menu for model operations and remove bulk operations panel Will Miao 2025-09-04 15:24:54 +08:00
  • ac7d23011c chore(release): update version to 0.9.0 and add release notes for UI overhaul and new features v0.9.0 Will Miao 2025-09-04 00:04:25 +08:00
  • 491e09b7b5 Merge pull request #395 from willmiao/ot pixelpaws 2025-09-03 23:25:31 +08:00
  • 192bc237bf fix(onboarding): update language selection button text and remove skip option from translations Will Miao 2025-09-03 23:04:06 +08:00
  • f041f4a114 feat(onboarding): prevent onboarding from starting if version-mismatch banner is visible Will Miao 2025-09-03 22:48:29 +08:00
  • 2546580377 fix(localization): update French translations for "recipe" to ensure consistency in terminology Will Miao 2025-09-03 22:23:35 +08:00
  • 8fbf2ab56d feat(onboarding): add multilingual support for onboarding steps and language selection Will Miao 2025-09-03 22:17:48 +08:00
  • ea727aad2e feat(onboarding): enhance target highlighting with mask and pulsing effect Will Miao 2025-09-03 21:44:23 +08:00
  • 5520aecbba fix(onboarding): adjust language selection logic to skip if already set and update prompt text Will Miao 2025-09-03 19:22:53 +08:00
  • 6b738a4769 fix(onboarding): update language handling and selection logic in onboarding process Will Miao 2025-09-03 19:15:55 +08:00
  • 903a8050b3 Add SVG flags for France, Hong Kong, Japan, South Korea, Russia, and the United States Will Miao 2025-09-03 18:19:34 +08:00
  • 31b032429d fix(sidebar): change default pinned state to true for sidebar restoration Will Miao 2025-09-03 15:46:33 +08:00
  • 2bcf341f04 feat(onboarding): implement onboarding tutorial with language selection and step guidance Will Miao 2025-09-03 15:42:36 +08:00
  • ca6f45b359 fix(download-manager): temporarily disable delay to speed up downloads Will Miao 2025-09-02 22:36:36 +08:00
  • 2a67cec16b fix(sidebar): update tree selection logic and improve breadcrumb and header state handling Will Miao 2025-09-02 18:19:01 +08:00
  • 1800afe31b feat(sidebar): implement display mode toggle and update sidebar actions for improved navigation. See #389 Will Miao 2025-09-02 15:48:34 +08:00
  • 8c6311355d Create wanvideo_lora_select_from_text.py gaoqi125 2025-09-02 17:18:48 +08:00
  • 91801dff85 feat(localization): add new workflow-related messages for LoRA and recipe actions in multiple languages Will Miao 2025-09-02 11:50:20 +08:00
  • be594133f0 feat(localization): update app title from "oRA Manager" to "LoRA Manager" across all locale files Will Miao 2025-09-02 10:29:29 +08:00
  • 8a538d117e feat(localization): simplify language selection labels and update app title across all locale files Will Miao 2025-09-02 10:11:55 +08:00
  • 8d9118cbee feat(localization): update control labels and actions for improved clarity in multiple languages Will Miao 2025-09-01 22:00:19 +08:00
  • b67464ea13 feat(trigger-word-toggle): update existing tags' active state based on default_active widget value Will Miao 2025-09-01 20:55:50 +08:00
  • 33334da0bb feat(i18n): add structural consistency tests for locale files and enhance existing tests Will Miao 2025-09-01 19:29:50 +08:00
  • 40ce2baa7b Merge pull request #388 from willmiao/i18n pixelpaws 2025-09-01 08:57:39 +08:00
  • 1134466cc0 feat(i18n): complete locale files for all languages Will Miao 2025-09-01 08:48:34 +08:00
  • 92341111ad feat(localization): enhance import modal and related components with new labels, descriptions, and error messages for improved user experience Will Miao 2025-08-31 22:41:35 +08:00
  • 4956d6781f feat(localization): enhance download modal with new labels and error messages for improved user experience Will Miao 2025-08-31 22:06:59 +08:00
  • 63562240c4 feat(localization): enhance English and Chinese translations for update notifications and support modal Will Miao 2025-08-31 21:54:54 +08:00
  • 84d801cf14 feat(localization): enhance settings modal with new sections and translations for improved user experience Will Miao 2025-08-31 21:27:59 +08:00
  • b56fe4ca68 Implement code changes to enhance functionality and improve performance Will Miao 2025-08-31 20:55:08 +08:00
  • 6c83c65e02 feat(localization): add custom filter message and update toast keys for recipe actions Will Miao 2025-08-31 20:32:37 +08:00
  • a83f020fcc feat(localization): add file size labels and enhance search placeholders in UI components Will Miao 2025-08-31 20:26:13 +08:00
  • 7f9a3bf272 feat(i18n): enhance translation key extraction to optionally include container nodes Will Miao 2025-08-31 19:01:23 +08:00
  • f80e266d02 feat(localization): update toast messages for consistency and improved error handling across various components Will Miao 2025-08-31 18:38:42 +08:00
  • 7bef562541 feat(localization): update toast messages for improved user feedback and localization support across various components Will Miao 2025-08-31 16:52:58 +08:00
  • b2428f607c feat(localization): add trigger words functionality with localization support for UI elements and messages Will Miao 2025-08-31 15:13:12 +08:00
  • 8303196b57 feat(localization): enhance toast messages for context menu actions, model tags, and download management with improved error handling and user feedback Will Miao 2025-08-31 14:27:33 +08:00
  • 987b8c8742 feat(localization): enhance toast messages for recipes and example images with improved error handling and success feedback Will Miao 2025-08-31 13:51:37 +08:00
  • e60a579b85 feat(localization): enhance toast messages for API actions and model management with i18n support refactor(localization): update toast messages in various components and managers for better user feedback Will Miao 2025-08-31 12:25:08 +08:00
  • be8edafed0 feat(localization): enhance toast messages for better user feedback and localization support Will Miao 2025-08-31 11:51:28 +08:00
  • a258a18fa4 refactor(preload): remove unnecessary preload blocks from multiple templates Will Miao 2025-08-31 11:28:49 +08:00
  • 59010ca431 Refactor localization handling and improve i18n support across the application Will Miao 2025-08-31 11:19:06 +08:00
  • 75f3764e6c refactor(i18n): optimize safeTranslate usage by removing unnecessary await calls Will Miao 2025-08-31 10:32:15 +08:00
  • 867ffd1163 feat(localization): add model description translations and enhance UI text across multiple languages Will Miao 2025-08-31 10:12:54 +08:00
  • 6acccbbb94 fix(localization): update language labels to use English and native scripts for consistency Will Miao 2025-08-31 09:16:26 +08:00
  • b2c4efab45 refactor(i18n): streamline i18n initialization and update translation methods Will Miao 2025-08-31 09:03:06 +08:00
  • 408a435b71 Add copilot instructions to enforce English for comments Will Miao 2025-08-31 09:02:51 +08:00
  • 36d3cd93d5 Enhance localization and UI for model management features Will Miao 2025-08-30 23:20:13 +08:00
  • b36fea002e Add localization support for new features and update existing translations Will Miao 2025-08-30 22:32:44 +08:00
  • 52acbd954a Add Chinese (Simplified and Traditional) localization files and implement i18n tests Will Miao 2025-08-30 21:41:48 +08:00