New version 1.8.4 is available!
-
Release Notes
1. Program Naming Improvements
Saving a new program now automatically replaces the placeholder “program xxxx” with the actual filename for better consistency and clarity.
2. Cobol Client Generation Enhancements
When generating a COBOL client to a dataset, the editor now loads the OLAPICPY server copybook into the dialog.
You can modify the copybook before generation, allowing full customization.
3. Smart Compile Settings: REV-API and DB2
If the code contains OLREVAPI, the compiler now auto-switches to the REV-API compile profile.
If the code contains EXEC SQL, the compiler will now auto-switch to DB2 compile settings.
If DB2 templates don’t exist yet, they are auto-created.
4. Module Configuration Moved to Admin
Module configuration is now centralized in Admin.
Hub module selection is now done via dropdown, improving accuracy and preventing typos.
5. Intelligent Test Asset Module Assignment
Test Assets now inherit their module automatically based on the module configured in Admin.
6. One-Click “Test” Improvements
Clicking Test in the editor now:
Creates a Test Asset automatically if it doesn’t exist.
Loads the default Test JSON template immediately.
7. Search Now Filters the Tree
The search bar now performs real tree filtering, hiding irrelevant nodes and showing only matches.
8. Correct File Download Extensions
Downloaded files now use the correct extension derived from the last library segment they belong to.
9. Tabs UX Upgrade
Tabs now support:
- Close All
- Close Others
- Close to the Right
- Drag to Reorder
Visual styling also improved for clarity and usability.
10. Variable Linking (Jump-to-Declaration)
Inside a file, you can now Ctrl+Click a variable to jump directly to its declaration.
Navigation is instant and works for internal variables.
11. Personal Hub + API Key Override
Editor settings now support entering a Personal Hub URL + API Key (stored in localStorage).
This completely overrides the Admin-defined key and is used during testing.
Ideal for developers working across multiple hubs.