mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
public: add icons with beta badge
This makes it easier to tell versions apart when beta and non-beta are installed at the same time. Fixes: https://github.com/pybricks/support/issues/375
This commit is contained in:
@@ -13,7 +13,8 @@ jobs:
|
|||||||
- name: Set env to beta
|
- name: Set env to beta
|
||||||
if: contains(github.ref, '-beta.') || contains(github.ref, '-rc.')
|
if: contains(github.ref, '-beta.') || contains(github.ref, '-rc.')
|
||||||
run: |
|
run: |
|
||||||
echo "REACT_APP_NAME=Pybricks Code (Beta)" >> $GITHUB_ENV
|
echo "REACT_APP_NAME=Pybricks Beta" >> $GITHUB_ENV
|
||||||
|
echo "REACT_APP_SUFFIX=-beta" >> $GITHUB_ENV
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
### Changed
|
### Changed
|
||||||
- Changed snippet (autocomplete) content and behavior [issue#471].
|
- Changed snippet (autocomplete) content and behavior [issue#471].
|
||||||
- Changed gutter background color [issue#472].
|
- Changed gutter background color [issue#472].
|
||||||
|
- Added *BETA` badge to application icon [support#375].
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed auto-indent not working [issue#470].
|
- Fixed auto-indent not working [issue#470].
|
||||||
@@ -46,6 +47,7 @@ Prerelease changes are documented at [support#48].
|
|||||||
[issue#471]: https://github.com/pybricks/pybricks-code/issues/471
|
[issue#471]: https://github.com/pybricks/pybricks-code/issues/471
|
||||||
[issue#472]: https://github.com/pybricks/pybricks-code/issues/472
|
[issue#472]: https://github.com/pybricks/pybricks-code/issues/472
|
||||||
[support#48]: https://github.com/pybricks/support/issues/48
|
[support#48]: https://github.com/pybricks/support/issues/48
|
||||||
|
[support#375]: https://github.com/pybricks/support/issues/375
|
||||||
[support#378]: https://github.com/pybricks/support/issues/378
|
[support#378]: https://github.com/pybricks/support/issues/378
|
||||||
[v3.0.0]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#300---2021-06-08
|
[v3.0.0]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#300---2021-06-08
|
||||||
[v3.1.0a1]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#310a1---2021-06-23
|
[v3.1.0a1]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#310a1---2021-06-23
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -3,24 +3,19 @@
|
|||||||
"name": "%REACT_APP_NAME%",
|
"name": "%REACT_APP_NAME%",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "logo192%REACT_APP_SUFFIX%.png",
|
||||||
"sizes": "64x64 32x32 24x24 16x16",
|
|
||||||
"type": "image/x-icon"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "logo192.png",
|
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"purpose": "any"
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "logo192m.png",
|
"src": "logo192m%REACT_APP_SUFFIX%.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "logo512.png",
|
"src": "logo512%REACT_APP_SUFFIX%.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "512x512"
|
"sizes": "512x512"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user