Skip to content

Commit

Permalink
IJMP-1086 Release/v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KUGDev committed Apr 18, 2023
2 parents 4cb57a8 + 8b58ef8 commit 4d7d08f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 60 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## `1.0.1 (2023-04-18)`

* Feature: Support for IntelliJ 2023.1


* Bugfix: Runtime Exception in Zowe Explorer when delete dataset ([6a2458f2](https://github.com/zowe/zowe-explorer-intellij/commit/6a2458f2))
* Bugfix: File is not displayed after folder moved inside another folder ([46e2fca8](https://github.com/zowe/zowe-explorer-intellij/commit/46e2fca8))
* Bugfix: IDE freeze after closing CLI during command execution with broken coonection ([1555d895](https://github.com/zowe/zowe-explorer-intellij/commit/1555d895))
* Bugfix: Last opened file remains active in editor ([419fe720](https://github.com/zowe/zowe-explorer-intellij/commit/419fe720))
* Bugfix: Duplicate widgets when installing For Mainframe and Zowe Explorer plugins together ([17a18f49](https://github.com/zowe/zowe-explorer-intellij/commit/17a18f49))
* Bugfix: Changed parameters in edit connection dialog do not reset after cancelation ([e28bf46e](https://github.com/zowe/zowe-explorer-intellij/commit/e28bf46e))
* Bugfix: Incorrect reloading on USS encoding change ([b3093e3f](https://github.com/zowe/zowe-explorer-intellij/commit/b3093e3f))
* Bugfix: println in TSO CLI ([70325f91](https://github.com/zowe/zowe-explorer-intellij/commit/70325f91))
* Bugfix: Copy DS member from one host to USS folder on another host does not work ([9e469698](https://github.com/zowe/zowe-explorer-intellij/commit/9e469698))
* Bugfix: Jobs filter is created with wrong default user ([33967d23](https://github.com/zowe/zowe-explorer-intellij/commit/33967d23))
* Bugfix: "Access is allowed from Event Dispatch Thread (EDT) only" on the plugin debug ([f5416f68](https://github.com/zowe/zowe-explorer-intellij/commit/f5416f68))
* Bugfix: SonarCloud compaint on Random ([294f3c11](https://github.com/zowe/zowe-explorer-intellij/commit/294f3c11))
* Bugfix: Autosync works strange ([8115f9dc](https://github.com/zowe/zowe-explorer-intellij/commit/8115f9dc))
* Bugfix: Strange behavior on copy paste from remote to local ([a193676c](https://github.com/zowe/zowe-explorer-intellij/commit/a193676c))
* Bugfix: Error while trying to move PS inside PDS ([ec94b39e](https://github.com/zowe/zowe-explorer-intellij/commit/ec94b39e))
* Bugfix: USS file empty after rename ([71c49b24](https://github.com/zowe/zowe-explorer-intellij/commit/71c49b24))

## `1.0.0 (2023-03-21)`

* Breaking: Java 17 usage introduced. Plugin requires to use it with IntelliJ version >= 2022.3
Expand Down
77 changes: 17 additions & 60 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,70 +101,27 @@ tasks {
<br>
<b>New features:</b>
<ul>
<li>TSO CLI</li>
<li>Different encodings support (all IBM encodings are supported)</li>
<li>Support for CHMOD operation</li>
<li>Support for big files and datasets</li>
<li>JES Explorer: purge, edit, view job</li>
<li>Added "+" sign expandability: now it is possible to create connection / working set / mask through the revealing context menu on "+" click</li>
<li>Migrate to Kotlin DSL v2</li>
<li>All the code is documented now</li>
</ul>
<br>
<b>Minor changes:</b>
<ul>
<li>Manual sync was proceeding in main thread</li>
<li>Codepage selection is removed from connection dialog</li>
<li>Added UI regression tests and Unit tests</li>
<li>Unit tests are written in Kotest now</li>
<li>Build warnings fixed</li>
<li>Other plugin's stability issues</li>
<li>Support for IntelliJ 2023.1</li>
</ul>
<br>
<b>Fixed bugs:</b>
<ul>
<li>Error in event log when copy member to PDS that does not have enough space</li>
<li>The creating z/OS mask '*.*' is not blocked</li>
<li>Impossible to rename USS directory whose name contains &</li>
<li>Problem with automatic refresh after creating new dataset/allocate like</li>
<li>Incorrect data encoding</li>
<li>When dataset member is moved from one DS to another, load more appears instead of it</li>
<li>Strange behavior of automatic reload and batch_size</li>
<li>USS files are not edible</li>
<li>Incompatible with IntelliJ 2022.3</li>
<li>IDE error with UnsupportedEncodingException for some encodings</li>
<li>IDE error with ReadOnlyModificationException when change encoding for read only file</li>
<li>Impossible to close uss-file with write permission after changing encoding</li>
<li>There is no warning if copy/paste from remote to local</li>
<li>Synchronization is cycled in autosync mode after first opening for the file</li>
<li>IDE error with UndeclaredThrowableException while closing CLI when connection was broken</li>
<li>Cancel DnD several members from one host to another does not work properly</li>
<li>IDE error with NoSuchElementException if start CLI when there is no any connections</li>
<li>Differences in the interface (field highlighting)</li>
<li>Vertical scrollbar in 'Add Working Set/Edit Working Set' does not work properly if you add a lot of masks</li>
<li>Different colmn name JES vs Jobs Working Set</li>
<li>z/OS mask is created in lowercase if use dataset name in lowercase during allocate/allocate like</li>
<li>Sync data does not work correctly when the content has not changed</li>
<li>Missing warning if delete connection that has any jobs working set</li>
<li>Last mask/filter is created in wrong way in Edit Working Set/Edit Jobs Working Set dialogs via context menu</li>
<li>File upload icon is cycling when double-clicking again on an open file</li>
<li>Small typo in annotation</li>
<li>The button 'Ok' on Warning when delete connections with ws/jws</li>
<li>Typo in error message in Allocate Dataset dialog</li>
<li>Typo in release note for 1.0.0</li>
<li>Typo in message for incorrect directory quantity in allocate dataset</li>
<li>Unhandled error type for jobs</li>
<li>Missing '>' for input next several commands in CLI after programm running finished</li>
<li>Move member to another PDS refreshes only one PDS</li>
<li>Content encoding change after uss read only file reopened</li>
<li>Refresh does not work if copy-delete-copy one USS folder to another USS folder</li>
<li>IndexOutOfBoundsException if create JWS via context menu</li>
<li>Automatic refresh does not work correctly for job filter after purge job via context menu</li>
<li>Exception in Zowe Explorer when there is a configuration from For Mainframe plugin exist</li>
<li>Policy agreement is gone wild</li>
<li>Exception while opening TSO CLI</li>
<li>Exception during IDE startup with plugin</li>
<li>Operation is not supported for read-only collection while trying to create JES Working set</li>
<li>Runtime Exception in Zowe Explorer when delete dataset</li>
<li>File is not displayed after folder moved inside another folder</li>
<li>IDE freeze after closing CLI during command execution with broken coonection</li>
<li>Last opened file remains active in editor</li>
<li>Duplicate widgets when installing For Mainframe and Zowe Explorer plugins together</li>
<li>Changed parameters in edit connection dialog do not reset after cancelation</li>
<li>Incorrect reloading on USS encoding change</li>
<li>println in TSO CLI</li>
<li>Copy DS member from one host to USS folder on another host does not work</li>
<li>Jobs filter is created with wrong default user</li>
<li>"Access is allowed from Event Dispatch Thread (EDT) only" on the plugin debug</li>
<li>SonarCloud compaint on Random</li>
<li>Autosync works strange</li>
<li>Strange behavior on copy paste from remote to local</li>
<li>Error while trying to move PS inside PDS</li>
<li>USS file empty after rename</li>
</ul>"""
)
}
Expand Down

0 comments on commit 4d7d08f

Please sign in to comment.