|
1 | 1 | [跳到中文](#中文) |
2 | 2 | # English |
3 | 3 |
|
| 4 | +## 2026-02-01 |
| 5 | +### Drag-and-drop into folders and safer move/copy |
| 6 | +- Support drag-and-drop into folders with right-panel open fixes and UI adjustments. |
| 7 | +- Add "continue on error" option for move/copy and a preset shortcut guide. |
| 8 | + |
| 9 | +## 2026-01-30 |
| 10 | +### Added log file output |
| 11 | +App now writes logs to `log.log` for easier diagnostics; UI styling refinements. |
| 12 | + |
| 13 | +## 2026-01-29 |
| 14 | +### Added EXIF metadata browser |
| 15 | +Browse EXIF/metadata with nested JSON navigation and syntax highlighting. |
| 16 | + |
| 17 | +## 2026-01-26 |
| 18 | +### Sync delete events in TikTok viewer |
| 19 | +Deleting items now stays in sync in TikTok-style view. |
| 20 | + |
| 21 | +## 2026-01-25 |
| 22 | +### Refined TikTok info panel |
| 23 | +Backdrop/preview return behavior adjusted; panel layout polished. |
| 24 | + |
| 25 | +## 2026-01-24 |
| 26 | +### Fixed video stream Range handling |
| 27 | +Improved large-file streaming throughput. |
| 28 | + |
| 29 | +## 2026-01-22 |
| 30 | +### Tag validation, cleanup, and performance |
| 31 | +Validate tag names, optimize tag queries, and add null-safety for tag creation. |
| 32 | + |
| 33 | +## 2026-01-18 |
| 34 | +### ComfyUI prompt extraction and tag relation graph improvements |
| 35 | +Add option to extract all ComfyUI prompts; improve tag relation graph filtering, fullscreen, and i18n. |
| 36 | + |
| 37 | +## 2026-01-10 |
| 38 | +### Added tag relationship graph visualization |
| 39 | +Topic cluster graph now visualized with ECharts. |
| 40 | + |
| 41 | +## 2026-01-06 |
| 42 | +### Optional dependency handling |
| 43 | +Support `IIB_SKIP_OPTIONAL_DEPS` and better optional package errors. |
| 44 | + |
| 45 | +## 2026-01-05 |
| 46 | +### Install script refactor |
| 47 | +Simplified package install flow and improved error handling. |
| 48 | + |
| 49 | +## 2026-01-04 |
| 50 | +### Downloads and dependency versioning fixes |
| 51 | +Fix multi-downloads, remove hardcoded test path, and lock major versions for key deps with runtime version info. |
| 52 | + |
| 53 | +## 2026-01-03 |
| 54 | +### Topic search and clustering improvements |
| 55 | +Show cached topics by default, improve clustering defaults, and make LLM title generation more robust. |
| 56 | + |
| 57 | +## 2026-01-01 |
| 58 | +### Auth modal fixes |
| 59 | +Avoid duplicate prompts and use proper password input. |
| 60 | + |
| 61 | +## 2025-12-31 |
| 62 | +### Faster topic clustering |
| 63 | +Accelerate clustering with ANN (hnswlib). |
| 64 | + |
| 65 | +## 2025-12-29 |
| 66 | +### Async clustering and cached results |
| 67 | +Run clustering jobs asynchronously with progress UI, cache embedding failures, and persist cluster results. |
| 68 | + |
| 69 | +## 2025-12-28 |
| 70 | +### Non-blocking embeddings for topics |
| 71 | +Make topic embedding non-blocking and cap input length. |
| 72 | + |
| 73 | +## 2025-12-18 |
| 74 | +### Fixed video cover generation failures |
| 75 | + |
4 | 76 | ## 2025-12-15 |
5 | 77 | ### Added audio file playback support and improved TikTok view |
6 | 78 | Now you can play audio files directly in IIB, with playback controls integrated into the TikTok-style viewer. |
@@ -582,6 +654,78 @@ Triggered under the same circumstances as above, there will be a button to updat |
582 | 654 |
|
583 | 655 | # 中文 |
584 | 656 |
|
| 657 | +## 2026-02-01 |
| 658 | +### 支持拖拽到文件夹与更安全的移动/复制 |
| 659 | +- 支持拖拽文件到文件夹,并修复右侧打开文件夹与界面细节。 |
| 660 | +- 新增移动/复制“出错继续”选项与预设快捷键指引。 |
| 661 | + |
| 662 | +## 2026-01-30 |
| 663 | +### 新增日志文件输出 |
| 664 | +程序会写入 `log.log` 便于排查问题,同时优化了部分 UI 样式。 |
| 665 | + |
| 666 | +## 2026-01-29 |
| 667 | +### 新增 EXIF 元数据浏览器 |
| 668 | +支持 EXIF/元数据分层浏览与高亮显示。 |
| 669 | + |
| 670 | +## 2026-01-26 |
| 671 | +### TikTok 视图删除同步 |
| 672 | +删除操作在 TikTok 风格视图中保持同步。 |
| 673 | + |
| 674 | +## 2026-01-25 |
| 675 | +### TikTok 信息面板优化 |
| 676 | +调整背景遮罩与预览返回逻辑,优化面板布局。 |
| 677 | + |
| 678 | +## 2026-01-24 |
| 679 | +### 修复视频流 Range 解析 |
| 680 | +提升大文件视频流吞吐。 |
| 681 | + |
| 682 | +## 2026-01-22 |
| 683 | +### 标签校验、清理与性能优化 |
| 684 | +新增标签名校验与清理,优化标签查询,并补充空值安全处理。 |
| 685 | + |
| 686 | +## 2026-01-18 |
| 687 | +### ComfyUI 提示词导出与标签关系图优化 |
| 688 | +新增一次性提取全部 ComfyUI 提示词;改进标签关系图筛选、全屏与多语言。 |
| 689 | + |
| 690 | +## 2026-01-10 |
| 691 | +### 新增标签关系图可视化 |
| 692 | +为 Topic 聚类提供关系图可视化(ECharts)。 |
| 693 | + |
| 694 | +## 2026-01-06 |
| 695 | +### 可选依赖处理优化 |
| 696 | +支持 `IIB_SKIP_OPTIONAL_DEPS`,并改进可选依赖报错信息。 |
| 697 | + |
| 698 | +## 2026-01-05 |
| 699 | +### 安装脚本重构 |
| 700 | +简化依赖安装流程并增强错误处理。 |
| 701 | + |
| 702 | +## 2026-01-04 |
| 703 | +### 下载与依赖版本修复 |
| 704 | +修复多文件下载、移除硬编码测试路径,并锁定关键依赖主版本与运行时版本信息。 |
| 705 | + |
| 706 | +## 2026-01-03 |
| 707 | +### Topic 搜索与聚类改进 |
| 708 | +默认展示缓存主题、优化聚类默认参数,并增强 LLM 标题生成稳定性。 |
| 709 | + |
| 710 | +## 2026-01-01 |
| 711 | +### 认证弹窗修复 |
| 712 | +避免重复提示并使用密码输入框。 |
| 713 | + |
| 714 | +## 2025-12-31 |
| 715 | +### Topic 聚类加速 |
| 716 | +使用 ANN(hnswlib)提升聚类性能。 |
| 717 | + |
| 718 | +## 2025-12-29 |
| 719 | +### 异步聚类与结果缓存 |
| 720 | +聚类任务异步执行并展示进度,缓存 embedding 失败,并持久化聚类结果。 |
| 721 | + |
| 722 | +## 2025-12-28 |
| 723 | +### Topic embedding 非阻塞 |
| 724 | +Topic embedding 改为非阻塞并限制输入长度。 |
| 725 | + |
| 726 | +## 2025-12-18 |
| 727 | +### 修复视频封面生成失败 |
| 728 | + |
585 | 729 | ## 2025-12-15 |
586 | 730 | ### 新增音频文件播放支持,改进TikTok视图 |
587 | 731 | 现在可以直接在IIB中播放音频文件,播放控件已集成到TikTok风格的查看器中。 |
|
0 commit comments