Skip to content

Commit b50b760

Browse files
author
Dennis Labordus
committed
Merge branch 'main' into compare-compas-versions
2 parents 4860329 + e202b1e commit b50b760

File tree

81 files changed

+4305
-1130
lines changed

Some content is hidden

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

81 files changed

+4305
-1130
lines changed

.github/workflows/release-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
push: true
4242
# Tag the images using the tagname and also latest.
4343
tags: |
44-
lfenergycompas/compas-open-scd:${{ steps.extract_tagname.outputs.tagname }}
45-
lfenergycompas/compas-open-scd:latest
44+
lfenergy/compas-open-scd:${{ steps.extract_tagname.outputs.tagname }}
45+
lfenergy/compas-open-scd:latest

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.7.1](https://github.com/openscd/open-scd/compare/v0.7.0...v0.7.1) (2021-10-18)
6+
7+
8+
### Features
9+
10+
* **editor-container:** add initial web-component ([3993bbd](https://github.com/openscd/open-scd/commits/3993bbd3aebbcfad969316dddc55d46c92ebcf3a))
11+
* **Logging:** show Hitem from SCL ([#315](https://github.com/openscd/open-scd/issues/315)) ([51c3662](https://github.com/openscd/open-scd/commits/51c3662657615986400640abe0d6ffd939742a3c))
12+
* **public/templates:** add logical node classes ([#320](https://github.com/openscd/open-scd/issues/320)) ([5d07886](https://github.com/openscd/open-scd/commits/5d0788643b6773a4bb62c182d59b9831535d3994))
13+
14+
15+
### Bug Fixes
16+
17+
* **package.json:** license change ([e0d395f](https://github.com/openscd/open-scd/commits/e0d395fa00fbb2dd464cfe163ee68d01115ac311))
18+
* **translation:** improve capitalization add missing menu.new ([#307](https://github.com/openscd/open-scd/issues/307)) ([b5e2621](https://github.com/openscd/open-scd/commits/b5e2621e19858aa49d7d40c198fd54495e179051)), closes [#306](https://github.com/openscd/open-scd/issues/306)
19+
* **wizard/commap:** neglect ExtRef without valid source ([#298](https://github.com/openscd/open-scd/issues/298)) ([4881586](https://github.com/openscd/open-scd/commits/488158667a65713c229c7c676f136fe5ea0bfdad))
20+
* **zeroline/conducting-equipment:** spell correction ([#319](https://github.com/openscd/open-scd/issues/319)) ([9bb51ec](https://github.com/openscd/open-scd/commits/9bb51ecbe979c1a9029773fd4ff21745c832ab37))
21+
522
## [0.7.0](https://github.com/openscd/open-scd/compare/v0.6.0...v0.7.0) (2021-08-31)
623

724

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It's also possible to run OpenSCD CoMPAS Edition as a docker. Of every release a
2929
To run the docker container use the following command.
3030

3131
```
32-
docker run -it --rm -d -p 8080:80 --name compas-open-scd lfenergycompas/compas-open-scd:latest
32+
docker run -it --rm -d -p 8080:80 --name compas-open-scd lfenergy/compas-open-scd:latest
3333
```
3434
Now open a browser and go to "http://localhost:8080". OpenSCD is shown.
3535

@@ -48,7 +48,7 @@ The AccessToken can be retrieved from a running KeyCloak instance.
4848
The [IEC 61850](https://webstore.iec.ch/publication/63319) XSD and NSD code components used are
4949
distributed under their [end user license agreement](CC-EULA.pdf).
5050

51-
This project is licensed under the [Apache License 2.0](LICENSE).
51+
This project is licensed under the [Apache License 2.0](LICENSE.md).
5252

5353
© 2020-2021 OMICRON electronics GmbH
5454

__snapshots__/DA wizarding editing integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
</wizard-textfield>
662662
<wizard-select
663663
fixedmenuposition=""
664-
helper="Function contraint"
664+
helper="Function constraint"
665665
label="fc"
666666
required=""
667667
>
@@ -1470,7 +1470,7 @@
14701470
</wizard-textfield>
14711471
<wizard-select
14721472
fixedmenuposition=""
1473-
helper="Function contraint"
1473+
helper="Function constraint"
14741474
label="fc"
14751475
required=""
14761476
>

0 commit comments

Comments
 (0)