Skip to content

Releases: cechout/simple-calculator

v2.0.0 - First WinUI Release

Choose a tag to compare

@cechout cechout released this 16 Jun 13:53

Welcome to the v2.0.0 release of Simple Calculator!

This major update completely rebuilds the app from the ground up. It does not introduce new calculation features, but ports the original WPF application (v1.0.0) to a modern, native Windows 11 framework.

✨ Features in this Build

  • Native Windows 11 UI: A completely rewritten UI using Windows App SDK components and native Fluent Design elements.
  • Strict MVVM Architecture: The codebase has been entirely refactored to separate the UI from the mathematical logic.
  • Theme Support: Added a functional Light and Dark mode toggle that integrates perfectly with the native Windows title bar.

📦 Installation

  1. Download the SimpleCalculator_Installer.exe from the assets below.
  2. Run the installer.
  3. Launch the app and enjoy!

Feel free to open an issue if you encounter any bugs or have feature requests for the upcoming updates!

v1.0.0 - Original WPF Release

Choose a tag to compare

@cechout cechout released this 28 Apr 13:23
48a6b42

Welcome to the v1.0.0 release of Simple Calculator!

This is the very first stable release of the original C# WPF application. It started as an 11th-grade school project and serves as the functional foundation for the ongoing WinUI 3 modernization.

✨ Features in this Build

  • Standard Calculator: Handles basic mathematics (+, -, *, /) alongside a bit more complex inputs like square roots (√x) and brackets ((, )).
  • Currency Converter: Provides real-time conversion for six currencies (EUR, USD, GBP, CZK, JPY, CNY); it fetches the live exchange rates directly from the European Central Bank via their official XML reference rates.

📦 Installation

  1. Download the Calculator_WPF_Setup.exe from the assets below.
  2. Run the installer.
  3. Launch the app and enjoy!