Skip to content

Commit b74308a

Browse files
authored
Merge pull request #224 from arduino/development
Release 0.22.0
2 parents b345fbe + f74a612 commit b74308a

9 files changed

Lines changed: 1059 additions & 955 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,19 +111,20 @@ jobs:
111111
runs-on: ubuntu-latest
112112

113113
strategy:
114+
fail-fast: true
114115
matrix:
115116
artifact:
116117
- path: "*-mac_universal.zip"
117-
name: Arduino-Lab-for-MicroPython_macOS_Universal
118+
name: Arduino.Lab.for.MicroPython-mac_universal
118119
id: macos-universal
119120
- path: "*-win_x64.zip"
120-
name: Arduino-Lab-for-MicroPython_Windows_X86-64
121+
name: Arduino.Lab.for.MicroPython-win_x64
121122
id: windows
122123
- path: "*-linux_x64.zip"
123-
name: Arduino-Lab-for-MicroPython_Linux_X86-64
124+
name: Arduino.Lab.for.MicroPython-linux_x64
124125
id: linux-x64
125126
- path: "*-linux_arm64.zip"
126-
name: Arduino-Lab-for-MicroPython_Linux_ARM64
127+
name: Arduino.Lab.for.MicroPython-linux_arm64
127128
id: linux-arm64
128129

129130
# keep for future implementation

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dist/
77
.vscode
88
.npmrc
99
Resources
10-
temp
10+
local_only

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,6 @@ For more information on this, and how to apply and follow the GNU AGPL, see
663663
Additional Terms per GNU GPL Section 7
664664

665665
This license does not grant any license or rights to use the "Arduino" trademark,
666-
any Arduino logos, or any other trademarks of Arduino SA.
666+
any Arduino logos, or any other trademarks of Arduino s.r.l. and/or its affiliated companies.
667667
You are not authorized to use the name Arduino or the names of any author
668668
or contributor for publicity purposes, without written authorization.

backend/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function openAppInfo(win) {
2121
appInfoWindow = openAboutWindow({
2222
icon_path: path.resolve(__dirname, '../ui/arduino/media/about_image.png'),
2323
css_path: path.resolve(__dirname, '../ui/arduino/views/about.css'),
24-
copyright: '© Arduino SA 2022',
24+
copyright: 2026 - Arduino s.r.l. and/or its affiliated companies',
2525
package_json_dir: path.resolve(__dirname, '..'),
2626
bug_report_url: "https://github.com/arduino/lab-micropython-editor/issues",
2727
bug_link_text: "report an issue",

build_resources/notarize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Arduino SA
1+
// Copyright 2026 Arduino s.r.l. and/or its affiliated companies
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU Affero General Public License as published

0 commit comments

Comments
 (0)