Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,38 @@ 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).

## [0.1.0] - 2025-12-06
## [0.2.0] - 2025-12-07

### Added

- **Development Tools**:
- Husky pre-commit hooks for automated code quality checks.
- Lint-staged configuration for efficient code formatting on commit.
- Prettier and ESLint integration for consistent code style.

### Changed

- **Documentation**:
- Added initial changelog for project tracking ([#47](https://github.com/sonmessia/GreenWave/pull/47)).
- Improved documentation structure and organization ([#51](https://github.com/sonmessia/GreenWave/pull/51)).

### Fixed

- **Frontend**:
- Fixed frontend Docker configuration for proper containerization.
- Resolved device management wizard issues ([#50](https://github.com/sonmessia/GreenWave/pull/50)).
- **SUMO Integration**:
- Fixed SUMO integration issues ([#52](https://github.com/sonmessia/GreenWave/pull/52)).

### Contributors

- [@sonmessia](https://github.com/sonmessia)
- [@CrafterTA](https://github.com/CrafterTA)
- [@HuynhTri-dev](https://github.com/HuynhTri-dev)

**Full Changelog**: [v0.1.0...v0.2.0](https://github.com/sonmessia/GreenWave/compare/v0.1.0...v0.2.0)

## [0.1.0] - 2025-12-06
Copy link

Copilot AI Dec 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line contains trailing whitespace after the date. Consider removing it to maintain clean formatting and consistency with the rest of the file.

Suggested change
## [0.1.0] - 2025-12-06
## [0.1.0] - 2025-12-06

Copilot uses AI. Check for mistakes.

### Added

Expand Down
62 changes: 0 additions & 62 deletions fix_xml_files.py

This file was deleted.

67 changes: 0 additions & 67 deletions resolve_conflicts.py

This file was deleted.

Loading