Releases: remmah/TimeCoder
Releases · remmah/TimeCoder
v1.0.4
- Switched back to vanilla
elm make
to get rid ofparcel
and its enormouspackage-lock.json
Instructions:
The easiest way to run TimeCoder is to visit the hosted version here on GitHub Pages.
If you would like to run TimeCoder locally, here are the instructions:
- Download the zip file below
- Unzip to the destination folder of your choice
- Open the
TimeCoderApp.html
file in your favorite browser
v1.0.2
-
Applied an upstream fix for a bug in the build process that prevented the app from running in subdirectories
-
Added some header text with credits and a link to the GitHub project.
Instructions:
The easiest way to run TimeCoder is to visit the hosted version here on GitHub Pages.
If you would like to run TimeCoder locally, here are the instructions:
- Download the zip file below
- Unzip to the destination folder of your choice
- Open the TimeCoderApp html file in your favorite browser
v1.0.1
- Fixed gradual time drift by using Elm's Time library for calculating the elapsed time instead of a timer
- Switched file structure to that used by
elm-app-gen
for local development
v1.0.0
Initial release.
Instructions:
The easiest way to run TimeCoder is to visit the hosted version here on GitHub Pages.
If you would like to run TimeCoder locally, here are the instructions:
- Download the zip file below
- Unzip to the destination folder of your choice
- Open the TimeCoderApp html file in your favorite browser