This documentation is only for the desktop app. It will be updated soon for the mobile apps as well. Thanks for your patience.
Changelog
v2.6.7
Fixes:
- Hiding dock icon on Mac OS.
v2.6.6
- Updated Electron.
v2.6.5
Fixes:
- Issues introduced by the previous release.
v2.6.4
- Added support for different thousand, decimal separators.
v2.6.3
Fixes:
- App window positioning fix in Windows 11.
v2.6.2
Fixes:
- White screen when editing metrics with non JSON response
- Refresh after importing metrics.
v2.6.0
Fixes:
- License deactivation
- Code editor completion.
Features:
- Now, you can export & import your metrics from the settings page.
- You can add any API on your mobile app using API collection.
Mobile apps are launched. For both Android & iOS.
v2.5.2
Fixes:
- White screen when editing metrics from Cryptocurrency 1-click installer.
- .deb, .rpm packages.
v2.5.1
Fix: Windows installer.
v2.5.0
Feature: Now, you can add dynamic time variables in any format you want. This was added for Ezoic 1-click installer.
Breaking change:
- If you have used,
$$CURRENT_TIMESTAMP_MIL
or$$CURRENT_TIMESTAMP
anywhere, please replace it withdfns.getUnixTime(new Date()) * 1000
anddfns.getUnixTime(new Date())
respectively.
v2.4.3
Fix: App crash due to duplicate empty metric creation when adding metrics from 1-click installers.
v2.4.2
Fix: Last update was breaking the 1-click installers.
v2.4.1
Fixes:
- Slugishness of the app when used for a long time with auto-refresh.
- logs in the customizable notification.
- Limiting the data points on analytics pop-up to 75 to make the plot look nicer.
v2.4.0
Features:
Fixes:
- 'Equals to' notification trigger when the API response is equal to the value provided even though the 'less than' operator is selected.
v2.3.4
- Change of license check API.
- Bug fixes & improvements.
v2.3.3
- Support for Mac M1 chip.
- Aligning metrics to the right.
- Starting Y axis from the min value - analytics.
- Universal dmg for Mac.
- Freemium upto 3 metrics.
v2.2.0
Features:
- Support for non-JSON API response.
- Dynamic variables in params, headers & body.
- Past values as a parameter in display & notification handler functions.
- Retrying failing requests upto 5 times with exponential backoff.
Fixes:
- Custom display code over riding custom notification code.
v2.1.0
Introducing Analytics! Now, Radar stores your metric data for up to 60 days and plots in a line chart.
v2.0.1
- Fix for SSL cert is expired error when adding APIs.
v2.0.0
- Threshold notifications for the metrics. Learn more.
v1.0.4
- Fix for window positioning issues.
v1.0.3
- Fix for custom code out of order placement within the editor.
v1.0.2
- Tray icon change when the trial period is over.
v1.0.1
- Fix for the alert message "Your trial ends in null days".
- Updating header icons when needed.
v1.0.0
- Showing context menu on Linux when the tray icon is clicked.
- Radar comes out of beta. Existing users will get 4 more days to get a license key. New users can use Radar for free for 7 days without limits.
v0.0.8
- Fix all window positioning issues on Windows & Linux.
- Code editor spacing & font issues fix on Windows & Linux.
- API value page increase bottom padding.
v0.0.7
- Custom font so that Radar looks the same on all operating systems.
- Descriptive error messages for the URL field.
v0.0.6
- Custom styled scrollbars.
- Fix to show the app update notification toast only once.
v0.0.5
- Export your data as an image to save or share.
- Appropriate error message if the user is not connected to the internet.
v0.0.4
- Dark mode. Users can choose one of Light, Dark and System from settings.
- Refresh all button is added. Now, all data can be refreshed using a single button.
- OAuth handlers are added to the app binary.
After the verification by Google, users can add data from Google Sheets, Analytics, AdSense, YouTube to Radar using one-click installers.
v0.0.3
Finally, shipped Radar collections 🎉. Now, one can quickly bring data to Radar with a click of a button.
v0.0.2
- Improved accessibility. Now, users can fully navigate Radar using the keyboard alone.
- Customizable config to auto-hide the buttons in the API listing.
- Showing window after Radar is started.
- Displaying changelog bell icon after an app update.
v0.0.1
- Beta launch