Skip to content

Releases: bitigchi/mcc

mcc - v0.1.5

08 Mar 15:28
Compare
Choose a tag to compare
  • Add Makefile support
  • Fix Linux build
  • Use Swift ArgumentParser for arguments and flags

mcc - v0.1.3

16 Oct 14:33
Compare
Choose a tag to compare
  • mccCore has been separated from the main project

mcc - v0.1.2

12 Sep 10:48
Compare
Choose a tag to compare

-Improved help texts

mcc - v0.1.1

08 Sep 16:42
Compare
Choose a tag to compare

Hello,

In this release, improved the output format, now it displays the result with the input, and added line breaks for readability.

Thank you.

mcc - v0.1

07 Sep 17:58
Compare
Choose a tag to compare

A basic command-line text-to-morse converter, written in Swift. This is my first ever release in my programming career, so any feedback is greatly appreciated.

Known issues:
-Plain double quotes are not converted as is, please include them as \". Curly quotes and other quotes are okay.

Thank you!