Skip to content

Releases: polecatttt/CeeCalc

v5.2.3

27 Oct 14:19

Choose a tag to compare

Full Changelog: v5.2.2...v5.2.3

Changelog:

  • fixed bug where division added the numbers (i was sleep deprived)
  • added helpful messages when parsing the expression failed

Soon to come:

  • more functions from math.h! (yes i know i said this a lot i PROMISE itll come)

Binaries included:

  • Windows (x86, 32/64 bit)
  • MacOS (14+, 15+, 26+ Intel/Apple Silicon ARM 64 bit)
  • Linux (x86, 32/64 bit)

(NOTE: I've only tested on linux and lightly on windows with wine, there are some differences in the floating point calculations of platforms so there may be some weirdness, cant help it computers are bad at math)

v5.2.2

26 Oct 17:21

Choose a tag to compare

What do you mean there was a release before this?

Changelog:

  • updated version to be accurate
  • cleaner output at the start of the file

Soon to come:

  • more functions from math.h!

Binaries included:

  • Windows (x86, 32/64 bit)
  • MacOS (14+, 15+, 26+ Intel/Apple Silicon ARM 64 bit)
  • Linux (x86, 32/64 bit)

v5.2.1

26 Oct 17:12

Choose a tag to compare

Full Changelog: v5.2.0...v5.2.1

Changelog:

  • what changelog?

Soon to come:

  • well, something, but nothing is in here!

Binaries included:

  • 00110110 00110111 00100000 00110110 00110111 00100000 00110110 00110111 00100000 00110110 00110111 00100000 00110110 00110111

Authors note:

  • do NOT look at the diffs for main.c on this one

v5.2.0

24 Oct 21:46

Choose a tag to compare

Changelog:

  • split into multiple files and headers
  • thats it
  • nothing else changed
  • enjoy

Soon to come:

  • more functions from math.h!

Binaries included:

  • Windows (x86, 32/64 bit)
  • MacOS (14+, 15+, 26+ Intel/Apple Silicon ARM 64 bit) (untested!!!!!!!!!)
  • Linux (x86, 32/64 bit)

v5.1.0

24 Oct 18:37

Choose a tag to compare

Full Changelog: https://github.com/polecatttt/CeeCalc/commits/v5.1.0

Changelog:

  • Added support for arguments
  • Added 'verbose' argument
  • Added version number macro

Soon to come!:

  • Code being split into multiple files and headers
  • More functions from math.h

Support:

  • Both files include binaries for linux 32/64 bit, and windows 32/64 bit x86.
  • If not avaliable for your platform, clone the repo and compile yourself (:
  • Didnt test on windows, only with wine, dont wine about problems

5.0.0

24 Oct 17:29

Choose a tag to compare

Full Changelog: https://github.com/polecatttt/CeeCalc/commits/feature

5.0.0 changelog:

  • syntax major overhaul
  • parsing using tokenisation
  • added sin, cos and tan
  • added checking to see if the result was inf
  • added a 'help' instead of a message at the top
  • added checking if input is too long

Soon to come!:

  • Code being split into multiple files and headers
  • More functions from math.h
  • Support for flags (such as -v/--verbose that will print more stuff for debugging purposes)

Support:

  • Both files include binaries for linux 32/64 bit, and windows 32/64 bit x86.
  • If not avaliable for your platform, clone the repo and compile yourself (:
  • Didnt test on windows, only with wine, dont wine about problems