Skip to content

Bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@amyjko amyjko released this 30 Mar 23:55
· 449 commits to main since this release

This week we release two fixes!

  • Sometimes its nice to work with a lot of data. For example, we saw a 6th grader paste in 10,000 digits of π and then split it into a list of digits. Wordplay was happy to do this, but it was so slow, for really boring reasons. It's much faster now.

  • The way that windows in projects were designed was a bit confusing, mostly because it didn't follow conventions. Wordplay's minimize and expand widgets are now much more conventional. We'll save the innovation for other parts of the project.