Releases: trueromanus/ArdorQuery
Releases · trueromanus/ArdorQuery
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
timeout
field to configure the transfer timeout in milliseconds. - Added a new
order
field to customize the execution multiple queries sequence. - Fixed file name detection in Content-Disposition header.
- Support ordering (based on value in
order
field) 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-0
in 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 usingUp
andDown
keys andEnter
for insert it to currnet line. Also you can press onEscape
for 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 File
dialog based on the name from theContent-Disposition
header. - Added link to documentation in About window
- Show count of queries with errors in lower toolbar
0.0.13 RC
- Fixed
Shift-Alt-X
keyboard 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 -
PageUp
for previous route andPageDown
for next route - Added new shortcuts - create new query from route
Ctrl-Enter
and replace current from routeCtrl-Enter
on OpenAPI Export window - Fixed action on delete icon button in addresses list
- Keyboard shortcut
Ctrl-B
now cancel all active queries - On macOS keyboard shortcut
Ctrl-Tab
replaced 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
Enter
to 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-Insert
keyboard shortcut has been removed, nowControl-S
edits 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 as
feature - 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
, becauseF11
is itself a system shortcut.
0.0.10 RC
- Fixed a problem with freezing when working with the keyboard if, after any key combination, you immediately switch focus to any window (from the system).
- Fixed the event of running multiple requests when executing one request.
- Fixed displaying queries counter on bottom toolbar
- Fixed default focues on editor fields after start application and after change tabs
- Added supported downloading files, and auto select if response have header Content-Disposition: attachment
0.0.9 RC
- Fixed stuck in loading state if OpenAPI scheme not loaded
- Remake on new keyboard handler. It fixes some issue with keyboard shortcuts
- Added extra keyboard shortcuts for macOS (Command-H, Command-Tab have system binding in macOS)
- Shortcut interactive help panel has been redesigned. Sections have been replaced with a single list.
- Added command for delete OpenAPI schema (Ctrl-Delete, Command-d)
- Changed color background for field types in query editor and make sorting in appropriate way