NativeRest 2.9.0 is out today!

Today, exactly one month after the previous major release, NativeRest 2.9.0 became available! πŸŽ‰

This is the last major release before the long-awaited version 3.0.0 with folder support πŸ“.

The work in this release was focused on improving interaction with variables. Now you can rename all occurrences of a variable with the click of a button. A new pop-up above the variable has also been implemented. In this small window, in addition to the button for copying the value, buttons for editing and jumping to the variable declaration have been added. You can also use the F2 shortcut to edit a variable.

Also added two string functions: length and replace. Below is a list of all improvements:

πŸš€ New Features

βœ… Added renaming variables (with search for all occurrences)
βœ… Added saving fields state when switching between requests
βœ… Added repeat limit the number of request repetitions
βœ… Added jumping to a variable using the shortcut Ctrl + Click.
βœ… Added setting: Require a name when creating request
βœ… Added setting: Show Β«What's NewΒ» after each update
βœ… Added a flag to delete application data in the uninstaller
βœ… Added jumping to a variable in URL field
βœ… Added F2 shortcut to edit variable
βœ… Added string.length and string.replace functions
βœ… Improved scrolling in the code editor when performing various actions
βœ… Improved variable popup: edit button and jump button to variable declaration
βœ… Other improvements when working in the code editor

πŸ› οΈ Fixes & Improvements

πŸ› οΈ Fixed adding ΓΈ character when formatting JSON when using NLD keyboard
πŸ› οΈ Fixed a bug when entering characters in URL field
πŸ› οΈ Fixed various other bugs

NativeRest Variable Popup

Be sure to update to NativeRest 2.9.0 to get all these new features! πŸ€—

To see the full list of improvements, check out the release notes. Found a bug or have an idea for a new feature or implementation?
Share your feedback with us in the comments, on X.com, or in our issue tracker.
Happy developing! πŸš€