Calculator: releases

All releases of Calculator
After over a month of trial and error, the app finally has an operation history pane!
Check it out! It's in the main page, click the → symbol on the top left to open it.

I'll be in holiday mood until 3rd January 2022, happy holidays and Merry Christmas!
(i swear this is the final build pattern LOL)
  • Reverted the font to Segoe UI
  • Settings and Temperature pages no longer use a bold font for the page title
  • Detailed build info is present in the Settings page
Changelog:
  • Added a temperature converter!
  • Font has been changed to Segoe UI Variable throughout the app
Features:
  • New icon (Windows Calculator Prototype 3, credits to Microsoft for making that)
  • Themes! (Only light/dark/system default at the moment)
Fixed alignment of GitHub button in About page
Big jump :O

Features:
  • New functions! log, nPr, nCr, LN, sin, sin-1, cos, cos-1, tan, tan-1, factorial and 1/X
  • Settings page has been changed to an "About" page (seriously what settings do you expect from a calculator)
  • New build number pattern (final pattern, YYMMDD-HHmm)
Enjoy!
The first proper release!

New features:
  • Working Settings page (still needs improvements, currently shows build info
  • WinUI 2.7 controls
  • Mica (only visible on Windows 11)!
Bug fixes:
  • Cube root, cube, square root, and square now work as expected
  • Backspace no longer crashes the app
  • Now has a responsive interface which responds to window resize events
This is the first major release, though it is quite buggy at the moment

Features:
  • Language changed from C++ to C#
  • New interface
  • Supports devices with Windows 10 build 15063 and above (Mobile as well!)
Known bugs:
  • Square, square root, cube, and cube root crash the app
  • Entering a digit, clicking Backspace and clicking "=" results in a crash
  • Header background is white, temporary fix is clicking on any button
These bugs are the reason why the CLI version is included in this release as well. Create a new issue if you find any bugs, along with a probable fix because I'm new to C#
Development was stopped temporarily because of exams, so there's nothing much except for the "power" function being fixed and a new build number pattern.
New release!

Changelog:
  • Added an installer and uninstaller!
  • 32 bit support might have been dropped, Visual Studio is weird
  • Changed Project Type from Debug to Release because of DLL errors
  • Dropped "power" function support temporarily
Let me know whether this works on 32 bit systems or not by creating an issue.
Minor release.

Changelog:
  • New functions: Cube root and power
  • Keep in mind this is still in beta, if you encounter any bugs don't hesitate to report them! :)
The first public release!

Changelog:
  • Fixed #1
  • New icon
  • New function: Square root
  • Added redistributables in case of DLL errors on launch
Keep in mind that this is a public beta release, so you may encounter bugs. Have fun :)
The first release of this CLI calculator! Have fun :)

Known bugs:
  • Typing "exit" in the "enter two numbers" area results in a loop