Skip to content

Releases: SujalChoudhari/Coda

1.1 Release

02 Nov 13:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1

Linux Support

31 Oct 14:34
Compare
Choose a tag to compare
Linux Support Pre-release
Pre-release

Linux Support and More

What's Changed

  • Replaces if else with switch by @ankits57 in #26
  • Added Linux support

New Contributors

Full Changelog: 1.0.1...1.0.2

Release 1.0.1

04 Oct 09:29
0040a30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0...1.0.1

Custom Packages using FFI

04 Oct 09:25
0040a30
Compare
Choose a tag to compare

Steps to create custom DLL based package.

  • Download the FFI source code (attached)
  • Include the FFI.h header file in source code
  • Add functions into the C++ file (exported)
  • Create a Definition file, with the same name as .dll file.
  • Compile and publish.

Release 1

02 Oct 14:33
1aafe81
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...1.0

Release 0.3

20 Sep 09:03
Compare
Choose a tag to compare

Release 0.2

16 Sep 16:52
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.2

Attachments

  • Coda.exe (Windows executable file)
  • Maths.dll (Maths package for Coda)
  • Maths.coda (Runner for Maths.dll)

To use Maths package put all the three files in the same directory

Release 0.1

28 Aug 12:55
Compare
Choose a tag to compare

What's Changed

  • Create CODE_OF_CONDUCT.md by @SujalChoudhari in #4
  • Look into CHANGELOG.md for detailed change comparisons.

Full Changelog: 0.0.4...0.1

Commandline Arguments

30 May 11:41
Compare
Choose a tag to compare
Commandline Arguments Pre-release
Pre-release

For full Changelog,
Read CHANGELOG

Member Expressions

29 May 14:27
Compare
Choose a tag to compare
Member Expressions Pre-release
Pre-release

Full Changelog: 0.0.2...0.0.3
View Changelog