Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Long list of fixes improve your summer projects source code.tar.gz | 2025-07-28 | 9.9 MB | |
Long list of fixes improve your summer projects source code.zip | 2025-07-28 | 10.7 MB | |
README.md | 2025-07-28 | 1.7 kB | |
Totals: 3 Items | 20.6 MB | 0 |
This release was slightly delayed but that means a long list of fixes! Sorry to anyone that was waiting for a fix, but hopefully this update super-powers your holiday hacking.
As well as adding Czechoslovakia translations, the following list of issues were addressed:
- bounds check panic on undo after ctrl-deleting text on last line from MultiLineEntry (#5714)
- Entry OnChanged does not get triggered on undo and redo (#5710)
- SetText in TextGrid leaves trailing content (#5722)
- Desktop app with system tray hangs on app.Quit (#5724)
- CenterOnScreen Regression (#5733)
- TextGrid CursorLocationForPosition reports wrong location when scrolled (#5745)
- Language is always "en" on macOS (#5760)
- TextGrid is glitchy when calling SetText on a scrolled container. (#5762)
- When running for the second time in window.CenterOnScreen(), it will get stuck when running on the main thread (#5766)
- Text entry widget backspace deletes two characters on Android (#2774)
- Secondary windows is not refreshed correctly (#5782)
- Clicking a button rapidly causes the click animation to extend outside of the button (#5785)
- WASM cursor was ignored
- Corrected date format for Germany
- Hide() doesn't work at startup for widgets/containers (#5597)
- Android GBoard: first character typed into Entry is prefixed with "0" after focus (#5666)
- Use Scaled Monitor Size For Monitor Detection (#5802)
- Don't override user choice if a) xdg lookup fails or b) system updates (#5851)
- Entry with mobile.NumberKeyboard does not Type comma and separators (#5101)
- Padding value is ignored in ThemeOverride container
- Performance improvements in TextGrid and object positioning
- Improvements in WASM rendering performance