Skip to content

Releases: joshbirnholz/Swift-Coder

1.0.1

17 Jun 21:27
Compare
Choose a tag to compare

Fixed laggy text input, fixed star emoji not showing up when last problem solved

v1.0

16 Jun 19:22
Compare
Choose a tag to compare
Extra work on code completion

v1.0 Beta 7

30 Apr 21:08
Compare
Choose a tag to compare
v1.0 Beta 7 Pre-release
Pre-release
  • Added support for a custom .scproblemset file type that can be used to load custom problem sets to the app. Write your own problems and the app will be able to test them.

  • Added support for multiple users. Manage users from the User menu and you can keep track of separate groups of code.

v1.0 Beta 6

23 Jan 17:06
Compare
Choose a tag to compare
v1.0 Beta 6 Pre-release
Pre-release
  • Support for new types of questions that can do more in-depth checking of correct answers, running entirely custom code to check, and inserting hidden code into the user's code to print a custom result. No questions using these types are provided, however.

  • Reorganized problems and added a few new ones.

  • Other minor changes.

v1.0 Beta 5

16 Nov 06:30
Compare
Choose a tag to compare
v1.0 Beta 5 Pre-release
Pre-release
  • All sections from CodingBat are now included
  • More accurate testing
  • Improved display of compiler error messages and warnings
  • Resize the window for more space to code, or go full screen
  • Optionally get Characters and Substrings from Strings with an Int or Int Range subscript (

v1.0 Beta 4

09 Nov 04:22
Compare
Choose a tag to compare
v1.0 Beta 4 Pre-release
Pre-release
  • Support for sandboxed and unsandboxed modes

  • The unsandboxed version is faster at compiling code but is less secure (code can affect any files on your computer)

v1.0 Beta 3

09 Nov 02:48
Compare
Choose a tag to compare
v1.0 Beta 3 Pre-release
Pre-release
  • Fixed crashes on older versions of macOS
  • Make sure Xcode is installed.