Releases: trueromanus/ArdorQuery
Releases · trueromanus/ArdorQuery
0.0.20
- Fixed a crash when scrolling the editor with a large body field height.
- Remove shortcut Ctrl-Z from all places. It bacause Ctrl-Z in many OSes binded as Undo operation.
- Added new field type
uniquecan be used for access in postscript for read results from other queries for single run queries mode. - Added new method
enableError(message)inresultobject. More details in https://trueromanus.github.io/ArdorQuery/postscript/#result-object - Added new methods
globals.getQueryStatusandglobals.getQueryHeaders. You can use it for get info about another query withunique X. More details in https://trueromanus.github.io/ArdorQuery/postscript/#globals-object
0.0.19
- Fixed select route in Import Open API from keyboard shortcut
- Added method
saveToFile(fileName, openAfterSave)to objectresultin postscript - Added object
session.sharedin postscript for save any value and share it in all further queries in one session of execution - Added
session.setRemapValue(name, value)method to create an override or remap global variables that will be replaced in future requests - Added
session.getRemapValue(name)method for get already exists remap value
0.0.18 RC
- Save all opened queries on close application to user profile and restore queries after start application.
- Show query status icon in Queries list.
- Show query status icon in History list.
- Scroll to selected item in History list.
- Added new
timeoutfield to configure the transfer timeout in milliseconds. - Added a new
orderfield to customize the execution multiple queries sequence. - Fixed file name detection in Content-Disposition header.
- Support ordering (based on value in
orderfield) in run miltiple queries
0.0.17 RC
- Fixed crash on scroll in Query Editor
- Fixed select focused field after restore from help
- Fixed selected item in global variables list after reopen popup
- Added new shortcut Ctrl-9 in query editor. You can select from list predefined global variable and insert it to current line after position of cursor.
0.0.16 RC
- Fixed replacing global variables
- Fixed text alignment in queries list, also make text wrapping
- Added new shortcut
Ctrl-0in query editor. You can select from list global variable and insert it to current line after position of cursor. You can select global variable in list usingUpandDownkeys andEnterfor insert it to currnet line. Also you can press onEscapefor cancel operation.
0.0.15 RC
- Fixed layout for OpenAPI Export routes list
- Added CSS formatter
- Added support "spaced" global variables like this {{ name }}
- Added keyboard shortcuts for Global Variables window:
- Alt-Enter Adding a new empty line on top of the selected line
- Shift-Enter Adding a new empty line on top of the selected line
- Ctrl-R Remove selected line
- Shift-Alt-R Remove all lines
- Unsaved changes after close Global Variables window will be abandoned
- Fixed order of global variables in Globla Variables window
- Added two predefined global variables:
- dateTimeUtcNow Date in format YYYY-MM-DDTHH:mm:SS (2020-01-01T10:10:10)
- time24HoursNow Date time in format HH:mm:SS (10:10:10)
0.0.14 RC
- Fixed refresh title name in queries list popup
- Remove
:character in all export/import actions from HTTP headers - The default filename is automatically populated in the
Save Filedialog based on the name from theContent-Dispositionheader. - Added link to documentation in About window
- Show count of queries with errors in lower toolbar
0.0.13 RC
- Fixed
Shift-Alt-Xkeyboard combinations on Linux. Changed shortcutsCtrl-Alt-(Up/Down)onCtrl-(Up/Down)on Linux. - Fixed crash if try to use non JSON response in OpenAPI Export window
- Now you can select route in OpenAPI Export from keyboard -
PageUpfor previous route andPageDownfor next route - Added new shortcuts - create new query from route
Ctrl-Enterand replace current from routeCtrl-Enteron OpenAPI Export window - Fixed action on delete icon button in addresses list
- Keyboard shortcut
Ctrl-Bnow cancel all active queries - On macOS keyboard shortcut
Ctrl-Tabreplaced onCtrl-T
0.0.12 RC
- Body Types window keep in opened state after selecting type in OpenAPI Export
- Make search once again if search text field not empty
- You don't need to press
Enterto start searching in response body, the search will start automatically after you type - Automatic transition to a newly created query after pressing
Command-Insert/Ctrl-Insert - In the OpenAPI export window,
Control-Insertkeyboard shortcut has been removed, nowControl-Sedits if an address with the same name already exists, or creates a new address if not. - Fixed crash while delete last saved scheme in OpenAPI Export
0.0.11 RC
- Fixed focusing on text field in shortcut help popup
- After selecting a body with type JSON in the OpenAPI export, a json alias is created instead of the body
- After selecting route in OpenAPI export window it not closed
- Fixed saving binary files from
Save file asfeature - Added a new "Plain Text" formatter, which is convenient for reading responses with plain/text content
- Fixed the condition after selecting non-automatic formatting and then selecting automatic formatting again
- Fixed about window header for Linux and macOS issue
- The tab switching shortcut for macOS is now
Command-F11, becauseF11is itself a system shortcut.