Releases: codefori/vscode-ibmi
Releases Β· codefori/vscode-ibmi
Code for IBM i 2.10.0
Features
- Improved debugger UX by @sebjulliand in #1954
- CompletionItemProvider for local actions variables by @sebjulliand in #1986
- Do not allow debug batch on *SRVPGM / Allow multiple debug sessions by @sebjulliand in #1989
- Update startBatchJobCommand to include CPYENVVAR(*YES) by @worksofliam in #2012
- Set CCSID of deployed files to 1208 if needed by @sebjulliand in #2015
Fixes
- Remove debug walkthrough logic by @worksofliam in #2010
- Speed up logic to validate member and extension exists by @chrjorgensen in #1867
- Protect QIBM by @worksofliam in #2008
- Improved support for DBCS output by @worksofliam in #1993
- Fallback to system resolve if error file path not relative by @worksofliam in #1976
- Bump tar from 6.1.13 to 6.2.1 by @dependabot in #1980
- Major API cleanup by @worksofliam in #1968
- Fix/debug_version_path by @worksofliam in #1996
- Debug service configuration and management improvement by @sebjulliand in #1990
- Fix issue where empty columns were returning as zero. by @worksofliam in #2007
- Use SQL methods to fetch object data by @worksofliam in #1997
- Hide the connection browser when connecting by @sebjulliand in #2005
- Fix remove shortcut text and add additional protection by @chrjorgensen in #2013
Full Changelog: 2.9.0...2.10.0
Code for IBM i 2.9.0
What's Changed
- 'Add to library list' and 'Set as current library' actions on browsers items by @sebjulliand in #1905
- Improved PR template by @worksofliam in #1891
- Ability to run individual tests by @worksofliam in #1897
- Fixed file extension when downloading a single IFS file by @sebjulliand in #1916
- Added "Copy connection" action by @sebjulliand in #1927
- Fixed drag crashing for streamfiles by @sebjulliand in #1928
- Remove all CL installer logic and runner by @worksofliam in #1915
- Abstract API for running multiple statements by @worksofliam in #1899
- Change secrets API by @worksofliam in #1890
- Changes/debugger_certs by @worksofliam in #1895
- Fixed quick filter creation for listing libraries by @sebjulliand in #1945
- Auth update notices by @worksofliam in #1911
- Added support for .deployignore by @sebjulliand in #1962
- SEP support by @worksofliam in #1923
Fixes
- Change library validation logic by @worksofliam in #1969
- Don't show context sensitive commands in Command Palette by @chrjorgensen in #1906
- Correctly handle source members with variant characters in their name by @sebjulliand in #1940
- Replace all toUpperCase whith IBMi.upperCaseName where relevant by @sebjulliand in #1941
- Fix several failing tests by @chrjorgensen in #1947
- Use interfaces instead of classes for type checking by @sebjulliand in #1960
- Fix member and object resolve with variants by @chrjorgensen in #1949
Full Changelog: 2.8.0...2.9.0
2.8.0
What's Changed
Enhancements
- Connection browser enhancements by @chrjorgensen in #1845
- Add tooltip for source files showing member count, source length and CCSID by @chrjorgensen in #1850
- Add tooltip for objects in object browser by @chrjorgensen in #1872
- Allow dragging members to IFS directories by @chrjorgensen in #1857
- Add concurrency level to postDownloads by @worksofliam in #1859
- Add object commands to sourcefiles in Object browser by @chrjorgensen in #1852
- Add new configuration option to control clearing of diagnostics by @worksofliam in #1870
- Add support for delete hotkey and multiple deletes in browsers by @sebjulliand in #1849
- Save last download location by @sebjulliand in #1882
- Allow multiple IFS files/folders download by @sebjulliand in #1884
- Allow multi members download by @sebjulliand in #1888
- Fully rework command titles by @chrjorgensen in #1863
Fixes
- Trim whitespaces in object filter's library and object field by @sebjulliand in #1848
- Ignore error copying empty member by @chrjorgensen in #1851
- Fix object default tooltips still showing by @chrjorgensen in #1869
- Allow open members in object filters for *FILE by @chrjorgensen in #1871
- Store that CL component was installed after installing by @worksofliam in #1866
- Fix error copying empty member by @chrjorgensen in #1874
- Tests and fix for library list order by @worksofliam in #1877
- Speed up library list loading when SQL is disabled by @sebjulliand in #1880
Full Changelog: 2.7.0...2.8.0
Code for IBM i 2.7.0
What's Changed
Enhancements
- Add option to show hidden files and directories in IFS browser by @chrjorgensen in #1839
- Display more explicit error message when connection fails by @sebjulliand in #1820
- Enhance Object Browser filter's Object field by @sebjulliand in #1780
- Organise inputs in connection settings UI by @worksofliam in #1786
- Added quickpick to select upload type by @sebjulliand in #1835
- 1475 fix home envvar by @richardm90 in #1621
- Move auto sort IFS shortcuts setting to Features tab by @chrjorgensen in #1843
Fixes
- update vscode-test to @vscode/test-electron by @jwoehr in #1734
- Feature/local_improvements_2 by @worksofliam in #1723
- Update package.json by @worksofliam in #1784
- Add missing property on filter objects by @worksofliam in #1810
- Removes deploy option from object browser by @worksofliam in #1812
- Add missing props to explicit check in tests by @worksofliam in #1819
checkObject
to support checking member by @worksofliam in #1811- Correctly read files from the IFS by @worksofliam in #1818
- Fix context menu items wording in IFS browser by @chrjorgensen in #1840
- API change: use default CCSID to run SQL queries when needed by @sebjulliand in #1828
- Fix removing (temp) IFS directories by @chrjorgensen in #1842
getTable
API: Make member optional by @worksofliam in #1844- Update README.md by @forstie in #1846
- Stop letting the same document be opened twice by @worksofliam in #1837
Full Changelog: 2.6.5...2.7.0
Code for IBM i 2.6.5
What's Changed
- Delete password when private key is used by @worksofliam in #1767
- Take in account for possible ASP in compile path by @worksofliam in #1771
- Fix error when referencing undefined parameters variable by @krethan in #1760
New Contributors
Full Changelog: 2.6.4...2.6.5
Code for IBM i 2.6.4
What's Changed
- Fix #1172 - No warning of truncated lines when saving to source member by @angelorpa in #1764
- Fix path splitting when opening a member on an IASP by @sebjulliand in #1768
Full Changelog: 2.6.3...2.6.4
Code for IBM i 2.6.3
What's Changed
- Fix CRTLIB error checking when connecting + other error checkings by @sebjulliand in #1741
- Updated release workflow by @sebjulliand in #1749
- Check if a library exists before listing its content by @sebjulliand in #1750
- Fix error opening a specific member reference in Go To File by @chrjorgensen in #1733
- Added Drag and Drop support to IFS Browser by @sebjulliand in #1726
- Replace mapping with label fixes by @worksofliam in #1751
- Check if field exists when looking for settings field requiring a restart by @sebjulliand in #1758
- Show recently opened files π₯ by @chrjorgensen in #1756
- Feature/edit vs browse by @sebjulliand in #1757
- Escape path when testing streamfile for access rights by @chrjorgensen in #1763
Full Changelog: 2.6.1...2.6.3
Code for IBM i 2.6.2
What's Changed
- Fix CRTLIB error checking when connecting + other error checkings by @sebjulliand in #1741
- Updated release workflow by @sebjulliand in #1749
- Check if a library exists before listing its content by @sebjulliand in #1750
- Fix error opening a specific member reference in Go To File by @chrjorgensen in #1733
Full Changelog: 2.6.1...2.6.2
Code for IBM i 2.6.1
Features
- Added Temp dir/library input fields in new connection editor by @sebjulliand in #1727
Fixes
- Correct all places where it was expected runCommand to crash by @worksofliam in #1728
Full Changelog: 2.6.0...2.6.1
Code for IBM i 2.6.0
What's new
- New addtional default actions by @worksofliam in #1669
- IFS browser enhancements by @chrjorgensen in #1700
- Add /QOpenSys/pkgs/bin to .bashrc if needed by @sebjulliand in #1695
Fixes
- Use both hostname and ip address for debug service certificate by @william-xiang in #1667
- Fix goto file quickpick by @chrjorgensen in #1701
- Fix missing throw in downloadMemberContent by @worksofliam in #1707
- Fixes/deployment_working_directory by @worksofliam in #1703
- Removed deprecated commands call and ignore library list by @sebjulliand in #1708
- Fix/evfevent_reader by @worksofliam in #1715
- Always use deploy directory even when not deploying by @worksofliam in #1722
- ASP support member lookup by @worksofliam in #1706
New Contributors
- @william-xiang made their first contribution in #1667
Full Changelog: 2.5.0...2.6.0