Releases: AntonBergaker/DoodleDigits
🛠 Doodle Digits 2.3.1 Bugfix
These downloads are made for 64-bit Windows and Linux only
Changelog
- Fixed a bug when ending a line with a variable and starting the next one with a parenthesis would join them into a multiplication.
🖼 Doodle Digits 2.3.0 Themes and Linux support
These downloads are made for 64-bit Windows and Linux only
Changelog
- Added support for more themes
- Theme selection has been moved up to the dropdown menu
- Added Linux binaries
💾 Doodle Digits 2.2.0 User defined functions
These downloads are made for 64-bit Windows only
Changelog
- Added user defined functions. Accessible with a syntax like this:
f(x) = x + 1
f(5) -> 6
🧮 Doodle Digits 2.1.1 Standard Deviation & Bug Fixes
These downloads are made for 64-bit Windows only
Changelog
- Added standard deviation (called with standard_deviation, yes its ugly, sue me)
- Fixed obvious logarithms giving decimal answers
- Fixed average on a matrix gave the wrong result
Special thanks to Carl ⛺
📐 Doodle Digits 2.1.0 Choose Angle Units & Always on Top
These downloads are made for 64-bit Windows only
Changelog
- Added the "Always on Top" option, keeping the calculator on top of other windows
- Added a toggle between degrees and radians on a brand new drop down menu. This menu will see more use in the future for new and old features.
Doodle Digits 2.0.3 ⚡
These downloads are made for 64-bit Windows only
New version of the Doodle Digits frontend. This version uses electron as the frontend instead of Windows Presentation Form (WPF). This comes with some benefits:
- Faster startup time
- Emoji support
- Better performance for large textbox
- Much easier to enable themes
- Multiplatform support
But also some drawbacks:
- More complicated codebase
- Much larger binaries (especially when .NET is already installed)
Some old features like force on top and zooming are not yet present on this version, but will be added eventually.
Changes since pre-2.0.2:
- Added support for average, median and sum functions.
- Fixed proper support for edge values in min/max
- Added WPF style blue titlebar, making it look identical to before the electron switch.
Doodle Digits pre-2.0.1 ⚡
Bugfixes for 2.0.x.
Fixed:
- Booleans always reporting as true.
- Issues importing saves made from 1.x of DoodleDigits.
Doodle Digits pre-2.0.0 ⚡
New version of the Doodle Digits frontend. This version uses electron as the frontend instead of windows presentation form. This comes with some benefits:
- Faster startup time
- Emoji support
- Better performance for large textbox
- Much easier to enable themes
- Multiplatform support
But also some drawbacks:
- More complicated codebase
- Much larger binaries (especially when .NET is already installed)
Some old features like force on top and zooming are not yet present on this version, which is why this is still a pre version. These features will be added eventually.
Doodle Digits 1.3.0 👆
These downloads are made for 64-bit Windows only
Changes
- Adds a "force on top" option
Doodle Digits 1.2.0 🎯
These downloads are made for 64-bit Windows only
Changes
- Added support for matrices and vectors