Skip to content

Releases: EmmmaTech/Calculator_NX

Calculator_NX 2.0.1

11 Oct 01:06
Compare
Choose a tag to compare

Bug fixes in 2.0.1:

  • Removed the user having to manually exit out of the app after an update has been downloaded
  • Fixed versioning in overlay

Calculator_NX 2.0.0

18 Aug 00:18
04754ce
Compare
Choose a tag to compare

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:

  1. Download the file
  2. Ensure you have the tesla menu and nx-ovlloader installed
  3. Move the ovl-Calculator_NX.ovl file to /switch/.overlays on your SD Card

Calculator_NX 2.0.0 Nightly 3

30 Jul 03:49
Compare
Choose a tag to compare
Pre-release

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

24 Jul 08:49
Compare
Choose a tag to compare
Pre-release

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

24 Jul 06:04
Compare
Choose a tag to compare
Pre-release

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

01 Apr 17:55
Compare
Choose a tag to compare
Pre-release

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

08 Mar 20:04
Compare
Choose a tag to compare
Pre-release

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

06 Mar 18:41
Compare
Choose a tag to compare

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

01 Mar 19:07
Compare
Choose a tag to compare

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

20 Feb 02:05
Compare
Choose a tag to compare

Changed the calculation method to allow an "infinite" amount of numbers and floating-point numbers