Releases: EmmmaTech/Calculator_NX
Calculator_NX 2.0.1
Calculator_NX 2.0.0
NOTE: Beta versions from this point on are now known as Nightly versions. This is the first new "beta" to experience this name change. Also, from 2.0.0 and on, I will be using semantic versioning.
New features in 2.0.0:
- Complete rewrite, starting from scratch
- New UI look (still powered by Borealis yoga)
- Can now evaluate expressions
- Reimplementation of the updater
- Added a new Tesla menu Overlay! (Comes in a separate file from the original app)
How to install the Tesla menu Overlay:
- Download the file
- Ensure you have the tesla menu and nx-ovlloader installed
- Move the
ovl-Calculator_NX.ovl
file to/switch/.overlays
on your SD Card
Calculator_NX 2.0.0 Nightly 3
Small announcement: from now on, nightly versions will look more like this: MAJOR.MINOR.PATCH.NIGHTLY_PATCH . This change will not affect versioning for stable versions.
Features in 2.0.0 Nightly 3:
- Updater was finally added!
If you have any issues with this build, please report it in the Issue Tracker. Thanks!
Calculator_NX 2.0.0 Nightly 2
Bug fixes in 2.0.0 Nightly 2:
- Fixed bug where the screen wouldn't be updated when you press a button
Planned features for 2.0.0 (may or may not appear in newer Nightly versions):
- Reimplementation of the updater
- Settings for some UI related elements
If you have any issues with this build, please report it in the Issue Tracker. Thanks!
Calculator_NX 2.0.0 Nightly
NOTE: Beta versions from this point on are now known as Nightly versions. This is the first new "beta" to experience this name change. Also, from 2.0.0 and on, I will be using semantic versioning.
New features in 2.0.0 Nightly:
- Complete rewrite, starting from scratch
- New UI look (still powered by Borealis yoga)
- Can now evaluate expressions
Planned features for 2.0.0 (may or may not appear in newer Nightly versions):
- Reimplementation of the updater
- Settings for some UI related elements
If you have any issues with this build, please report it in the Issue Tracker. Thanks!
Calculator_NX 1.3.2 Beta 2
Note: Beta versions are discouraged since they have untested features. I would recommend using the latest stable version, but if you still want to test this, report any issues to the Issue Tracker.
New features with 1.3.2 Beta 2:
- Fixing bugs and compiler warnings
- Removing the CMD app
Improvements:
- Improved how the config and download folders are made if they both don't exist
- Fixed compiler warnings about functions in
calculator.hpp
being defined as static even though that's not needed
Untested Features:
- See the previous beta release
Testing will finally be done hopefully by the end of this week!!
Calculator_NX 1.3.2 Beta
Note: Beta versions are discouraged since they have untested features. I would recommend using the latest stable version, but if you still want to test this, report any issues to the Issue Tracker.
New Features with 1.3.2 Beta:
-
A new updater inside of the app! It checks for an update via the api.github.com page and compares the tag version from that to the current tag version (inside of constants). If they aren't equal and the user doesn't want to skip this update, it prompts them to update. This is only included because updating the app in HB App Store is a little slow (no offense) and important bug-fix updates won't come there right away.
-
A new About page! Includes the full Calculator_NX logo with some other text. The credits portion breaks this new layout, so it'll be added in the future.
Improvements:
- Switching to the CMD version now does it automatically, the other way around isn't true yet.
Untested Features:
- New updater (party tested)
Calculator_NX 1.3.1
Fixed an issue where switching to the CMD version of the app didn't work, and the other way around.
Calculator_NX 1.3.0
Calculator_NX now comes with a GUI! The GUI is made with the borealis library, which uses the Apache v2.0 license.
If you prefer the older, CMD look of the app, you can switch to it! (This feature is untested)
Report any issues with this version to the issue tracker.
Calculator_NX 1.2.0
Changed the calculation method to allow an "infinite" amount of numbers and floating-point numbers