From c3c750ebf16bd437d7b736123aff9bd723a82ee8 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Wed, 18 Jul 2018 14:23:23 +0200 Subject: [PATCH] Add CHANGELOG --- CHANGELOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..8f4a85e --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,20 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.02] - 2018-07-18 +### Fixed +- negative time when the stopping starts +- removed delay between the end of the startton an the begin of the stopping +### Changed +- slowed down animations +### Added +- animation for the text "click start to start" between STOPPED and IDLE to + prevent it from getting out of the screen + +## [0.01] +### Initial Release \ No newline at end of file