All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v2.1.0 - 2017-07-10
- New fonts for tutorial and timer.
- Fullscreen mode when 'F' key is pressed. #8.
- Add CoderDojoChi favicon.
- Adding README, LICENSE, CODE OF CONDUCT, and CHANGELOG.
- Move time.js to assets folder.
- Move styles.css file into assets folder.
- Rename & move audio files into assets folder.
v2.0.0 - 2017-07-06
- Enter time mode chg: css cleanup fix: timer flickering at last second.
- Removed redudant output of hours. new: background progress bar. new: times up message.
- Removed redundant function.
- Moved all stop actions to stop() function.
- Remove redundant code.
- Removed premature stop() call.
- Stop timer when alarm is running.
- Only show tutorial div on load with CSS rather than JS.
- Added
addToTimer()
function to handle addition/subtraction to the timer. - Created
stop()
function that calls stopSound and stopTimer. - Set
end
to undefined when timer is stopped. - Calculate new end time.
- If no string is passed to
run
, stop the timer. - Removed consoles.
- Made it so that the page doesn't move.
- Added blank favicon.
- Starting point.