Releases: terwerinc/siyuan-plugin-share-pro
Releases · terwerinc/siyuan-plugin-share-pro
share-pro: v1.15.0
1.15.0 (2025-12-10)
Features
- add incremental sharing (caea391)
- blacklist: add blacklist management feature and UI integration (e7734ad)
- blacklist: add blacklist management page with search and pagination (33bbad9)
- blacklist: add intelligent search for documents and notebooks (6802f71)
- blacklist: design and add blacklist management API and types (8d6300b)
- config: add incremental share configuration option (60c1055)
- core: add incremental sharing service with settings integration (db70668)
- incremental-share: add reset share time functionality (363171a)
- incremental-share: implement incremental share with blacklist filtering and UI (e5bddcd)
- incremental-share: implement true pagination and unified UI for incremental document detection (6195b50)
- incremental-share: improve document handling and UI robustness (b08c7bc)
- incremental-sharing: add blacklist feature and grouped UI for incremental sharing (9a63c5b)
- incrementalShare: add collapsible stats section to share UI (708a348)
- incrementalShare: add incremental share feature and setting page (bcb3857)
- incrementalShare: add notebook blacklist support and refresh button (f54a2c8)
- incrementalShare: improve UI and add new localization keys (5cdffc5)
- popover: add fade in/out animations for popover display (165ed51)
- share-manage: add Chinese character limited popover for titles (a5ac18d)
- share-manage: enhance document title and share action interactions (30fc788)
- share-ui: add share management dialog with incremental share UI integration (025f33f)
- share-ui: enhance share UI with single and non-single doc modes (978c3d5)
- share-ui: replace share manage tab with dialog (3d49be5)
- share-ui: replace share manage tab with dialog and integrate blacklist (eba28b0)
- share: add blacklist management tab to share settings (1b502eb)
- share: add incremental, referenced, and subdocument sharing proposal (578c6a9)
- share: add local share history persistence and caching (4c5ed16)
- share: add referenced document sharing functionality (54738bf)
- share: implement incremental share with caching, queue management, and virtual scrolling (ba4380e)
- share: implement layered incremental share configuration (d814ef8)
- sharing: add subdocument sharing functionality (420c208)
- sharing: implement incremental sharing with change detection and blacklist (965ad42)
- topbar: add incremental share UI and improve i18n safety (8407231)
- types: add exports for service-dto and blacklist-api (d8a6d9d)
- types: add initial type definitions for share and service API (2a34a84)
- types: add type definitions for svelte-virtual-list module (f69f073)
- ui: update incremental share and manage icons in UI (41a5881)
Bug Fixes
- constants: dev env (8db42a8)
- incremental-share-ui: improve virtual list layout and increase visible item count (51298d3)
- service: add type annotation to kernelApi.lsNotebooks response (275b8a7)
- share: convert data correctly in getHistoryByIds method (7e80f57)
- tasks: mark incremental sharing features as completed in task list (3935217)
- topbar: enable incremental share by default when config is missing (ef63e7f)
- utils: replace empty string with null for attribute removal (d7448b3)
Code Refactoring
- api: optimize incremental share document query conditions (3a30283)
- blacklist: implement paged local blacklist loading and search with debounce (8064938)
- blacklist: remove legacy blacklist design docs and implementations (9fa1093)
- blacklist: replace backend blacklist with local storage service (eb6cfd6)
- blacklist: replace optional chaining with direct access in i18n fields (62c4863)
- core: clean up imports and exports and add svelte-virtual-list typings (a6d40e8)
- i18n: remove incremental share translations from en_US and zh_CN (d7a1770)
- incremental-share: remove outdated daily work summaries (8ffffde)
- incremental-share: simplify change detection and add search filter (6e13271)
- service: paginate blacklist checks to reduce server load (ba264b5)
- service: remove doc existence validation from updateSingleDocSettings ([02350c4](02...
share-pro: v1.14.0
1.14.0 (2025-11-13)
Features
- compress icon images (91c05c5)
- dataviews: add resource handling for DataViews components (425c1b2)
- share-service: add dataviews resource handling support (e820b06)
- share: add data view media upload support (decc56a)
- support image assets in databaase (260e862)
Code Refactoring
- ShareService: consolidate media processing into single method (56e95b0)
Performance Improvements
- ShareService: add debug log for media resource processing (ef65321)