diff --git a/CHANGELOG.md b/CHANGELOG.md index 06bc9de..d1a6e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### 1.0.0 + +#### BUGFIX +- [#57](https://github.com/picimako/terra-support/issues/57): Fixed an issue when rolling back Git changes on screenshots causes incorrect VirtualFiles to be stored. + +#### MAINTENANCE +- Upgraded library and plugin versions. +- Fine-tuned various segments of the documentation. +- Did some minor code simplifications. + ### 0.7.0 #### MAINTENANCE diff --git a/changelog.html b/changelog.html index 1e87b09..a63729b 100644 --- a/changelog.html +++ b/changelog.html @@ -1,28 +1,14 @@ -

0.7.0

+

1.0.0

-Maintenance - - -Enhancement +Bugfix -Bugfix +Maintenance diff --git a/plugindescription.html b/plugindescription.html index ae5ccbe..b797bb1 100644 --- a/plugindescription.html +++ b/plugindescription.html @@ -1,29 +1,27 @@ -Adds support for working with Cerner's various Terra libraries. -

- This plugin focuses mostly on the are of Terra WDIO test automation but has some support for UI development as well. -

-
- Terra-toolkit WDIO - utility and Terra - Functional Testing + This plugin provides framework integration to Cerner's various Terra libraries (like UI components), + mainly focusing on the test automation aspects of them; + Terra Toolkit + and + Terra + Functional Testing. +

- This part of the plugin provides tools for the easier handling of screenshots, and for reporting coding issues: + The automation specific part of the plugin provides tools for the easier handling of screenshots, and for reporting + coding issues, including but not limited to:

- -

-
- Terra UI components

- Adds external documentation URLs to Quick Documentation popups for React tags imported from Terra packages. + The part that focuses on the Terra UI + components adds external documentation URLs to UI component React tags for easier navigation to related + documentation.

- -To find out more details on each feature, please head to the Terra +

+ To find out more details on each feature, please head to the Terra Support GitHub repository where you can find detailed documentation. +

diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 7e3badd..cef0fa6 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -2,7 +2,7 @@ Terra Support terra.support - 1.0.0-SNAPSHOT + 1.0.0 Tamas Balog messages.TerraBundle messages.TerraQuickDocBundle