Releases: codefori/vscode-ibmi
Releases Β· codefori/vscode-ibmi
Code for IBM i 1.9.1
What's Changed
- Fixed Getting Started URL by @sebjulliand in #1321
- Minor issue reports enhancements by @sebjulliand in #1319
- Fixed deployment API by @sebjulliand in #1324
Full Changelog: 1.9.0...1.9.1
Code for IBM i 1.9.0
What's Changed
User level enhancements:
- Command to stop debug service by @worksofliam in #1227
- Show more info in tooltip for members and IFS files by @chrjorgensen in #1153
- Reconnect to previous IBM i when FS reopens by @sebjulliand in #1268
- Use tarball to transfer files to deploy by @sebjulliand in #1265
- New "Open terminal here" action by @sebjulliand in #1309
- feat: Add versions and platform to issue by @chrjorgensen in #1316
- Issue reporting enhancements by @sebjulliand in #1318
- Feature/run cl command by @worksofliam in #1275
Internal enhancements:
- Add new
deploy
event by @SanjulaGanepola in #1287 - Add check for additional user content in shell output by @chrjorgensen in #1270
- Exclude src/, types/ and tsconfig.json from vsix by @sebjulliand in #1272
- Methods for object resolves by @worksofliam in #1224
- Converted Library List view to TypeScript by @sebjulliand in #1294
- Completed object resolve api + tests by @shamby87 in #1312
- Ability to reload server settings via connectDirect by @worksofliam in #1313
Fixes:
- Refresh all valid views when connected to a new system by @worksofliam in #1240
- Rename old member to name where applicable by @worksofliam in #1236
- Fix stat on empty or specially named directories by @chrjorgensen in #1256
- Fix Changed deployment method for multi-folders workspaces by @sebjulliand in #1263
- Fix post download directories creation by @sebjulliand in #1264
- Remove rogue liblist command by @worksofliam in #1274
- Fix Quick Connect with undefined values by @chrjorgensen in #1277
- Fix clAPI module not found error by @sebjulliand in #1303
- Fix check for existence of
.env
file by @SanjulaGanepola in #1306 - First tests for the error handler by @worksofliam in #1301
- Do not prevent files listing if ls/stat has error(s) by @sebjulliand in #1302
- Fix member hover change timestamp when using SQL by @chrjorgensen in #1317
New Contributors
Full Changelog: 1.8.0...1.9.0
Code for IBM i 1.8.0
What's Changed
- Fixed CustomUI export by @sebjulliand in #1190
- Do not allow the same webview to be opened multiple times by @sebjulliand in #1195
- runSQL API support comments not starting in position 0 of a line by @beckhamrryyaann in #1194
- Fixed member opening after create/copy operations by @sebjulliand in #1196
- Remove outdated command APIs and expose
runCommand
by @worksofliam in #1158 - Feature/export validate library list by @SanjulaGanepola in #1219
- Converted ifs FS Provider to Typescript by @sebjulliand in #1220
- Convert variables UI to TS by @worksofliam in #1217
- Convert Settings UI to TS by @worksofliam in #1218
- Command Profiles by @worksofliam in #1123
- Proposal: API tests by @worksofliam in #1179
- Proposal: test cases UI by @sebjulliand in #1226
- Remove xml2js by @worksofliam in #1225
- Ability to rerun tests, markdown results by @worksofliam in #1230
- Tests for IBMiContent by @worksofliam in #1229
- sendCommand tests (QSH/ILE) by @worksofliam in #1228
- Add Quick Connect by @chrjorgensen in #1150
- Add legacy API commands back by @worksofliam in #1232
- Added capability to sort IFS files and Members by name or date by @sebjulliand in #1151
New Contributors
- @SanjulaGanepola made their first contribution in #1219
Full Changelog: 1.7.12...1.8.0
Deprecation note
The following commands are due to be removed for 1.9.0. It is recommend you move to use the export API instead.
code-for-ibmi.runQuery
code-for-ibmi.runCommand
code-for-ibmi.launchUI
Code for IBM i 1.7.12
What's Changed
- Rework setting default shell by using chsh. Do not rely on SQL. by @beckhamrryyaann in #1144
- Source dates: Refresh same line after using spaces by @worksofliam in #1182
- Fixed dropped connection handling + allow force disconnection by @sebjulliand in #1191
- Fix for 1.77.0: Include unused methods in IFS FS provider by @worksofliam in #1209
Full Changelog: 1.7.11...1.7.12
Code for IBM i 1.7.11
What's Changed
- Source date save now checks before using
TRANSLATE
scalar by @worksofliam in #1175 - Ensure that readonly is boolean by @worksofliam in #1186
Full Changelog: 1.7.10...1.7.11
Code for IBM i 1.7.10
What's Changed
- Fix/actionsUI by @sebjulliand in #1169
- Fix use of
filter
parameter on Uris by @worksofliam in #1174 - Fix/status bar Deploy and Output buttons by @worksofliam in #1177
- Allow local actions to download directories post build by @worksofliam in #1154
- Fix/workspace root level source files diagnostic by @angelorpa in #1176
RunCommand
API to support custom library list and current library by @worksofliam in #1111
New Contributors
- @angelorpa made their first contribution in #1176
Full Changelog: 1.7.9...1.7.10
Code for IBM i 1.7.9
What's Changed
- Fixed missing name attribute on select by @sebjulliand in #1168
Full Changelog: 1.7.8...1.7.9
Code for IBM i 1.7.8
Code for IBM i 1.7.7
What's Changed
- Fix library list validation: find all invalid libraries by @chrjorgensen in #1136
- Bump webpack from 5.74.0 to 5.76.0 by @dependabot in #1137
- Update webview-elements to 0.12.0 by @worksofliam in #1131
- Make webpanels retain their context by @sebjulliand in #1146
- Fixed types generation by @sebjulliand in #1159
- Missing await on QSysFS basic write by @sebjulliand in #1161
Full Changelog: 1.7.6...1.7.7
Code for IBM i 1.7.6
What's Changed
- Added "protected" option to filters (revival) by @sebjulliand in #1075
- Support additional SEU colours by @chrjorgensen in #1101
- Make command titles conform to VS Code standard by @chrjorgensen in #1129
- Implemented Connect to Previous connection by @sebjulliand in #1095
- Fix: Only show debug button for certain sources by @sebCIL in #1126
- Collapse all on IFS Browser and Object Browser #876 by @novy400 in #1127
- Feature/settings UI cleanup by @worksofliam in #1120
- Gracefully disconnect by @worksofliam in #1110
- Cleanup package dependencies by @worksofliam in #1130
- Give user option to set bash as their default shell when connecting. by @beckhamrryyaann in #1134
- Fixed filter's member type field not duplicated when copying by @sebjulliand in #1139
- Add member text to source member tooltip by @chrjorgensen in #1141
- Propagate and handle connection/disconnection events by @sebjulliand in #1142
- Build/debug improvements by @sebjulliand in #1135
- COBOL language id can also be uppercase by @worksofliam in #1152
New Contributors
- @beckhamrryyaann made their first contribution in #1134
Full Changelog: 1.7.5...1.7.6