Skip to content

Commit c77f7a6

Browse files
authored
Merge pull request #584 from microbit-foundation/development
v3.4
2 parents cde4413 + 9a3f422 commit c77f7a6

File tree

313 files changed

+6242
-3017
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+6242
-3017
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ WORKDIR /usr/src/app
1010
COPY package*.json ./
1111

1212
# Install app dependencies
13-
RUN npm install
14-
RUN npm install express
13+
RUN npm ci
14+
RUN npm install express@4.21.2
1515

1616
# Bundle app source
1717
COPY . .

azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

features.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"lossGraph": true,
55
"makecode": true,
66
"liveGraphInputValues": true,
7-
"recordingScrubberValues": true
7+
"recordingScrubberValues": true,
8+
"modelValidation": true
89
}

microbit/v1/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (c) 2023, Center for Computational Thinking and Design at Aarhus University and contributors
2+
* (c) 2023-2025, Center for Computational Thinking and Design at Aarhus University and contributors
33
*
44
* SPDX-License-Identifier: MIT
55
*/

microbit/v2/source/codebook.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (c) 2023, Center for Computational Thinking and Design at Aarhus University and contributors
2+
* (c) 2023-2025, Center for Computational Thinking and Design at Aarhus University and contributors
33
*
44
* SPDX-License-Identifier: MIT
55
*/

microbit/v2/source/helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (c) 2023, Center for Computational Thinking and Design at Aarhus University and contributors
2+
* (c) 2023-2025, Center for Computational Thinking and Design at Aarhus University and contributors
33
*
44
* SPDX-License-Identifier: MIT
55
*/

microbit/v2/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (c) 2023, Center for Computational Thinking and Design at Aarhus University and contributors
2+
* (c) 2023-2025, Center for Computational Thinking and Design at Aarhus University and contributors
33
*
44
* SPDX-License-Identifier: MIT
55
*/

microbit/v2/source/smileys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (c) 2023, Center for Computational Thinking and Design at Aarhus University and contributors
2+
* (c) 2023-2025, Center for Computational Thinking and Design at Aarhus University and contributors
33
*
44
* SPDX-License-Identifier: MIT
55
*/

microbit/v2/source/sound.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (c) 2023, Center for Computational Thinking and Design at Aarhus University and contributors
2+
* (c) 2023-2025, Center for Computational Thinking and Design at Aarhus University and contributors
33
*
44
* SPDX-License-Identifier: MIT
55
*/

microbit/v2/source/sounds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (c) 2023, Center for Computational Thinking and Design at Aarhus University and contributors
2+
* (c) 2023-2025, Center for Computational Thinking and Design at Aarhus University and contributors
33
*
44
* SPDX-License-Identifier: MIT
55
*/

0 commit comments

Comments
 (0)