Released on 2024-08-23
.
- added example queries for the TAP service from SIMBAD
- refactored examples menu generation
Released on 2023-05-01
.
- dedicated window for looking up IDs in SIMBAD
- bit more readable errors text color
- different table in Gaia example query
Released on 2022-11-20
.
- better looking loading/busy indicator
- smaller query text area
- clickable link with repository URL
- some more development menu items
- some small bugfixes
Released on 2022-10-09
.
- queries examples for Gaia Archive database
- tables descriptions in example queries, more precise querying exactly for tables
- more compact About window contents
- lowered Python requirement to v3.6 (should be fine)
Released on 2022-02-19
.
- not rendering results table for more than 64 columns (Dear PyGui limitation), showing warning instead (#14)
- added horizontal scroll for results table when it has too many columns to fit
- fixed incorrect table cells tagging scheme (#15)
- artificial enumerating column in results table can be disabled with
--no-enum-column
(#17) - added more queries examples (#16)
Released on 2022-01-20
.
- copying results table cell value on right-click
- actually useful pre-filled service URL and query text on launch
- added missing shortcut keyboard codes for Windows and GNU/Linux
- loading indicator gets hidden only when the results table is ready
- clipping results table to improve application performance
Released on 2022-01-16
.
- fixed overwriting default floatfmt value even if
--tbl-flt-prcs
was not provided
Released on 2022-01-16
.
Control/Command + R
keyboard shortcut and menu item for executing query- workaround for segmentation fault on exit after opening About window
- CLI option for setting floatfmt for tabulate
- support for Cyrillic symbols
- more query examples
Released on 2022-01-04
.
- added functionality for saving results to a pickle file
- fixed an error with deleting already deleted results table widget
Released on 2022-01-03
.
- query results are output into a table widget
Released on 2022-01-02
.
- actually executing queries, results are printed to stdout/console
- some basic user input validation
- showing errors in GUI
- pre-filled examples of queries
Released on 2022-01-01
.
- first version, though without actual querying functionality