Skip to content

Commit 494e0f4

Browse files
committed
chore: add changelog for release 1.3.0
1 parent 112e9c4 commit 494e0f4

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
This document lists changes between releases.
44

5+
## Learn GDScript From Zero 1.3.0
6+
7+
*Released on September 25, 2022*
8+
9+
### New features
10+
11+
- Add syntax highlighting for code in lesson and practice text
12+
- Add sponsorless end screen for Godot docs (#632)
13+
- Add visualization of how values get assigned to cursor variable in for loops (#634)
14+
- Add common macOS Cmd shortcuts in code editor in browser
15+
16+
### Content changes
17+
18+
- Improve loop explanations and examples in lessons 17 and 18 (#641)
19+
- Rewrite lesson 9's first practice hint to make it clearer
20+
- Add error explanation for can't assign to expression
21+
- Explain pass keyword in lesson 13
22+
- Improve Lesson 22 cell screen-position explanation (#655)
23+
- Add specific error message for IN_EXPECTED_AFTER_IDENTIFIER error (#665)
24+
- Clarify explanation of documented functions in lesson 22 (#664)
25+
- Make numbers explicitly decimal in lesson 28 to make types clearer
26+
- Add error explanation for EOL at string parse error
27+
- Add explanation for "can't get index ... on base" error
28+
29+
### Improvements
30+
31+
- Move inline value display in code example to button
32+
- Add practice index to lesson practices list and breadcrumb
33+
- Make loop code example taller to avoid scroll bar
34+
- Ensure that the content of runnable code examples is behind buttons
35+
- Highlight symbols in lessons
36+
37+
### Bug fixes
38+
39+
- Make practice checks auto-wrap to not overflow window
40+
- Use debug build to prevent crash on nonexistent functions and variables
41+
- Prevent navigating during transitions
42+
- Add missing reset to lesson 11 practices
43+
- Don't highlight word "type" in lesson 13 (#656)
44+
- Correct syntax highlighting on nested function calls
45+
546
## Learn GDScript From Zero 1.2.2
647

748
*Released on August 5, 2022*

0 commit comments

Comments
 (0)