Skip to content

Releases: trueromanus/ArdorQuery

0.0.18 RC

07 Oct 11:22
Compare
Choose a tag to compare
  • 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

13 May 12:00
5bffc08
Compare
Choose a tag to compare
  • 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

16 Mar 12:05
Compare
Choose a tag to compare
  • 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 using Up and Down keys and Enter for insert it to currnet line. Also you can press on Escape for cancel operation.

0.0.15 RC

09 Feb 14:18
Compare
Choose a tag to compare
  • 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

13 Jan 17:22
Compare
Choose a tag to compare
  • 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 the Content-Disposition header.
  • Added link to documentation in About window
  • Show count of queries with errors in lower toolbar

0.0.13 RC

28 Dec 20:18
Compare
Choose a tag to compare
  • Fixed Shift-Alt-X keyboard combinations on Linux. Changed shortcuts Ctrl-Alt-(Up/Down) on Ctrl-(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 and PageDown for next route
  • Added new shortcuts - create new query from route Ctrl-Enter and replace current from route Ctrl-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 on Ctrl-T

0.0.12 RC

10 Dec 14:05
Compare
Choose a tag to compare
  • 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, now Control-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

22 Nov 11:17
Compare
Choose a tag to compare
  • 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, because F11 is itself a system shortcut.

macOS install instruction

0.0.10 RC

12 Nov 13:04
Compare
Choose a tag to compare
  • 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

07 Nov 18:42
47d1a3e
Compare
Choose a tag to compare
  • 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