Releases: codefori/vscode-ibmi
Releases Β· codefori/vscode-ibmi
Code for IBM i 2.5.0
Features
- Add Ability to set Default Deployment Method Issue #1381 by @beckhamrryyaann in #1652
- Add "Run on protected" option on Actions by @sebjulliand in #1664
- Added Refresh option to actions by @sebjulliand in #1624
- Feature to clear error on line edit by @worksofliam in #1507
- Branch library variable by @worksofliam in #1643
- feat(Go to file): Autotype suggestions typing path by @sebCIL and @chrjorgensen in #1680
Fixes
- Remove URI query part when prompting for member comparison by @sebjulliand in #1585
- Remove extra echo line in the PASE terminal head by @BoykaZhu in #1593
- Change invalid QCCSID text by @worksofliam in #1597
- Temporary view with button to enable library list by @worksofliam in #1602
- Add "RPGPPOPT(*LVL2)" by default to CRTSQLRPGI by @sebjulliand in #1608
- Fix for issue 1600: Debug session does not start if the command default have been changed to MSGQ(*WRKSTN) for the SBMJOB command by @krka01 in #1610
- Fixed sort action in Object Browser by @sebjulliand in #1612
- Environment variable to manage debug settings by @worksofliam in #1595
- Fixed runAction command not working on objects by @sebjulliand in #1623
- Save password during connection via API by @worksofliam in #1630
- Set the debug current library when debugging locally by @worksofliam in #1638
- Fix variable assignment order in CompileTools.ts by @worksofliam in #1653
- Additional privateKey prop to allow private key strings by @worksofliam in #1654
- Remove duplicates from the library list by @worksofliam in #1632
- Look for member on SYSBAS if config.sourceASP is set by @sebjulliand in #1651
- Converted IFS browser to TypeScript by @sebjulliand in #1611
- Use OS dependant function to get relative path by @sebjulliand in #1596
- Fix deletion current directory and check error by @sebjulliand in #1658
- Ignore stat error when no hidden files in directory by @chrjorgensen in #1659
- Allow copy member from protected filter by @sebjulliand in #1663
- Add code to escape member names when doing resolve by @worksofliam in #1655
- fix use of old vsce command by @beckhamrryyaann in #1676
- Sanitize library names before running liblist command by @chrjorgensen in #1673
- Fix/run_action_tests by @worksofliam in #1674
- Improvement to debug config UX to download client certificates by @worksofliam in #1657
New Contributors
Full Changelog: 2.4.0...2.5.0
Code for IBM i 2.4.0
What's Changed
- Fixed copyObject crashing when copying library by @sebjulliand in #1566
- Split Object browser's Refresh in two separate actions by @sebjulliand in #1574
- Update helpView.ts for changes to organization name by @worksofliam in #1571
Full Changelog: 2.3.1...2.4.0
Code for IBM i 2.3.1
What's Changed
- Fix and cleanup login settings by @sebjulliand in #1551
Full Changelog: 2.3.0...2.3.1
Code for IBM i 2.3.0
What's Changed
- Missing call to translation function by @sebjulliand in #1540
- Automatically bump versions on release by @sebjulliand in #1539
- Fixed ProviderResult import in typings by @sebjulliand in #1548
- Remove check for excessive authority by @forstie in #1546
- Renamed connection's privateKey to privateKeyPath by @sebjulliand in #1544
Full Changelog: 2.2.1...2.3.0
2.2.1
What's Changed
- Wait actual end of CompileTools.runAction by @sebjulliand in #1521
- Add search history to member and streamfile searching by @chrjorgensen in #1532
- Control UI UX for running Actions by @worksofliam in #1522
Full Changelog: 2.2.0...2.2.1
Code for IBM i 2.2.0
What's Changed
Enhancements
- Add debug action on programs in Object Browser by @SanjulaGanepola in #1421
- Output view removed and replaced with task view for all Action execution by @worksofliam in #1496
Fixes
- Fix ASP and library list validation by @chrjorgensen in #1500
- Converted Object Browser and Filter Editor to TypeScript by @sebjulliand in #1503
- Add the current host as a default variable by @SanjulaGanepola in #1514
- Converted Actions Maintenance editor to TypeScript + added translations by @sebjulliand in #1505
- Fix minor search errors by @chrjorgensen in #1519
- Fix minor issues in localization by @chrjorgensen in #1494
- Regression: compiling from pase and getting EVFEVENT by @worksofliam in #1506
Full Changelog: 2.1.1...2.2.0
Code for IBM i 2.1.1
What's Changed
- Fix for attempting to use a locale that is not defined by @worksofliam in #1499
Full Changelog: 2.1.0...2.1.1
Code for IBM i 2.1.0
What's Changed
Enhancements
- Ability to hide or show the 'Date search' status bar item by @worksofliam in #1439
- Ability to create home directory by @ThePrez in #1460
- Initial work for l10n - views by @worksofliam in #1145
- Add warning message if you're *ALLOBJ by @ThePrez in #1479
- Add
Create Quick Filter
action by @SanjulaGanepola in #1393 - Add support for custom actions by @SanjulaGanepola in #1484
- Update evfevent file parser to use
@ibm/ibmi-eventf-parser
by @SanjulaGanepola in #1480
Fixes
- Expose
Deployment
namespace inCodeForIBMi
API by @SanjulaGanepola in #1435 - Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1446
- Replace variables in settings before being used by @sebjulliand in #1466
- Fix directory for shell check by @chrjorgensen in #1477
- Remove automatic import of iproj.json actions by @worksofliam in #1481
- Generate and publish typings through ci workflow by @SanjulaGanepola in #1474
- Expose
Tools
namespace inCodeForIBMi
API by @SanjulaGanepola in #1436 - Wrap paths to resolve with double quote by @worksofliam in #1482
- Validate library list when connecting by @chrjorgensen in #1433
- Support local
.evfevent
folder by @worksofliam in #1450 - Add missing
getEvfeventFiles
function by @SanjulaGanepola in #1485 - Fix initialization of locale from config by @chrjorgensen in #1487
- Initialize
code-for-ibmi:connected
context value when extension is activated by @SanjulaGanepola in #1486 - Fix translations for Danish by @chrjorgensen in #1489
Full Changelog: 2.0.2...2.1.0
Code for IBM i 2.0.2
- Restore connection clicking to open the settings.
Full Changelog: 2.0.1...2.0.2
Code for IBM i 2.0.1
What's Changed
- Update index.ts by @forstie in #1444
- Feature/ile_libl_only by @worksofliam in #1445
- Remove status bar items for tooltip menu by @worksofliam in #1441
New Contributors
Full Changelog: 2.0.0...2.0.1