Releases: Compositr/mathsgen
v1.3.2 Typescript Revolution
Fully moved to TypeScript! No more JS!
Other than that nothing much has changed. Updated README though and removed unneeded license in README. Also the first release to include binaries for Windows, Linux and MacOS (Windows is currently the only officially supported one)
v1.3.2 Typescript Revolution
- Changed all JavaScript code to Typescript
- Changed some internals to optimise the program
- Removed some unneeded dependecies
- Refractor internals due to TypeScript migration
v1.3.1 The Choice Update Patch #1
This new patch release brings some minor changes, and code improvements. Most notable is updating the timestamp to be smaller and on it's own line, and making sure the answers and questions are aligned horizontally (like in v1.2.0). Also reduced the binary by a further 10MB
An experimental (not working yet) setting system has been devised.
v1.3.1 The Choice Update Patch 1
- Clean up code & remove unneeded lines
- Unified error handling
- Unified random number generation
- Fixed misleading messages
- Answers and questions are now aligned horizontally
- Changed date stamp position and updated format to include the year.
v1.3.0 The Choice Update
v1.3.0 has been released, with a lot of new features. v1.3.0 also includes a new and more intuitive UI, and introduces a new type of worksheet - Algebra! We've also cleaned up the code, optimised some slow bits and cleaned up some dependencies so you can have a faster experience!
As with more choice, with the new UI, you can now choose how many questions to generate, and what range of numbers to use for each worksheet!
v1.3.0 (12/08/2021 4:52PM AEST) The Choice Update
- Clean up code
- You can now select the range of numbers to use when generating worksheets! (Does not work with problem solving)
- Fixed updater not informing user about update
- Fixed updater not informing user about experimental versions
- Improved user interface
- You can now choose the amount of questions to generate.
- Clean up dependencies and reduced binary size by about ~10MB
- Added basic algebra functionality
v1.2.2 Problem Solvers Patch 2
v1.2.2 has dropped! Added a few minor insignificant features and improved code for the Update detector. Also added more objects/characters when generating problem solving.
v1.2.2 (7/08/2021 12:12PM AEST) Problem Solvers Patch 2
- Update updater callback function
- Added some more objects & characters to the problem solving engine
v1.2.1 Problem Solvers Patch 1 (hotfix)
v1.2.1 is a patch update which fixes some minor issues with mainly the UI.
v1.2.1 (6/08/2021 10:00AM AEST) Problem Solvers Patch 1
- Updater does not output null when program is up to date
- Replaced missing ✓ Unicode symbol with √ (sq. root)
- Replaced missing ✘ Unicode symbol with X (letter X)
- Added beta (β) symbol to experimental versions
(includes hotfixes)
v1.2.0 Problem Solvers
v1.2.0 brings a whole herd of changes! We've improved and made the basic problem-solving engine functional (with randomised multiplication, addition, division and subtraction questions). We've also improved the UI and packaged all our code into a neat little exe - no installation required!
Here's the changelog file
v1.2.0 (2/08/2021 5:03PM AEST) Problem Solvers
- Problem solving engine now is fully functional.
- Added new random names for problem solving
- Changed user interface to make it better
- Experimental .exe file releases
- Added update detector
- Added times, divide and minus to problem solving engine
- Made it pause the console before exiting abruptly
v1.1.1 Colour Release Patches
Version v1.1.1 adds mainly small patch features and changes how error messages are displayed. This release also puts questions into columns instead of just rows.
Also added a non-functional experimental problem solving engine. Functionality to be added in v1.2.0 update.
v1.1.1 (1/08/2021 6:56PM AEST) Colour Release! Patch #1
- Bumped questions per sheet to 50 from 20
- Questions + answers now appear in columns to fit more questions in
- Added contributing guidelines (see CONTRIBUTING file)
- Made errors more user-friendly (instead of the default NodeJS error)
- Added experimental problem solving engine. Enter
p
when selecting a worksheet type.
Warning Problem solving is experimental and does not work yet, and is a pre-release (sneak peek/leak).
It is not actually meant for use yet, and will be fully released inv1.2.0 Problem Solvers
v1.1.0 Colour Release!
Yay second version
Version v1.1.0 adds a lot of new features including support for multiplication and division worksheet generation and user prompts in the console. Also added colour into the console, for a better UX.
Install instructions are still in the README file as always, and the binaries are zipped up and included in this release. You can also fork/clone the entire repo onto your local machine, but unless you would like to contribute you are better off with just the binaries.
Here's the CHANGELOG.MD file for this release, as usual:
v1.1.0 (28/07/2021 1:35PM AEST)
- Added timestamp to worksheet
- Added × and ÷ functionality
- Added console prompts to ask user about worksheet type to generate
- Colourised console! (thank you chalk)
v1.0.1 First release
First release. Please consult the README.md file for installation instructions.
Changelog.md for release v1.0.1
v1.0.1 (25/07/2021 2:33PM AEST)
- Added ability to generate addition and subtraction worksheets
- Added missing equals signs to worksheets