Skip to content

Commit

Permalink
Release v1.1.2 preparation
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Jan 18, 2024
1 parent 8a3d037 commit f75d78a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to the Zowe IntelliJ Plugin will be documented in this file.

## `1.1.2 (2024-01-22)`

* Bugfix: Sync action does not work after file download ([bfb125d7](https://github.com/zowe/zowe-explorer-intellij/commit/bfb125d7))
* Bugifx: "Skip This Files" doesn't work when uploading local file to PDS ([749b2d4b](https://github.com/zowe/zowe-explorer-intellij/commit/749b2d4b))
* Bugifx: "Use new name" doesn't work for copying partitioned dataset to USS folder ([26d865be](https://github.com/zowe/zowe-explorer-intellij/commit/26d865be))
* Bugifx: "Use new name" doesn't work for copying sequential dataset to partitioned dataset ([349c02e9](https://github.com/zowe/zowe-explorer-intellij/commit/349c02e9))
* Bugfix: "Use new name" doesn't work when uploading local file to PDS ([26d865be](https://github.com/zowe/zowe-explorer-intellij/commit/26d865be))
* Bugfix: Editing two members with the same name does not update the content for one of the members ([25606368](https://github.com/zowe/zowe-explorer-intellij/commit/25606368))
* Bugfix: Topics handling ([25606368](https://github.com/zowe/zowe-explorer-intellij/commit/25606368))
* Bugfix: Zowe config v2 handling ([fd79b908](https://github.com/zowe/zowe-explorer-intellij/commit/fd79b908))
* Bugfix: JES Explorer bug when ABEND job is being displayed ([614aa6cf](https://github.com/zowe/zowe-explorer-intellij/commit/614aa6cf))
* Bugfix: GitHub issue #167: Zowe explorer config is not converted ([b5eae7a2](https://github.com/zowe/zowe-explorer-intellij/commit/b5eae7a2))

## `1.1.1 (2023-11-23)`

* Bugfix: Dataset color does not change when
Expand Down
20 changes: 10 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ tasks {
<br>
<b>Fixed bugs:</b>
<ul>
<li>Dataset color does not change when cutting</li>
<li>Spelling error in reload/convert dialog</li>
<li>Incorrect error messages when allocating dataset</li>
<li>Incorrect message if create connection with connection url ending with 2 slashes</li>
<li>Sync action is not working during indexing process in 221 and 222</li>
<li>Mask cannot be created when the other connection is selected</li>
<li>Copy and cut error message if skip for all or overwrite for all is selected</li>
<li>GitHub issue #139: Can't allocate a dataset with record format U</li>
<li>GitHub issue #143: Incorrect behaviour of TSO CLI</li>
<li>GitHub issue #161: Conflict between Zowe Explorer and For Mainframe</li>
<li>Sync action does not work after file download</li>
<li>"Skip This Files" doesn't work when uploading local file to PDS</li>
<li>"Use new name" doesn't work for copying partitioned dataset to USS folder</li>
<li>"Use new name" doesn't work for copying sequential dataset to partitioned dataset</li>
<li>"Use new name" doesn't work when uploading local file to PDS</li>
<li>Editing two members with the same name does not update the content for one of the members</li>
<li>Topics handling</li>
<li>Zowe config v2 handling</li>
<li>JES Explorer bug when ABEND job is being displayed</li>
<li>GitHub issue #167: Zowe explorer config is not converted</li>
</ul>"""
)
}
Expand Down

0 comments on commit f75d78a

Please sign in to comment.