Skip to content

Releases: AntonBergaker/DoodleDigits

🖼 Doodle Digits 2.3.0 Themes and Linux support

06 Aug 17:19
ffc90da
Compare
Choose a tag to compare

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

28 Jul 19:55
aa872b2
Compare
Choose a tag to compare

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

07 Jun 23:13
0edb033
Compare
Choose a tag to compare

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

20 Nov 17:31
def4d65
Compare
Choose a tag to compare

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 ⚡

09 Nov 21:53
e551eb8
Compare
Choose a tag to compare

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 ⚡

19 Aug 21:14
Compare
Choose a tag to compare
Pre-release

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 ⚡

24 Jul 22:13
782ced7
Compare
Choose a tag to compare
Pre-release

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 👆

24 Nov 18:04
3fdce75
Compare
Choose a tag to compare

These downloads are made for 64-bit Windows only

Changes

  • Adds a "force on top" option

Doodle Digits 1.2.0 🎯

02 Feb 17:20
Compare
Choose a tag to compare

These downloads are made for 64-bit Windows only

Changes

  • Added support for matrices and vectors

Doodle Digits 1.1.4 ⌚

07 Jan 18:15
Compare
Choose a tag to compare

These downloads are made for 64-bit Windows only

Changes

  • Fixed a bug that resulted in the program freezing on closing.