Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.71 KB

File metadata and controls

62 lines (47 loc) · 1.71 KB

Changelog — DB Storage Manager

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Fixed

[1.0.1] - 2026-03-12

Changed

  • Updated repository documentation structure
  • Improved CI/CD workflows
  • Enhanced .gitignore with comprehensive patterns

Removed

  • Removed GITHUB_TOPICS.md (topics are managed via GitHub UI)

Fixed

  • Fixed undefined os import in Oracle database restore functionality

[1.0.0] - 2025-01-XX

Added

  • Complete cross-platform desktop application built with PyQt6
  • Multi-database support: PostgreSQL, MySQL/MariaDB, SQLite, MongoDB, Redis
  • Storage analysis dashboard with comprehensive metrics and visualizations
  • Secure connection management with encrypted credential storage (cryptography/Fernet)
  • Advanced query console with multi-database query execution
  • Safe mode to prevent accidental data modification
  • Backup and restore system with multiple adapters:
    • Local file system backups
    • AWS S3 integration
    • Google Drive integration
  • Scheduled backup automation with cron-like functionality
  • Theme system: light, dark, and system theme support
  • Internationalization (i18n) support for multiple languages
  • Cross-platform support: Windows, macOS, and Linux
  • Connection testing and validation
  • Query explain plans for optimization analysis
  • CSV data export capabilities
  • Encrypted backup storage
  • Compression support for backups

Changed

Fixed

Removed