Releases: codefori/vscode-ibmi
Releases Β· codefori/vscode-ibmi
Code for IBM i 2.15.3
What's Changed
- Fix endless recursive retries to read member if it exists but fails to be read by @SanjulaGanepola in #2560
- Add makeid function export to VscodeTools namespace by @worksofliam in #2565
Full Changelog: 2.15.2...2.15.3
Code for IBM i 2.15.2
What's Changed
- Add deprecation warnings for outdated methods in IBMi and Instance classes by @worksofliam in #2548
Full Changelog: 2.15.1...2.15.2
Code for IBM i 2.15.1
What's Changed
- Set locale via
LC_ALL
when usingcqsh
orqsh
by @SanjulaGanepola in #2546 - Check for
CPDA08A
instderr
instead ofstdout
during member download by @SanjulaGanepola in #2547
Full Changelog: 2.15.0...2.15.1
Code for IBM i 2.15.0
What's new
- Manage custom
C4iDebugService.env
file to store Debug Service configuration by @sebjulliand in #2417 - New connection settings
Connection Timeout
field by @sebjulliand in #2443 - Refactor and reorganize code structure by @worksofliam in #2455
- Move backend test cases to vitest by @worksofliam in #2477
- Enhance runCommand with error handling and event callbacks by @worksofliam in #2481
- Remove SEU color support and related configurations by @worksofliam in #2482
What's fixed
- Fix/multilibfilter by @sebjulliand in #2407
- Deprecate legacy APIs and update references by @worksofliam in #2382
- Correctly check GetNewLibl component state by @sebjulliand in #2437
- Fix bad character handling in extended byte calculation and add tests by @worksofliam in #2403
- Fix filtering objects when filter contains both source files and other object types by @janfh in #2457
- Replace hardcoded 'diff' command with constant by @worksofliam in #2480
- Fix #2478: Delete docs folder by @MohitKambli in #2479
- Fix/breadcrumb browse by @sebjulliand in #2499
- Return default CCSID when no result is found in runSQL query by @worksofliam in #2501
- Refactor component management and add state caching by @worksofliam in #2502
- Bump vitest from 2.1.8 to 2.1.9 by @dependabot in #2503
- Add removed APIs from
IBMi
class by @worksofliam in #2504 - Recover source date changes when editors are left open by @sebjulliand in #2517
- Update ASP configuration and tests by @worksofliam in #2483
- Fix invalid dates from GetMbrInfo by @chrjorgensen in #2528
- Refactor component handling and improve user input management by @worksofliam in #2525
- Generate binder source from module or service program by @janfh in #2485
- Log regarding *EVENTF being missing from command string. #2500 by @wimjongman in #2520
- Default to using a diff when tracking source dates by @worksofliam in #2521
- Bump esbuild from 0.19.2 to 0.25.0 by @dependabot in #2508
- Deprecate aspInfo getter in preparation for IBMi.getAllIAsps in v3.0.0 by @worksofliam in #2533
- Mass source download fails on zero record members #2513 by @wimjongman in #2526
New Contributors
- @janfh made their first contribution in #2457
- @MohitKambli made their first contribution in #2479
- @wimjongman made their first contribution in #2520
Full Changelog: 2.14.5...2.15.0
Code for IBM i 2.14.5
What's Changed
- Fixed GETMBRINFO status fetch crashing on system with undefind Runtime CCSID by @sebjulliand in #2396
- Fix
No default
deployment method not properly set by @SanjulaGanepola in #2399
Full Changelog: 2.14.4...2.14.5
Code for IBM i 2.14.4
What's Changed
- Fixed Component manager exportation by @sebjulliand in #2380
- Fix getAttributes for files with spaces and enhance tests by @worksofliam in #2390
- Implement custom file picker functionality in CustomUI by @worksofliam in #2386
- Fix rename validation logic by @worksofliam in #2385
- Enhanced Terminal opening process by @sebjulliand in #2389
- Make private key path OS indendant by @sebjulliand in #2393
Full Changelog: 2.14.3...2.14.4
Code for IBM i 2.14.3
Code for IBM i 2.14.2
What's Changed
- Add support for different shell export syntax in sendCommand method by @worksofliam in #2373
Full Changelog: 2.14.1...2.14.2
Code for IBM i 2.14.1
What's Changed
- Fix: Remove hard coded path to attr by @worksofliam in #2371
Full Changelog: 2.14.0...2.14.1
2.14.0
What's New
- Add Auto Reconnect setting by @sebjulliand in #2326
- Support workspace folder parameter on
runAction
by @SanjulaGanepola in #2248 - Add encoding tests for CCSID handling by @worksofliam in #2334
What's Changed
- Ensure type is a string for translation by @worksofliam in #2325
- Fix invalid options for
IBM i: New Library...
command by @SanjulaGanepola in #2332 - Fix invalid options for
Upload...
command by @SanjulaGanepola in #2345 - Use
vscode.openWith
only when necessary by @sebjulliand in #2348 - Source Dates: compute a unique alias for each member + mode by @sebjulliand in #2219
- Fixed typo in deployTools by @eltociear in #2350
- Fixed incorrect messages + open members download location by @sebjulliand in #2353
- Build workspace watcher only once by @sebjulliand in #2367
New Contributors
- @eltociear made their first contribution in #2350
Full Changelog: 2.13.6...2.14.0