app/CHANGELOG

53 lines
1.8 KiB
Plaintext
Raw Normal View History

2018-07-18 14:23:23 +02:00
# 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).
2019-11-03 13:00:42 +01:00
## [1.1]
2018-07-22 16:47:55 +02:00
### Added
2019-11-03 13:00:42 +01:00
- connecting to and controlling a ScStw Basestation is now possible
- creating profiles and saving times is now possible (only when connected to a ScStw Basestation)
- dark mode
### Changed
- new, more modern style
- new start tone which is compliant with the IFSC norm
- new and improved codebase
2018-08-11 23:54:34 +02:00
## [0.04] - 2018-08-11
### Added
- buzzer icon in the upper left corner indicating that the buzzer is connected
2018-08-02 12:50:55 +02:00
### Fixed
- start seqnece continues in a buggy way when cancel is being pressed while 'at your marks' or 'ready'
- bug that made the start sequence freeze if a delay of zero or lower or a non valid number was set as delay
2018-08-03 15:18:23 +02:00
### Changed
2018-08-11 23:54:34 +02:00
- increased the size of the back buttons in settings / profiles dialog
2018-08-02 12:50:55 +02:00
## [0.03 - BETA] - 2018-07-29
### Added
2018-07-22 16:47:55 +02:00
- cancel button during start sequence
- new screen in landscape mode
- buttons for settings and profiles
2018-07-24 15:23:45 +02:00
- the screen stays on now
2018-08-11 23:54:34 +02:00
- the volume csontrols control the media volume directly
2018-07-28 23:08:22 +02:00
- settings dialog
- capabilitie to connect to a Buzzer via Wifi
- it is now possible to setup an automatic start sequence that spells the command
'at your marks' and 'ready' with a customizable delay before them
2018-07-30 16:50:06 +02:00
### Fixed
- bug that made a Button freeze when it was pressed and the screen rotated at the same time
2018-07-18 14:23:23 +02:00
## [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]
2018-07-22 16:47:55 +02:00
### Initial Release