Skip to content

Doodle Digits 2.0.3 ⚡

Compare
Choose a tag to compare
@AntonBergaker AntonBergaker released this 09 Nov 21:53
· 12 commits to main since this release
e551eb8

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.