Add a changelog
This commit is contained in:
25
CHANGELOG.md
Normal file
25
CHANGELOG.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# Changelog
|
||||||
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format is based on The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
The first release is [3.0.0] because this is actually the third major version (completely rewritten) of the software.
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.0.1] - 2019-8-1
|
||||||
|
### Added
|
||||||
|
- The audio player has now a loop button ([#3](https://github.com/AresValley/Artemis/pull/3)).
|
||||||
|
- The project has now a Changelog file.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Added SSL certificates for all downloads. Avoid a crash of the program for certain systems ([#6](https://github.com/AresValley/Artemis/pull/6)).
|
||||||
|
- Start the application in maximized mode. The label in the propagation data are well displayed ([#7](https://github.com/AresValley/Artemis/pull/7)).
|
||||||
|
- Compile the executable for Linux on an older version to avoid GLIBC compatibilities issues ([#8](https://github.com/AresValley/Artemis/pull/8)).
|
||||||
|
|
||||||
|
## [3.0.0] - 2019-07-23
|
||||||
|
First release.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Links definitions -->
|
||||||
|
[Unreleased]: https://github.com/AresValley/Artemis/compare/v3.0.1...HEAD
|
||||||
|
[3.0.1]: https://github.com/AresValley/Artemis/compare/v3.0.0...v3.0.1
|
||||||
|
[3.0.0]: https://github.com/AresValley/Artemis/releases/tag/v3.0.0
|
||||||
Reference in New Issue
Block a user