Skip to content

Releases: remmah/TimeCoder

v1.0.4

08 Nov 07:44
181d8cc
Compare
Choose a tag to compare
  • Switched back to vanilla elm make to get rid of parcel and its enormous package-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

28 Mar 20:07
Compare
Choose a tag to compare
  • 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

28 Mar 01:48
Compare
Choose a tag to compare
  • 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

28 Jan 05:17
88a639e
Compare
Choose a tag to compare

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