Skip to content

Releases: skchr/learn-p5

0.6.50

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:10
v0.6.50

0.6.49

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:34
v0.6.49

0.6.48

Choose a tag to compare

@github-actions github-actions released this 10 Jul 13:52
v0.6.48

0.6.47

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:32
v0.6.47

v0.6.45

Choose a tag to compare

@github-actions github-actions released this 08 Jul 18:46
v0.6.45

0.6.44

Choose a tag to compare

@github-actions github-actions released this 07 Jul 17:17
v0.6.42: patch release

- Make app.json the only source of truth for app version
- Fix qwerty keyboard key sizes (dynamic sizing with useWindowDimensions)
- Add scrollable symbol toolbar to qwerty keyboard view
- Fix code editor regression (remove undeclared state variables)
- Set JetBrainsMono as global default font, remove redundant declarations
- Remove FUNDAMENTALS header from course overview page

v0.6.43

Choose a tag to compare

@github-actions github-actions released this 07 Jul 18:40
v0.6.43: patch release

v0.6.41

Choose a tag to compare

@github-actions github-actions released this 07 Jul 11:55
fix: multiple bug fixes and improvements

- Fix onboarding crash: move useMemo inside component (was module-level)
- Fix QWERTY keyboard: bigger keys (42x48), add backspace/enter as action keys, bottom row with space/toggle/arrows, remove separate toolbar
- Fix code editor: regenerate codemirror bundle (was empty placeholder)
- Fix JetBrainsMono in WebView: embed fonts as base64 @font-face (no CDN dependency)
- Bump small font sizes: 10px→11px, 11px→12px across app
- Fix version mismatch: app.json was 0.4.4, now 0.6.41
- Revert versioning convention back to git describe --tags
- Revert release workflow trigger to * pattern