Потрошителю
Попросил chatgpt вывести безопасный changelog текущего билдаunknown
plain_text
6 days ago
2.5 kB
6
Indexable
cd "$HOME/Documents/ReferenceSync" source .venv/bin/activate cat > CHANGELOG_PUBLIC.md <<'MD' # ReferenceSync — Public Changelog ReferenceSync is a desktop application for collecting saved visual references from social platforms and importing them into Eagle with deduplication, metadata preservation and configurable naming. ## 0.2.0-alpha — Desktop interface prototype ### Added - First native desktop GUI built with PySide6 / Qt. - Instagram account and browser selection. - Safe preview mode before downloading. - Future multi-platform navigation: - Instagram - Pinterest - Behance - Dribbble - Vimeo - Threads - X - Layers.to - Initial interface for browser-based analysis and Meta archive import. - Search modes: - smart incremental search; - full saved-post analysis; - limited recent-post analysis. - Advanced filters for post type, structure and authors. - Preview table for discovered publications. - Initial naming and numbering editor. - Manual start number and automatic continuation modes. - Collision checking against existing Eagle item names. ### Safety - Preview does not download files or modify Eagle. - Existing publications are tracked in a local SQLite registry. - Naming conflicts are checked before import. - Source and database backups are created before migrations. ## 0.1.0-alpha — Working synchronization engine ### Added - Instagram Saved discovery through an authenticated browser profile. - Detection of new and previously imported posts. - Staging downloads with media validation. - Support for single posts, Reels and carousel components. - Eagle import with folder, tag, source URL and metadata assignment. - Delayed read-back verification after Eagle import. - SQLite registry for jobs, posts, media and Eagle item IDs. - Automatic duplicate protection. - Configurable Instagram order naming: - single post: `@author instpoporder-N`; - carousel: `@author instpoporder-N-M`. - Manual numbering start. - Automatic continuation from existing Eagle numbering. - JSON reports, logs and recovery backups. ## Planned - Complete visual workflow without Terminal. - Real Meta archive parser. - Yandex Browser profile support. - Editable titles and descriptions before import. - Modular numbering-rule constructor. - Resumable multi-post download queue. - Platform adapters for Pinterest, Behance and Dribbble. - macOS `.app` and Windows `.exe` builds. MD echo "Public changelog created:" echo "$HOME/Documents/ReferenceSync/CHANGELOG_PUBLIC.md"
Editor is loading...
Leave a Comment