Skip to content

Releases: gitnasr/Instagram-Saved-Posts

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 12:55

Full Changelog: v1.2.4...v1.3.0

Release v1.2.4

Choose a tag to compare

@github-actions github-actions released this 04 Sep 09:47

Full Changelog: v1.2.3...v1.2.4

Release v1.2.3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 21:00

Full Changelog: v1.2.2...v1.2.3

Release v1.2.2

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:46

Full Changelog: v1.2.1...v1.2.2

Release v1.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:04

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 15:44

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 15:29

What's Changed

🧰 Maintenance & Dependencies

Full Changelog: v1.0.1...v1.1.0

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:44

What's Changed

🧰 Maintenance & Dependencies

  • Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #4
  • Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #8
  • Bump actions/setup-node from 4 to 7 by @dependabot[bot] in #7
  • Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #6
  • Bump docker/login-action from 3 to 4 by @dependabot[bot] in #5
  • Bump the dependencies group with 23 updates by @dependabot[bot] in #9

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Initial Open-Source Release

Choose a tag to compare

@gitnasr gitnasr released this 01 Sep 16:32

📸 Instagram Saved Posts Tracker v1.0.0

The initial official open-source release of Instagram Saved Posts Tracker! A modern, self-hosted web application to archive, monitor, and explore your Instagram saved posts with timeline history and multi-profile support.


✨ Highlights & Features

  • 1-Command Quick Install: Turnkey installation scripts for Linux/macOS (install.sh) and Windows (install.ps1).
  • 🐳 Turnkey Docker Compose: Pre-configured MongoDB 7.0 single-node replica set with zero-configuration transactions.
  • 🟣 1-Click PaaS Support: Dedicated compose templates and step-by-step guides for Dokploy and Coolify.
  • 🧙‍♂️ Interactive Onboarding Wizard: Guided 4-step first-run setup with live Instagram cookie verification and avatar preview.
  • 👥 Multi-Profile Isolation: Independent Instagram sessions, cookies, bookmarks, and histories.
  • 📈 Account Timelines: Automatic tracking of username changes, privacy status changes, lost/banned accounts, and verification changes.
  • 🛡️ Resumable Scraper: Rate-limit handling, exponential backoff with jitter, and checkpointed resume support.
  • ☁️ Permanent CDN Mirroring: Optional Cloudinary sync to prevent broken images from expired Instagram CDN URLs.
  • 🔒 Reverse Proxy & SSO: Native header authentication for Authentik, Authelia, and Traefik ForwardAuth with read-only viewer mode.

📦 Quick Start

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/gitnasr/Instagram-Saved-Posts/master/install.sh | bash

# Windows PowerShell
irm https://raw.githubusercontent.com/gitnasr/Instagram-Saved-Posts/master/install.ps1 | iex

New Contributors

Full Changelog: https://github.com/gitnasr/Instagram-Saved-Posts/commits/v1.0.0