Releases: codefori/vscode-ibmi
Releases Β· codefori/vscode-ibmi
2.18.0
What's Changed
- Disable all commands for change if system-wide readonly by @chrjorgensen in #2799
- error decoration for invalid folders in the IFS Browser and when deleting folders, check whether a shortcut exists by @NicolasSchindler in #2934
- Added new italian messages ref 41f51ba by @buzzia2001 in #2949
- Fixed CRTDUPOBJ and italian translation by @buzzia2001 in #2966
- Do not display an error when an action didn't run by @sebjulliand in #2905
- Log the state of dependent IBM i components by @SanjulaGanepola in #2938
- Add error decoration for invalid libraries in the library list by @SanjulaGanepola in #2933
- Escape HTML entities in action output by @chrjorgensen in #2975
- Added extension picker when reporting an issue by @sebjulliand in #2970
- Fix issue 2980: Editor changes source line that only contains a number with sign by @chrjorgensen in #2982
- Correctly return and handle connection command status by @sebjulliand in #2983
Full Changelog: 2.17.2...2.18.0
Code for IBM i 2.17.2
What's Changed
- Fix/action highlight by @buzzia2001 in #2781
- Fixed terminal settings string by @buzzia2001 in #2786
- Changed debug service submission to have default library configuration by @buzzia2001 in #2798
- Add support for custom SSH client on connect by @SanjulaGanepola in #2791
- Move EditorPath type to api directory by @worksofliam in #2804
- Remove unused imports from serverFile.ts by @worksofliam in #2805
- Omit escaping paths when copying IFS objects by @chrjorgensen in #2819
- Correctly reset internal storage prefix after disconnection by @sebjulliand in #2836
- Use pfgrep instead of QShell grep when possible by @NattyNarwhal in #2429
- Change LIBRARY_LIST table functionto to significantly reduce SRCPF load time. by @jman116 in #2839
- Display connection error message + add detail in output by @sebjulliand in #2857
- Seperate out some logic from runAction as unique APIs by @worksofliam in #2803
- Starting 2.17.1-dev.0 development by @sebjulliand in #2865
- Fixed change member description by @buzzia2001 in #2864
- Fixed "Run action" when invoked with keyboard shortcut by @sebjulliand in #2867
- Prevent users from resetting source dates by mistake by @sebjulliand in #2877
- Refactored storage code + fixed global storage + fixed quickconnect by @sebjulliand in #2876
- Allow multiple IFS shortcuts to be removed at once by @sebjulliand in #2883
- Escape IFS path with & by @sebjulliand in #2887
- Add warnings when copying members/streamfiles with unsaved changes by @SanjulaGanepola in #2899
New Contributors
- @NattyNarwhal made their first contribution in #2429
- @jman116 made their first contribution in #2839
Full Changelog: 2.16.3...2.17.2
2.17.0
What's Changed
- Fix/action highlight by @buzzia2001 in #2781
- Fixed terminal settings string by @buzzia2001 in #2786
- Changed debug service submission to have default library configuration by @buzzia2001 in #2798
- Add support for custom SSH client on connect by @SanjulaGanepola in #2791
- Move EditorPath type to api directory by @worksofliam in #2804
- Remove unused imports from serverFile.ts by @worksofliam in #2805
- Omit escaping paths when copying IFS objects by @chrjorgensen in #2819
- Correctly reset internal storage prefix after disconnection by @sebjulliand in #2836
- Use pfgrep instead of QShell grep when possible by @NattyNarwhal in #2429
- Change LIBRARY_LIST table functionto to significantly reduce SRCPF load time. by @jman116 in #2839
- Display connection error message + add detail in output by @sebjulliand in #2857
- Seperate out some logic from runAction as unique APIs by @worksofliam in #2803
New Contributors
- @NattyNarwhal made their first contribution in #2429
- @jman116 made their first contribution in #2839
Full Changelog: 2.16.3...2.17.0
Code for IBM i 2.16.3
What's Changed
- Server configuration and apply to every client by @worksofliam in #2762
- Fix fallback value and rename configuration reference by @worksofliam in #2772
- Added Italian translation by @buzzia2001 in #2757
- Add read only mode to server settings file by @chrjorgensen in #2778
- Render sequence numbers in the editor by @worksofliam in #2766
- Added F2 shortcut for Rename actions by @sebjulliand in #2716
- Fix error copying IFS objects by @chrjorgensen in #2780
New Contributors
- @buzzia2001 made their first contribution in #2757
Full Changelog: 2.16.2...2.16.3
Code for IBM i 2.16.2
What's fixed
- Update IBMiContent.ts to use validQsysName by @Nathaniel-King-Navarrete in #2731
- Fixed download of members with variant characters by @sebjulliand in #2746
- Fixed tests to run on CCSID 297 and iasps + fixed getMemberInfo for CCSID 297 by @sebjulliand in #2742
- Add additional check for SIGABRT by @worksofliam in #2754
- Fixed multiple download/delete of IFS directories starting with the same name by @sebjulliand in #2752
- Update SQL query in downloadMemberContentWithDates to handle specific⦠by @e1mais in #2736
New Contributors
Full Changelog: 2.16.1...2.16.2
Code for IBM i 2.16.1
What's new
- Show warning for unsupported minimum debug version by @worksofliam in #2722
What's fixed
- Ensure unique connection storage per session by @worksofliam in #2724
- #2698 Update helpView.ts by @Nathaniel-King-Navarrete in #2718
New Contributors
- @Nathaniel-King-Navarrete made their first contribution in #2718
Full Changelog: 2.16.0...2.16.1
Code for IBM i 2.16.0
What's Changed
- Fix failed IFS download notification by @sebjulliand in #2571
- Better authority check when starting Debug Service by @sebjulliand in #2552
- Add STRDLM and STRESCCHR options to CopyToImport component by @worksofliam in #2567
- Fixed droping QSYS members into IFS folder by @sebjulliand in #2587
- Update deprecated API usage and fix code issues by @worksofliam in #2579
- Added Compare with each other command by @sebjulliand in #2589
- Bump vite from 5.4.14 to 5.4.15 in the npm_and_yarn group across 1 directory by @dependabot in #2592
- Fix custom variable editor by @sebjulliand in #2591
- Added support for
/openURI for opening members/streamfiles by @sebjulliand in #2588 - Bump vite from 5.4.15 to 5.4.17 in the npm_and_yarn group across 1 directory by @dependabot in #2597
- Standard library list API by @worksofliam in #2603
- Support user component management by @worksofliam in #2614
- Add setting to write Actions output to an IFS file by @sebjulliand in #2633
- Fixed member search path parsing by @sebjulliand in #2649
- Add options to
openErrorscommand and fixgetLibraryListAPI by @SanjulaGanepola in #2638 - Enabled multi-selection support for several commands by @sebjulliand in #2620
- Bump vite from 5.4.17 to 5.4.19 in the npm_and_yarn group across 1 directory by @dependabot in #2640
- Fix #2651 variable expansion test is failing by @bspotswood in #2652
- Show target path in notification when running an action by @sebjulliand in #2674
- missing German translations added by @NicolasSchindler in #2692
- Check if streamfile exists before creating it by @sebjulliand in #2688
- Add
+uninhibitedto the default 5250 connection string by @sebjulliand in #2695 - Do not modify
workbench.editor.enablePreviewstatus on startup by @sebjulliand in #2694 - Fix/cqsh path by @dcmcdoug in #2713
- Prepare for debugger v3 by @worksofliam in #2598
- Complete actions schema by @sebjulliand in #2687
- Run
cpandmvin QSH to keep CCSID attribute by @sebjulliand in #2703 - Throw an error and abort build when file to copy is not found by @sebjulliand in #2714
- Enable drag and drop support in library list view by @sebjulliand in #2715
New Contributors
- @bspotswood made their first contribution in #2652
- @dcmcdoug made their first contribution in #2713
Full Changelog: 2.15.3...2.16.0
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_ALLwhen usingcqshorqshby @SanjulaGanepola in #2546 - Check for
CPDA08Ainstderrinstead ofstdoutduring member download by @SanjulaGanepola in #2547
Full Changelog: 2.15.0...2.15.1