This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
Releases: exercism/gui
Releases · exercism/gui
Version 0.4.3
Version 0.4.2
Fixed CORS issue due to bad Origin header in request to exercism.io API
Version 0.4.1
v0.4.1 Use env production in CI when building packages
Version 0.4.0 alpha 2
v0.4.0-alpha.2 gh-49 use latest yarn in appveyor
Version 0.4.0
- gh-49 Upgraded ember-electron to 2.x
- Fixed appveyor broken build
Version 0.3.1
- [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
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
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
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
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)