Skip to content

Releases: dunkbing/dearsql

v0.4.9

20 May 16:39

Choose a tag to compare

  • add table cell context menu.
  • add duplicate/delete row buttons.
  • add cell copy/paste shortcuts and selected-cell border.
  • add total row count badge.
  • fix: bundle modern type2-runtime in AppImage.

v0.4.8

12 May 08:42

Choose a tag to compare

  • show table size in sidebar for PostgreSQL and SQLite.
  • fix sidebar: keep scrollbar from shifting layout.

v0.4.7

06 May 13:19

Choose a tag to compare

  • fix CJK (Chinese/Japanese/Korean) rendering in sidebar.
  • fix CSV: async file load and tighter toolbar.

v0.4.6

03 May 16:03

Choose a tag to compare

  • cassandra support (45e1bf8, 0f4d4cb).
  • sequence viewers for PostgreSQL (80f881d) and SQLite (689976c).
  • schema filter badge in the sidebar for PostgreSQL and MSSQL (b1a6217).
  • diagram UI improvements (5e2a2d6).
  • table view: horizontal scroll now tracks correctly during arrow-key cell navigation (5937a12).
  • table view: bool-cell click reliability (63f4373).

v0.4.5

24 Apr 13:48

Choose a tag to compare

  • add postgres backup and restore options.

v0.4.4

22 Apr 12:05

Choose a tag to compare

  • add table cells selection.

v0.4.3

13 Apr 17:46

Choose a tag to compare

  • refine ui
  • bug fixes

v0.4.2

12 Apr 13:59

Choose a tag to compare

  • feat: add auto-increment support to table editor. (#10)
  • optimize GTK cursor updates on Linux.
  • feat: add date/time picker for table cell editing.
  • fix menu popover styles.

v0.4.1

08 Apr 15:25

Choose a tag to compare

  • render boolean cells as checkboxes instead of t/f strings.
  • show 1 line for table cell only.
  • fix(auto_complete_input): anchor popup to input, not end-icon button.
  • fix(text_editor): correct line numbers and click hit-test when scrolled.
  • fix(text_editor): jump to line edge on up/down at first/last line.

v0.4.0

07 Apr 08:45

Choose a tag to compare

  • fix filter auto-complete.
  • fix japanese/chinese fonts.
  • display routines/functions node.
  • add routine viewer tab.
  • show/hide db from the list.
  • improve save dialog: sql editor, editable sql, cmd+s shortcut.