Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.42 KB

File metadata and controls

69 lines (49 loc) · 1.42 KB

Changelog

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

  • Initial release of VSCode Config Export
  • Cross-platform export scripts (Bash, Batch, Python)
  • Cross-platform install scripts (Bash, Batch)
  • Automatic configuration backup during installation
  • Support for settings.json, keybindings.json, and extensions
  • Archive creation for easy sharing
  • Comprehensive documentation and developer guides

Changed

  • N/A (Initial release)

Deprecated

  • N/A (Initial release)

Removed

  • N/A (Initial release)

Fixed

  • N/A (Initial release)

Security

  • N/A (Initial release)

[1.0.0] - 2025-09-03

Added

  • Initial project structure
  • Export functionality for VSCode configurations
  • Installation scripts for easy setup
  • Cross-platform compatibility (macOS, Linux, Windows)
  • Comprehensive README with usage instructions
  • Contributing guidelines for open source development
  • MIT License for open source distribution

Template for Future Releases

## [X.Y.Z] - YYYY-MM-DD

### Added
- New features

### Changed
- Changes in existing functionality

### Deprecated
- Soon-to-be removed features

### Removed
- Removed features

### Fixed
- Bug fixes

### Security
- Security improvements