Releases: cechout/simple-calculator
Releases · cechout/simple-calculator
Release list
v2.0.0 - First WinUI Release
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
- Download the
SimpleCalculator_Installer.exefrom the assets below. - Run the installer.
- 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
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
- Download the
Calculator_WPF_Setup.exefrom the assets below. - Run the installer.
- Launch the app and enjoy!