Code for IBM i 2.0.0
What's new
- Fix checking for directory in safe delete mode by @chrjorgensen in #1410
- Added "Browse" action on streamfiles and members by @sebjulliand in #1413
- Always show Terminal and Debugger tabs in settings by @shamby87 in #1368
- SQL extension support by @edmundreinhardt in #1386
- Use temp member to save new file by @worksofliam in #1403
- Set default source date mode to diff by @worksofliam in #1404
- Ability to add validation to input fields by @worksofliam in #1385
- Debug certificate directory configurable by @worksofliam in #1377
- Prevent root being deleted from VS Code by @worksofliam in #1426
- Remove old deprecated commands by @worksofliam in #1427
What's changed
- Upgrade node-ssh to 13.1 by @worksofliam in #1328
- For users of RSA private key files, see note below!
- Fix "Report issue" crashing when not authorized to WRKPTFGRP by @sebjulliand in #1365
- Add test for getFileList with special chars by @chrjorgensen in #1351
- Added before/after methods and test duration + deployment tests by @sebjulliand in #1369
- Fix Quick Connect remoteFeatures by @chrjorgensen in #1379
- Fix prompt of multiple commands in an action by @chrjorgensen in #1380
- Show errors on source files with paths lengths over 255 chars by @angelorpa in #1276
- Update
streamfileResolve
anddownloadMemberContent
APIs by @SanjulaGanepola in #1362 - Modify actions for RPG compile from IFS by @jwoehr in #1384
- Handle editor saving in any case when running actions by @sebjulliand in #1399
- Bump semver from 7.3.7 to 7.5.2 by @dependabot in #1390
- Improvements to diff mode re-render handler by @worksofliam in #1388
- Update command contributions and use
CPYLIB
forCopy Object
command by @SanjulaGanepola in #1392 - Fix IFS shortcuts menu items order by @chrjorgensen in #1402
- Fix source member lines from being truncated by @richardm90 in #1389
- Fix error when no files are select for upload by @chrjorgensen in #1409
- Use -o when extracting with tar to give ownership to current user by @sebjulliand in #1408
- Feature/disconnectOnDeactivate by @sebjulliand in #1420
- Fix parsing of
getTable
result by @SanjulaGanepola in #1417 - Add schemas back into vsix and remove iproj schema by @worksofliam in #1383
- Read in private key contents on connect by @worksofliam in #1424
- Simple note about private key formats by @worksofliam in #1428
- Do not use any .gitignore below project root by @edmundreinhardt in #1423
- Better handling of spaces when editing in diff mode by @worksofliam in #1429
- Fix/typings_issue by @worksofliam in #1430
New Contributors
- @richardm90 made their first contribution in #1389
Full Changelog: 1.9.4...2.0.0
Note for users of RSA private key files!
This release contains an upgrade of the SSH client ssh2
, which now supports private key formats OpenSSH, RFC4716 and PPK.
RSA key files are no longer supported, and all RSA key files must be converted to one of the supported formats.
For instructions of how to convert RSA key file to OpenSSH format, see this link.