generated from EGI-Federation/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
# Log of changes | ||
## v0.0.5 | ||
- Dockerise the deployment. | ||
## v0.0.4 | ||
- Add first version of CSS. | ||
## v0.0.3 | ||
- Use a buffer (file on local disk) rather than querying GOCDB with every visit. | ||
## v0.0.2 | ||
- First version working with [Apache](https://flask.palletsprojects.com/en/2.0.x/deploying/mod_wsgi/) on Ubuntu 20.04 | ||
## v0.0.1 | ||
- First version working with [Flask](https://flask.palletsprojects.com/en/2.0.x/quickstart/) | ||
# 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). | ||
|
||
## [Unreleased] | ||
|
||
## [0.2.0] - 2024-08-21 | ||
|
||
### Changed | ||
|
||
- Move to homer instead of dashy for the dashboard | ||
- Adopt EGI colours | ||
|
||
## [0.1] - 2022-07-28 | ||
|
||
### Added | ||
|
||
- Initial dashboard implementation based on Dashy |