pixelpaws
|
1aa81c803b
|
Merge pull request #551 from willmiao/codex/refactor-model-metadata-saving-logic
fix: hydrate cached metadata before persisting updates
|
2025-10-10 08:56:12 +08:00 |
|
pixelpaws
|
8f5e134d3e
|
fix: skip redundant hydration in metadata sync service
|
2025-10-10 08:49:54 +08:00 |
|
pixelpaws
|
ef03a2a917
|
fix(metadata): hydrate cached records before saving
|
2025-10-10 08:30:51 +08:00 |
|
Will Miao
|
e275968553
|
feat(civitai): remove debug print statement from rewrite_preview_url function
|
2025-10-10 08:18:23 +08:00 |
|
Will Miao
|
76d3aa2b5b
|
feat(version): bump version to 0.9.7 in pyproject.toml
v0.9.7
|
2025-10-09 22:15:50 +08:00 |
|
Will Miao
|
c9a65c7347
|
feat(metadata): implement model data hydration and enhance metadata handling across services, fixes #547
|
2025-10-09 22:15:07 +08:00 |
|
Will Miao
|
f542ade628
|
feat(civitai): implement URL rewriting for Civitai previews and enhance download handling, fixes #499
|
2025-10-09 17:54:37 +08:00 |
|
Will Miao
|
d2c2bfbe6a
|
feat(sidebar): add recursive search functionality and toggle button
|
2025-10-09 17:07:10 +08:00 |
|
Will Miao
|
2b6910bd55
|
feat(misc): mark model versions in library for Civitai user models
|
2025-10-09 15:23:42 +08:00 |
|
Will Miao
|
b1dd733493
|
feat(civitai): enhance model version handling with cache lookup
|
2025-10-09 14:10:00 +08:00 |
|
pixelpaws
|
5dcf0a1e48
|
Merge pull request #545 from willmiao/codex/evaluate-sqlite-cache-indexing-necessity
feat: index cached models by version id
|
2025-10-09 13:54:46 +08:00 |
|
pixelpaws
|
cf357b57fc
|
feat(scanner): index cached models by version id
|
2025-10-09 13:50:44 +08:00 |
|
pixelpaws
|
4e1773833f
|
Merge pull request #544 from willmiao/codex/add-endpoint-to-fetch-civitai-user-models
Add endpoint to fetch Civitai user models
|
2025-10-09 11:56:57 +08:00 |
|
pixelpaws
|
8cf762ffd3
|
feat(misc): add civitai user model lookup
|
2025-10-09 11:49:41 +08:00 |
|
pixelpaws
|
d997eaa429
|
Merge pull request #543 from willmiao/codex/refactor-get_model_version-logic-and-add-tests, fixes #540
fix: improve Civitai model version retrieval
|
2025-10-09 11:07:33 +08:00 |
|
pixelpaws
|
8e51f0f19f
|
fix(civitai): improve model version retrieval
|
2025-10-09 10:56:25 +08:00 |
|
pixelpaws
|
f0e246b4ac
|
Merge pull request #542 from willmiao/codex/investigate-backend-tests-modifying-settings.json
Refactor settings manager to lazy singleton
|
2025-10-08 16:02:11 +08:00 |
|
pixelpaws
|
a232997a79
|
fix(utils): respect metadata sync overrides
|
2025-10-08 15:52:15 +08:00 |
|
pixelpaws
|
08a449db99
|
fix(metadata): refresh metadata sync settings
|
2025-10-08 10:38:05 +08:00 |
|
pixelpaws
|
0c023c9888
|
fix(settings): lazily resolve module aliases
|
2025-10-08 10:10:23 +08:00 |
|
pixelpaws
|
0ad92d00b3
|
fix(settings): restore legacy settings aliases
|
2025-10-08 09:54:36 +08:00 |
|
pixelpaws
|
a726cbea1e
|
fix(routes): pass resolved settings to metadata sync
|
2025-10-08 09:32:57 +08:00 |
|
pixelpaws
|
c53fa8692b
|
refactor(settings): lazily initialize manager
|
2025-10-08 08:56:57 +08:00 |
|
Will Miao
|
3118f3b43c
|
feat(graph): enhance node handling with graph identifiers and improve metadata updates, see #408, #538
|
2025-10-07 23:22:38 +08:00 |
|
Will Miao
|
9199950b74
|
feat(release): update version to 0.9.6 and add release notes for critical performance optimizations and new features
v0.9.6
|
2025-10-07 17:41:58 +08:00 |
|
Will Miao
|
4c7e31687b
|
feat(recipe_scanner): reset cached state on active library change
|
2025-10-07 08:07:44 +08:00 |
|
Will Miao
|
75e207b520
|
fix(banner): remove redundant community support banner registration
|
2025-10-06 22:39:49 +08:00 |
|
Will Miao
|
631289b75e
|
feat(banner): add community support banner with Ko-fi integration and translations
|
2025-10-06 22:39:21 +08:00 |
|
Will Miao
|
1b958d0a5d
|
feat(modal): use CSS variables for header height and improve recipe modal layout
|
2025-10-06 16:28:56 +08:00 |
|
Will Miao
|
35fdf9020d
|
docs(README): update instructions for settings.json file creation in Portable Edition
|
2025-10-06 15:32:37 +08:00 |
|
Will Miao
|
45926b1dca
|
feat(constants): add CHROMA model to BASE_MODELS and update categories
|
2025-10-06 08:48:15 +08:00 |
|
Will Miao
|
686ba5024d
|
fix(tests): add loadingManager mocks in settingsManager tests
|
2025-10-06 08:24:58 +08:00 |
|
pixelpaws
|
cf375c7c86
|
Merge pull request #537 from willmiao/codex/implement-video-lazy-loading-with-queue
fix: throttle model card video lazy loading
|
2025-10-06 08:07:24 +08:00 |
|
pixelpaws
|
5e53d76f44
|
fix(model-card): throttle preview video loading
|
2025-10-06 07:45:51 +08:00 |
|
Will Miao
|
7757f72859
|
Enhance test for saving paths to ensure cross-platform compatibility in folder paths
|
2025-10-05 22:40:43 +08:00 |
|
pixelpaws
|
c8cc584049
|
Merge pull request #536 from willmiao/codex/add-unit-tests-for-config-saving-paths
Add regression tests for Config save path handling
|
2025-10-05 22:24:57 +08:00 |
|
pixelpaws
|
2cdd269bba
|
Merge pull request #535 from willmiao/codex/add-tests-for-migration-utility-functions
test: cover example images migration flows
|
2025-10-05 22:24:42 +08:00 |
|
pixelpaws
|
d2d97ae5bb
|
Merge pull request #534 from willmiao/codex/add-tests-for-cache-middleware
test: add cache control middleware coverage
|
2025-10-05 22:24:26 +08:00 |
|
pixelpaws
|
d08d77c555
|
Merge pull request #533 from willmiao/codex/add-async-test-module-for-lifecycle
test: add LoRA manager lifecycle coverage
|
2025-10-05 22:24:12 +08:00 |
|
pixelpaws
|
92f8d2139a
|
Merge pull request #532 from willmiao/codex/create-tests-for-statsroutes
test: add coverage for stats routes endpoints
|
2025-10-05 22:23:59 +08:00 |
|
pixelpaws
|
50f2c2dfe6
|
test(config): cover save path migration flows
|
2025-10-05 22:19:36 +08:00 |
|
pixelpaws
|
3539c453d3
|
test(utils): cover example images migrations
|
2025-10-05 22:19:29 +08:00 |
|
pixelpaws
|
1631122f95
|
test(middleware): add cache control coverage
|
2025-10-05 22:19:20 +08:00 |
|
pixelpaws
|
8fcb979544
|
test(routes): cover lora manager lifecycle
|
2025-10-05 22:19:10 +08:00 |
|
pixelpaws
|
8a5af0b7f3
|
test(routes): add stats routes coverage
|
2025-10-05 22:18:59 +08:00 |
|
Will Miao
|
cb1f08d556
|
Fix low contrast on nav-item hover
|
2025-10-05 21:10:01 +08:00 |
|
pixelpaws
|
1150267765
|
Merge pull request #531 from willmiao/codex/-activelibrary
fix(locales): translate library selection strings
|
2025-10-05 21:04:10 +08:00 |
|
pixelpaws
|
5c1252548d
|
fix(locales): translate library selection strings
|
2025-10-05 21:03:21 +08:00 |
|
Will Miao
|
3c7cdf5db8
|
feat(header): enhance navigation and search functionality with context-aware behavior
|
2025-10-05 20:58:14 +08:00 |
|
Will Miao
|
9ac4203b1c
|
test(example-images): allow monkeypatching os.startfile on linux
|
2025-10-05 16:30:44 +08:00 |
|