Skip to content

Releases: Lunarien/Lunariens-Mental-Math-Trainer

v0.2.3 Minor QOL improvements update

23 Jun 21:42
Compare
Choose a tag to compare

This update makes statistic graphs show incorrect answers now. It also fixes a bug that caused the program to crash whenever the user tried to open an empty statistic file. It also adds a message that warns the user about that.

To run LMMT (Lunarien's Mental Math Trainer), unzip the downloaded zip into a folder where you want the files of the program to be and open the shortcut for LMMT.

To update LMMT and transfer statistics, unzip the downloaded zip file into a new folder and copy or drag the stats folder from the old folder over to the new (updated) folder where the new LMMT is.

Dev notes:
There is now a goto statement in the code. It may or may not be replaced with a more readable version later, but for now, it is there.
Code formatting and structure improvements applied to Program.cs. This does not include the added goto statement.

v0.2.2 The "It finally works, hopefully for real" update

25 Apr 13:21
Compare
Choose a tag to compare

It turns out there was a bug in the last version that made the trainer save statistics improperly, as well as not at all. That's all fixed now.

To run LMMT (Lunarien's Mental Math Trainer), unzip one of the zip files into a folder where you want the files of the program to be and open the batch file that you unzipped with the program. This batch file will open LMMT.

To update LMMT and transfer statistics, unzip the zip file into another folder and copy or drag the stats folder from the old folder over to the new (updated) folder where the new LMMT is.

Notes:
x86 in the name means 32-bit
x64 in the name means 64-bit
If you have 64-bit Windows, you can run either version, but prioritize the 64-bit one.

v0.2.1 The "It finally works" update

18 Apr 13:04
Compare
Choose a tag to compare

This release fixes many, if not all bugs that were present in the program. The program can now likely be used with its current functionality in its fullest.
There is also a new way of viewing statistics - you can now view them right from the console window. You can try it out with the menu options 4 and 5.

To run LMMT (Lunarien's Mental Math Trainer), unzip one of the zip files into a folder where you want the files of the program to be and open the batch file that you unzipped with the program. This batch file will open LMMT.

Notes:
x86 in the name means 32-bit
x64 in the name means 64-bit
If you have 64-bit Windows, you can run either version.

v0.2.0 Statistics update

04 May 20:18
Compare
Choose a tag to compare

This release adds statistics, the function of graphing statistics, and all that from a new menu.
There are two ways to open statistics - you can either select the statistic file from a list, or you can manually write out the digit code of the statistic. You can view more info about digit codes in the program.

To run LMMT (Lunarien's Mental Math Trainer), unzip one of the zip files into a folder where you want the files of the program to be and open the batch file that you unzipped with the program. This batch file should open LMMT.

Notes:
x86 in the name means 32-bit
x64 in the name means 64-bit
If you have 64-bit Windows, you can run either version.

0.1.2 Forced US English update

22 Mar 07:07
Compare
Choose a tag to compare

This update makes it so that US English is now applied to the TTS (Text To Speech) speaker.

There is no installation needed, just unzip the provided zip file into a folder where you want the program's files to be.
After that, simply run Lunarien-s Mental Math Trainer.exe

v0.1.1 Bug fix update

18 Mar 13:46
Compare
Choose a tag to compare

This release is the same as v0.1.0 (TTS Update), except the known bugs are now resolved.

The download process is the same as before - download the zip file and unzip it into a folder where you want the program's files to be.
To run the program, find the exe file with a familiar name and run it. The name will be something like "Lunarien-s Mental Math Trainer.exe".

Bugs resolved:
#1, #2

v0.1.0 Text to speech update

16 Mar 23:19
Compare
Choose a tag to compare

This update adds the functionality of speaking the problem out loud. From now on, the versions will only work on Windows machines, since the libraries used are only present on Windows.
To install, download the zip file and unzip it to a place where you want the program and its files to be. Then you can run the exe file with a familiar name (something like Lunariens-Mental-Math-Trainer.exe)

Changelog:
-Added text to speech. At the start of the program, you can enter the literal number 1 to enable text to speech mode in the problems.
-Fixed a known bug that occurred when newline was typed during the moment where the result was being received from the user.

v0.0.1 Basic functionality

22 Feb 13:43
4656096
Compare
Choose a tag to compare

The first release of the trainer.
This release has all the capabilities needed for just practicing arithmetic problems. No statistics, averages, or anything special yet.
Download the .zip file below and unzip it somewhere you want your trainer to be.