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! 🚀