Skip to content

Commit

Permalink
docs: change changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmann committed Oct 14, 2024
1 parent e6de570 commit 9b97686
Showing 1 changed file with 23 additions and 30 deletions.
53 changes: 23 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,33 @@
# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Initial release
- feat: Implement CI/CD and GitHub Pipeline
- feat: User authentication (#34)
- feat: Added Breadcrumb to header (#29)
- feat: Added favicons (#93)
- feat: Implement corporate design (#28)
- feat: Added startpage
- feat: Implement tree Dashboard
- feat: Added zoom buttons to map (#52)

- feat: Create view for tree cluster (#33)
- feat: Add Single view for tree cluster (#48)
- feat: Delete treecluster (#130)
- feat: Added treecluster description (#145)
- feat: Display treecluster on map (#143)
- feat: Add treecluster filter (#40)

- feat: Create and update tree (#126)
- feat: Implement delete tree (#144)
- feat: Show tree status on map (#132)
- feat: Create tree on map (#76)
- feat: Show tree on map (#69)
- feat: Add view for single tree (#71)
- feat: Add tree to new treecluster view (#57)
- feat: Get tree region from backend (#60)
- feat: Implement database import from CSV (#55)
- Initial release
- Implement CI/CD and GitHub Pipeline
- User authentication (#34)
- Add breadcrumb to header (#29)
- Add favicons (#93)
- Implement corporate design (#28)
- Add startpage
- Display tree clusters and trees on map (#3, #143, #69)
- Added zoom buttons to map (#52)
- Create view for tree cluster (#33)
- Add single view for tree cluster (#48)
- Implement function to delete a treecluster (#130)
- Add treecluster description (#145)
- Add treecluster filter (#40)
- Create and update tree (#126)
- Implement function to delete a tree (#144)
- Show tree watering status on map (#132)
- Create tree on map (#76)
- Add view for single tree (#71)
- Add function to select trees in forms (#57)
- Get tree region from backend (#60)
- Implement database import from CSV (#55)

### Changed

Expand Down

0 comments on commit 9b97686

Please sign in to comment.