Releases: titanicbobo/Calcify
Releases · titanicbobo/Calcify
Calcify v0.6.220722
Changes in this build:
- Migrated codebase to python.
- Complex calculation functions partially removed.
- Conversion tool is at WIP
- Updated language support
- Full language support for English and Hungarian.
Changes in functions:
- bsc() renamed to basicCalc()
- sci() renamed scienceCalc()
- tech_menu() moved to main menu
- tech_phy() renamed to unitCalcPhy()
- tech_elec() renamed to unitCalcElec()
- Komplex class migrated to cmath operations
- int_input() renamed to inputFunc()
- added clearConsole() with OS detection
- added idle() for halting the program after an operation
Calcify v0.6.0206
Changes in this build:
- created convCalc function to simplify conversion calculations
- created bscCalc function to simplify calculation in bsc() and sci() functions
- finished eliminating scanf()
- full Hungarian translation available
- basic calc doesn't read the first character
- bugfixes
Calcify v0.6.0205
Changes in this build:
- started replacing scanf functions with fgets
- added core function "calcUnit". it replaces the old comands consisting of a lot of printf functions. it can be modified very easily
- added "headerAdv" function which extends the abilities of the "header" function. it makes some printf lines be unnecesarry.
- moved some strings from the convert header to the language header
- replaced old library commands with the "libList" function. it also saves some lines
- Hungarian translation is still incomplete
- basic calculation mode doesn't work properly
- removed some electrical and physics formulas
Calcify v0.6.0204
Changes in this build:
- Translated program from C++ to C
- Removed the complex number functionality inlcuding complex.h
- Removed stat.h
- Changed develper company to from K.Tech to Sevem Studios
- Changed most floats to double
- Added "cls" to header function
- Changed formatting of main.c, language_en.h and language_hu.h to ISO 8859-2
- Multiple language support
- Added translation option in config.h
- Added Hungarian translation
- Physics calculations now show formula next to the result
- Added new main menu item: Library
- The Library offers equations, definitions and formulas to the user
- Added phyisics equations from calculator
- Library translation for Hungarian required
- scanf skip issue at acceleration calculation