pixgo
Version:
A CLI tool to upload images to Cloudinary
53 lines (38 loc) • 1.33 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Image upload using URLs feature (work in progress)
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.0.5] - 2025-07-14
### Changed
- Complete project restructuring with improved architecture
- Separated commands, services, and utilities into distinct modules
- Enhanced CLI interface with better command structure
- Improved error handling with centralized error management
- Better code organization following separation of concerns
### Added
- Class-based service architecture
- Modular utility functions
- Enhanced file validation
- Loading spinners for better UX
- Comprehensive documentation
### Fixed
- Code structure and maintainability issues
- Improved error messages and handling
## [1.0.0] - 2024-01-XX
### Added
- Initial release of Pixgo CLI tool
- Image upload to Cloudinary
- Image deletion functionality
- Upload history management
- Configuration management with interactive setup
- Support for JPEG, PNG, GIF, and WebP formats
- File size validation (10MB limit)
- Local database for tracking uploads