Releases: JordanLeich/Ultimate-Calculator
Releases · JordanLeich/Ultimate-Calculator
Ultimate Calculator v7.5
Full Changelog: v7.0...v7.5
Ultimate Calculator v7.0
v7.0 Changes
- New gaming calculators
- New download speed/time calculator
- New roman numeral converter
- New probability calculator
- Removed exe version, Python is now the main requirement to use this project
Ultimate Calculator v6.3
v6.3 Patch Notes 🔢
- Certain areas for outputting results now have fixed formatting and coloring
- Readme now has improved formatting and instructions for installation
- Removed winsound as a requirement since this is preinstalled for those with python and windows
Ultimate Calculator v6.2
v6.2 Patch Notes 🔢
- A total of 9 new calculators have been added while others have been improved
- User input is improved and handled better now
- Tons of code has been tossed due to unused or unnecessary code and simplified functions being introduced
Ultimate Calculator v6.1
v6.1 Patch Notes ❗
- An executable version of this project has been created for those with windows and who do not have python installed on their system and still want to use this project. This can be found here.
- New icon has been added for the executable
- Winsound error has been fixed for macOS and Linux users
- API has been greatly improved for conversions and does not require key.json anymore
- File conversions have been sadly removed due to module errors while compiling the pyinstaller executable
- Donation options have been added for those who would like to support this project
Contributions 🏅
Special thanks to @PeanutbutterWarrior for all of the recent reworking, tweaks, and contributions for this past and current release!
Ultimate Calculator v6.0
v6.0 Patch Notes ❕
- API file has been greatly improved and now requires the user to validate their own key instead of just using a key priorly made by the developers
- Bitwise calculator and binary converter have been added
- Remade the arithmetic calculator to be capable of using brackets now
- Docstrings and comments have been added all-around to help newcomers find out what important sections of our code does
- Big changes to how most of the UI looks while running the program to reduce clutterness
- Huge improvements, tweaks, and removal of unnecessary code have been made to get rid of recursion problems
Ultimate Calculator v5.5
v5.5 Patch Notes ❗
- Lots of code has been cleaned up and optimized.
- Added a BMI (body mass index) calculator, video & audio converters, geometry calculator, and many reworks to how certain calculators/converters work.
- To help reduce clutter, all calculators, conversions, and modules have now been stored in their respective folders.
- User input validation has been greatly changed and improved using a separate tools.py file
Biggest Contributor 😄
@bot-coder05, reformatted almost every calculator and converter, helped enhance many calculators and created tools.py to improved user input validation.
Ultimate Calculator v5.0
v5.0 Patch Notes ❗
- Many brand new converters have been added to conversions.py such as speed, sound frequency, digital storage, and much more.
- Major changes have been made to our GUI applications such as dark mode, button shortcuts, small bug fixes, and better readability.
- Small tweaks and deletions of unused code have been made to all calculators and converters.
- GUI preview added to readme file along with other small changes.
Biggest Contributors 🥇
- Special thanks to BadrBelkadi & bot-coder05 for all of the incredible help, could not have gotten this far without you both! @BadrBelkadi @bot-coder05
Ultimate Calculator v4.0
v4.0 Patch Notes
- Many new calculators have been added such as finding midpoint, distance between two points, heads or tails game, random integer generator.
- GUI application has been completed and functions properly now.
- Many improvements to readability made by removing unused code and renaming ugly variables.
- Fixed some small errors and bugs with improved if statements and try and except statements.
- Small reworks to how certain calculators work along with replacing the old calculator.py file with a new and improved calculator that's allows for multiple numbers in one arithmetic problem.
Ultimate Calculator v3.5
v3.5 Patch Notes
- GUI application has been added and is still in progress.
- Fixed tons of spacing, formatting, and typos issues.
- Preview section has been added to the readme.md file.
- Added financial.py with a couple of useful calculators.
- API has been added and functions beautifully.
- Error handling has been greatly approved throughout multiple files.
- time conversions are now finished and work beautifully.