Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Releases: exercism/gui

Version 0.4.3

02 Jul 17:57
Compare
Choose a tag to compare
  • gh-57 Fixed debug info for home exercism dir
  • gh-57 Sync debug info with configuration

Version 0.4.2

26 Apr 07:21
Compare
Choose a tag to compare

Fixed CORS issue due to bad Origin header in request to exercism.io API

Version 0.4.1

25 Apr 16:00
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release
v0.4.1

Use env production in CI when building packages

Version 0.4.0 alpha 2

25 Apr 07:03
Compare
Choose a tag to compare
Version 0.4.0 alpha 2 Pre-release
Pre-release
v0.4.0-alpha.2

gh-49 use latest yarn in appveyor

Version 0.4.0

25 Apr 07:50
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • gh-49 Upgraded ember-electron to 2.x
  • Fixed appveyor broken build

Version 0.3.1

31 Mar 07:45
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release
  • [BUGFIX] #52 Submit and Open button in submit iteration form now are enabled properly after selecting a file
  • [INTERNAL] Pinned electron version and removed folders related to default ember structure (not pods)

Version v0.3.0

30 Mar 06:51
Compare
Choose a tag to compare
Version v0.3.0 Pre-release
Pre-release

In this release:

  • [FEATURE] #42 Added a comment option when submitting an exercise
  • [ENHANCEMENT] Fixed wording and typos in main screen text
  • [INTERNAL] Use yarn
  • [INTERNAL] Upgraded to ember-cli 1.12.1
  • [BUGFIX] Fixed track icon URLs

Version 0.2.0

29 Jul 06:29
Compare
Choose a tag to compare

In this release

  • Added option to open file explore when fetching/restoring
  • [INTERNAL] Updated deps and some code cleanups

Install instructions

Please refer to the installing instructions in the README

Version 0.1.0-beta.1 Finishing up features

18 Jul 17:06
Compare
Choose a tag to compare

This is the first usable release, but it is still in beta so please report any issues you may encounter.

In this release

  • Track details
  • Track status (latest submission, links to submitted solutions, skipped exercises)
  • Submit solutions
  • Fetch next exercise in a track
  • Fetch all available exercises in a track
  • Restore current solutions to latest submitted
  • Skip exercises
  • Download solutions by submission ID

Install instructions

Please refer to the installing instructions in the README

Version 0.1.0-beta.0

17 Jul 19:56
Compare
Choose a tag to compare

This is the first usable release, but it is still in beta so please report any issues you may encounter.

Features

  • Track details
  • Track status (latest submission, links to submitted solutions, skipped exercises)
  • Submit solutions
  • Fetch next exercise in a track
  • Fetch all available exercises in a track
  • Restore current solutions to latest submitted
  • Skip exercises

Features to be added before 0.1.0 Final

  • Download solution (see #34)