Changelog

All notable changes to Bargardan

v2

v2.0.1

LatestJuly 21, 2026
Changed
  • Instagram downloader removed to comply with Chrome Web Store single-purpose policy — Bargardan now focuses purely on translation
Fixed
  • Fix branding: Bargardaan to Bargardan
  • Update store descriptions
v2

v2.0.0

March 12, 2026
Added
  • Structured logging system with per-module loggers
  • Settings validation on load and save
  • Request cancellation with stale-response guard
  • Dismissable toast notifications
  • CSS variables for consistent theming
  • Accessibility improvements (ARIA, keyboard navigation)
  • API key encryption for secure local storage
  • Engine fallback on failure
  • Download retry logic with exponential backoff
  • Rate limiting to prevent excessive API calls
Changed
  • Magic numbers replaced with named constants
  • Comments standardized to English
  • RTL mode deduplication
  • Performance optimizations for DOM observation
Fixed
  • Error handling in background service worker
Security
  • API keys encrypted before storage