Second Generation Changelog - spicypark/Calculator GitHub Wiki

This page is not up to date

I may or may not update it... who knows

This page contains the changelog for the "second generation" of the calculator, which has an executable .jar file and a GUI. The second generation is still under development and only alpha releases have been published.

11.26.2023 - 3.0.0-alpha.1

  • Graphical user interface implemented
  • Home page added to GUI
  • Rehauled Arithmetic mode
  • Multiplication and division with any number of terms
  • Negative numbers, decimals supported

12.08.2023 - 3.0.0-alpha.2

  • Addition and subtraction implemented
  • Four operator calculations with proper order of operations
  • Reworked calculation system
  • Refactoring and minor GUI changes
  • Various bug fixes